Class CmxParagraphStyle
Class CmxParagraphStyle
Namespace: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles
Assembly: Aspose.Imaging.dll (25.2.0)
The paragraph style.
public class CmxParagraphStyle
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
CmxParagraphStyle()
public CmxParagraphStyle()
Properties
CharacterSpacing
Gets or sets the character spacing.
public float CharacterSpacing { get; set; }
Property Value
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
LineSpacing
Gets or sets the line spacing.
public float LineSpacing { get; set; }
Property Value
WordSpacing
Gets or sets the word spacing.
public float WordSpacing { get; set; }
Property Value
Methods
Equals(CmxParagraphStyle)
Check if objects are equal.
protected bool Equals(CmxParagraphStyle other)
Parameters
other
CmxParagraphStyle
The other object.
Returns
The equality comparison result.
Equals(object)
Check if objects are equal.
public override bool Equals(object obj)
Parameters
obj
object
The other object.
Returns
The equality comparison result.
GetHashCode()
Get hash code of the current object.
public override int GetHashCode()
Returns
The hash code.