Specifies alignment of the text on a page.
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 PageAlignment
Public Enumeration PageAlignment
public enum class PageAlignment
type PageAlignment
Members
| Member | Value | Description |
|---|---|---|
| Top | 0 |
Text is aligned at the top of the page.
|
| Middle | 1 |
Text is aligned at the middle of the page.
|
| Justified | 2 |
Text is spanned to fill the page.
|
| Bottom | 3 |
Text is aligned at the bottom of the page.
|