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
Implements
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
Matrix
Değişim matrisini alır veya ayarlar.
public Matrix Matrix { get; set; }
Mülkiyet Değer
ParagraphStyle
Paragraf tarzını alır veya ayarlar.
public CmxParagraphStyle ParagraphStyle { get; set; }
Mülkiyet Değer
Text
Yazıyı alır ya da yazar.
public string Text { get; set; }
Mülkiyet Değer
Methods
Equals(CmxTextBlockSpec)
nesnelerin eşit olup olmadığını kontrol edin.
protected bool Equals(CmxTextBlockSpec other)
Parameters
other
CmxTextBlockSpec
Diğer nesne ise.
Returns
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
Eşitlik karşılaştırma sonuçları.
GetHashCode()
Mevcut nesnenin hash kodu alın.
public override int GetHashCode()
Returns
Hash kodu ile ilgili.