CmxTextBlockSpec

CmxTextBlockSpec class

Represents info specified for text blocks.

public class CmxTextBlockSpec : ICmxObjectSpec

Constructors

NameDescription
CmxTextBlockSpec()The default constructor.

Properties

NameDescription
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

NameDescription
override Equals(object)Check if objects are equal.
override GetHashCode()Get hash code of the current object.

See Also