com.aspose.words
Class PageVerticalAlignment

java.lang.Object
    extended by com.aspose.words.PageVerticalAlignment

public class PageVerticalAlignment 
extends java.lang.Object

Utility class containing constants. Specifies vertical justification of text on each page.
See Also:
PageSetup, PageSetup.VerticalAlignment

Field Summary
static final intBOTTOM = 3
           Text is aligned at the bottom of the page.
static final intCENTER = 1
           Text is aligned in the middle of the page.
static final intJUSTIFY = 2
           Text is spread to fill the page.
static final intTOP = 0
           Text is aligned at the top of the page.
 

Field Detail

BOTTOM = 3

public static final int BOTTOM
Text is aligned at the bottom of the page.

CENTER = 1

public static final int CENTER
Text is aligned in the middle of the page.

JUSTIFY = 2

public static final int JUSTIFY
Text is spread to fill the page.

TOP = 0

public static final int TOP
Text is aligned at the top of the page.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.