Enum HorizontalAlignment
Specifies type of the horizontal alignment.
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum HorizontalAlignment : byte
Fields
Name | Description |
---|---|
Center | Specifies paragraph text is aligned to the center. |
Distribute | Specifies paragraph characters are distributed to fill the entire width of the paragraph. |
Justify | Specifies paragraph text is aligned to both left and right. |
JustifyHigh | Specifies paragraph uses longer length Kashida, if the language is Arabic. In other languages, paragraph text is justified with a high character compression ratio. |
JustifyLow | Specifies paragraph uses small length Kashida, if the language is Arabic. In other languages, paragraph text is justified with a high character compression ratio. |
JustifyMedium | Specifies paragraph uses medium-length Kashida, if the language is Arabic. In other languages, paragraph text is justified with a medium character compression ratio. |
Left | Specifies paragraph text is aligned to the left. |
Right | Specifies paragraph text is aligned to the right. |
ThaiJustify | Specifies paragraph text is justified with Thai distributed justification, if the language is Thai. In other languages, text is justified with a low character compression ratio. |