Class CmxTextBlockSpec
CmxTextBlockSpec class
Represents info specified for text blocks.
public class CmxTextBlockSpec : ICmxObjectSpec
Constructors
Properties
Name | Description |
---|
CharLocations { get; set; } | Gets or sets the character locations. |
Font { get; set; } | Gets or sets the font. |
Matrix { get; set; } | Gets or sets the transformation matrix. |
ParagraphStyle { get; set; } | Gets or sets the paragraph style. |
Text { get; set; } | Gets or sets the text. |
Methods
Name | Description |
---|
override Equals(object) | Check if objects are equal. |
override GetHashCode() | Get hash code of the current object. |
See Also