Class CmxTextBlockSpec

Class CmxTextBlockSpec

اسم الفضاء : Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs تجميع: Aspose.Imaging.dll (25.4.0)

يمثل المعلومات المحددة للكتلة النصية.

public class CmxTextBlockSpec : ICmxObjectSpec

Inheritance

object CmxTextBlockSpec

Implements

ICmxObjectSpec

الأعضاء الموروثين

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

يحصل أو يحدد مواقع الشخصية.

public PointF[] CharLocations { get; set; }

قيمة الممتلكات

PointF [ ]

Font

احصل على أو وضع الخط.

public Font Font { get; set; }

قيمة الممتلكات

Font

Matrix

يحصل أو يضع ماتريكس التحول.

public Matrix Matrix { get; set; }

قيمة الممتلكات

Matrix

ParagraphStyle

يحصل أو يضع نمط الفقرة.

public CmxParagraphStyle ParagraphStyle { get; set; }

قيمة الممتلكات

CmxParagraphStyle

Text

احصل على أو وضع النص.

public string Text { get; set; }

قيمة الممتلكات

string

Methods

Equals(CmxTextBlockSpec)

تحقق مما إذا كانت الأشياء متساوية.

protected bool Equals(CmxTextBlockSpec other)

Parameters

other CmxTextBlockSpec

الموضوع الآخر .

Returns

bool

نتيجة مقارنة المساواة.

Equals(الموضوع)

تحقق مما إذا كانت الأشياء متساوية.

public override bool Equals(object obj)

Parameters

obj object

الموضوع الآخر .

Returns

bool

نتيجة مقارنة المساواة.

GetHashCode()

احصل على رمز الهاش من الكائن الحالي.

public override int GetHashCode()

Returns

int

كود الهاش .

انظر أيضا

ICmxObjectSpec

 عربي