Class HorizontalAlignment
Specifies type of the horizontal alignment.
Inheritance
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public sealed class HorizontalAlignment : Enum
Fields
Center
Specifies paragraph text is aligned to the center.
Declaration
public const HorizontalAlignment Center
Field Value
Type |
---|
HorizontalAlignment |
Distribute
Specifies paragraph characters are distributed to fill the entire width of the paragraph.
Declaration
public const HorizontalAlignment Distribute
Field Value
Type |
---|
HorizontalAlignment |
Justify
Specifies paragraph text is aligned to both left and right.
Declaration
public const HorizontalAlignment Justify
Field Value
Type |
---|
HorizontalAlignment |
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.
Declaration
public const HorizontalAlignment JustifyHigh
Field Value
Type |
---|
HorizontalAlignment |
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.
Declaration
public const HorizontalAlignment JustifyLow
Field Value
Type |
---|
HorizontalAlignment |
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.
Declaration
public const HorizontalAlignment JustifyMedium
Field Value
Type |
---|
HorizontalAlignment |
Left
Specifies paragraph text is aligned to the left.
Declaration
public const HorizontalAlignment Left
Field Value
Type |
---|
HorizontalAlignment |
Right
Specifies paragraph text is aligned to the right.
Declaration
public const HorizontalAlignment Right
Field Value
Type |
---|
HorizontalAlignment |
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.
Declaration
public const HorizontalAlignment ThaiJustify
Field Value
Type |
---|
HorizontalAlignment |