Class CmxTextBlockSpec
- Namespace
- Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs
- Assembly
- Aspose.Imaging.dll
Represents info specified for text blocks.
public class CmxTextBlockSpec : ICmxObjectSpec
- Inheritance
-
CmxTextBlockSpec
- Implements
- Inherited Members
Constructors
CmxTextBlockSpec()
public CmxTextBlockSpec()
- See Also
Properties
CharLocations
Gets or sets the character locations.
public PointF[] CharLocations { get; set; }
Property Value
- PointF[]
- See Also
Font
Gets or sets the font.
public Font Font { get; set; }
Property Value
- See Also
Matrix
Gets or sets the transformation matrix.
public Matrix Matrix { get; set; }
Property Value
- See Also
ParagraphStyle
Gets or sets the paragraph style.
public CmxParagraphStyle ParagraphStyle { get; set; }
Property Value
- See Also
Text
Gets or sets the text.
public string Text { get; set; }
Property Value
- See Also
Methods
Equals(CmxTextBlockSpec)
Check if objects are equal.
protected bool Equals(CmxTextBlockSpec other)
Parameters
other
CmxTextBlockSpecThe other object.
Returns
- bool
The equality comparison result.
- See Also
Equals(object)
Check if objects are equal.
public override bool Equals(object obj)
Parameters
obj
objectThe other object.
Returns
- bool
The equality comparison result.
- See Also
GetHashCode()
Get hash code of the current object.
public override int GetHashCode()
Returns
- int
The hash code.
- See Also