Specifies type of the horizontal alignment.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum HorizontalAlignment
Public Enumeration HorizontalAlignment
public enum class HorizontalAlignment
type HorizontalAlignment

Members

MemberValueDescription
Left0
Specifies alignment to the left.
Center1
Specifies alignment to the center.
Right2
Specifies alignment to the right.
Justify3
Specifies alignment to both left and right.
Distribute4
Specifies that the text shall be justified between both of the text margins in the document.
HightKashida5
Specifies that the kashida length for text in the current paragraph shall be extended to its wides possible length.
LowKashida6
Specifies that the kashida length for text in the current paragraph shall be exended to a slightly longer length. This setting shall also be applied to Arabic text when the both setting is applied.
MediumKashida7
Specifies that the kashida length for text in the current paragraph shall be extended to a medium length determined by the consumer.

See Also