Class PageAlignment
Specifies alignment of the text on a page.
Inheritance
System.Object
PageAlignment
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public sealed class PageAlignment : Enum
Fields
Bottom
Text is aligned at the bottom of the page.
Declaration
public const PageAlignment Bottom
Field Value
Type |
---|
PageAlignment |
Justified
Text is spanned to fill the page.
Declaration
public const PageAlignment Justified
Field Value
Type |
---|
PageAlignment |
Middle
Text is aligned at the middle of the page.
Declaration
public const PageAlignment Middle
Field Value
Type |
---|
PageAlignment |
Top
Text is aligned at the top of the page.
Declaration
public const PageAlignment Top
Field Value
Type |
---|
PageAlignment |