Specifies type of the horizontal alignment.
Namespace: Spire.Doc.DocumentsAssembly: 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
| Member | Value | Description |
|---|---|---|
| Left | 0 |
Specifies alignment to the left.
|
| Center | 1 |
Specifies alignment to the center.
|
| Right | 2 |
Specifies alignment to the right.
|
| Justify | 3 |
Specifies alignment to both left and right.
|
| Distribute | 4 |
Specifies that the text shall be justified between both
of the text margins in the document.
|
| HightKashida | 5 |
Specifies that the kashida length for text in the current paragraph
shall be extended to its wides possible length.
|
| LowKashida | 6 |
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.
|
| MediumKashida | 7 |
Specifies that the kashida length for text in the current paragraph
shall be extended to a medium length determined by the consumer.
|