Class CmxParagraphStyle
- Namespace
- Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles
- Assembly
- Aspose.Imaging.dll
The paragraph style.
public class CmxParagraphStyle
- Inheritance
-
CmxParagraphStyle
- Inherited Members
Constructors
CmxParagraphStyle()
public CmxParagraphStyle()
Properties
CharacterSpacing
Gets or sets the character spacing.
public float CharacterSpacing { get; set; }
Property Value
- float
The character spacing, in percent.
HorizontalAlignment
Gets or sets the horizontal alignment.
public ParagraphHorizontalAlignment HorizontalAlignment { get; set; }
Property Value
LanguageSpacing
Gets or sets the language spacing.
public float LanguageSpacing { get; set; }
Property Value
- float
The language spacing, in percent.
LineSpacing
Gets or sets the line spacing.
public float LineSpacing { get; set; }
Property Value
- float
The line spacing, in percent.
WordSpacing
Gets or sets the word spacing.
public float WordSpacing { get; set; }
Property Value
- float
The word spacing, in percent.
Methods
Equals(CmxParagraphStyle)
Check if objects are equal.
protected bool Equals(CmxParagraphStyle other)
Parameters
other
CmxParagraphStyleThe other object.
Returns
- bool
The equality comparison result.
Equals(object)
Check if objects are equal.
public override bool Equals(object obj)
Parameters
obj
objectThe other object.
Returns
- bool
The equality comparison result.
GetHashCode()
Get hash code of the current object.
public override int GetHashCode()
Returns
- int
The hash code.