Specifies alignment of the text on a page.

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 PageAlignment
Public Enumeration PageAlignment
public enum class PageAlignment
type PageAlignment

Members

MemberValueDescription
Top0
Text is aligned at the top of the page.
Middle1
Text is aligned at the middle of the page.
Justified2
Text is spanned to fill the page.
Bottom3
Text is aligned at the bottom of the page.

See Also