Class CmxTextBlockSpec
Class CmxTextBlockSpec
اسم الفضاء : Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs تجميع: Aspose.Imaging.dll (25.4.0)
يمثل المعلومات المحددة للكتلة النصية.
public class CmxTextBlockSpec : ICmxObjectSpec
Inheritance
Implements
الأعضاء الموروثين
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; }
قيمة الممتلكات
Matrix
يحصل أو يضع ماتريكس التحول.
public Matrix Matrix { get; set; }
قيمة الممتلكات
ParagraphStyle
يحصل أو يضع نمط الفقرة.
public CmxParagraphStyle ParagraphStyle { get; set; }
قيمة الممتلكات
Text
احصل على أو وضع النص.
public string Text { get; set; }
قيمة الممتلكات
Methods
Equals(CmxTextBlockSpec)
تحقق مما إذا كانت الأشياء متساوية.
protected bool Equals(CmxTextBlockSpec other)
Parameters
other
CmxTextBlockSpec
الموضوع الآخر .
Returns
نتيجة مقارنة المساواة.
Equals(الموضوع)
تحقق مما إذا كانت الأشياء متساوية.
public override bool Equals(object obj)
Parameters
obj
object
الموضوع الآخر .
Returns
نتيجة مقارنة المساواة.
GetHashCode()
احصل على رمز الهاش من الكائن الحالي.
public override int GetHashCode()
Returns
كود الهاش .