| 
PageAlignment Enumeration
  | 
 Specifies alignment of the text on a page.
 Namespace:
 Spire.Doc.Documents
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public enum PageAlignment
 
Public Enumeration PageAlignment
 
public enum class PageAlignment
 
 
 
 
 Members
 Members
 
|  | Member name | 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. | 
 
 
 See Also
See Also