Class CmxTextBlockSpec

Class CmxTextBlockSpec

İsim alanı : Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs Toplantı: Aspose.Imaging.dll (25.4.0)

Metin blokları için belirtilen bilgileri temsil eder.

public class CmxTextBlockSpec : ICmxObjectSpec

Inheritance

object CmxTextBlockSpec

Implements

ICmxObjectSpec

mirasçı üyeleri

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

CmxTextBlockSpec()

public CmxTextBlockSpec()

Properties

CharLocations

Karakterlerin yerini alır veya ayarlar.

public PointF[] CharLocations { get; set; }

Mülkiyet Değer

PointF […]

Font

Yazıyı alır ya da yapar.

public Font Font { get; set; }

Mülkiyet Değer

Font

Matrix

Değişim matrisini alır veya ayarlar.

public Matrix Matrix { get; set; }

Mülkiyet Değer

Matrix

ParagraphStyle

Paragraf tarzını alır veya ayarlar.

public CmxParagraphStyle ParagraphStyle { get; set; }

Mülkiyet Değer

CmxParagraphStyle

Text

Yazıyı alır ya da yazar.

public string Text { get; set; }

Mülkiyet Değer

string

Methods

Equals(CmxTextBlockSpec)

nesnelerin eşit olup olmadığını kontrol edin.

protected bool Equals(CmxTextBlockSpec other)

Parameters

other CmxTextBlockSpec

Diğer nesne ise.

Returns

bool

Eşitlik karşılaştırma sonuçları.

Equals(nesne)

nesnelerin eşit olup olmadığını kontrol edin.

public override bool Equals(object obj)

Parameters

obj object

Diğer nesne ise.

Returns

bool

Eşitlik karşılaştırma sonuçları.

GetHashCode()

Mevcut nesnenin hash kodu alın.

public override int GetHashCode()

Returns

int

Hash kodu ile ilgili.

Ayrıca bakın

ICmxObjectSpec

 Türkçe