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

 中文