ASPOSE home

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
           Text is aligned at the bottom of the page.
static final intCENTER
           Text is aligned in the middle of the page.
static final intJUSTIFY
           Text is spread to fill the page.
static final intTOP
           Text is aligned at the top of the page.
 

Field Detail

BOTTOM

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

CENTER

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

JUSTIFY

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

TOP

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

See Also:
          Wiki - the home page for the Aspose.Words Product Documentation that includes Programmer's Guide, Knowledge Base and other articles.
          Aspose.Words Support Forum - our preferred method of support.
          Aspose.Words Team - contact Aspose.Words Team.


ASPOSE home