ASPOSE home

com.aspose.words
Class PageBorderAppliesTo

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

public class PageBorderAppliesTo
extends java.lang.Object

Utility class containing constants. Specifies which pages the page border is printed on.
See Also:
PageSetup, PageSetup.BorderAppliesTo

Field Summary
static final intALL_PAGES
           Page border is shown on all pages of the section.
static final intFIRST_PAGE
           Page border is shown on the first page of the section only.
static final intOTHER_PAGES
           Page border is shown on all pages except the first page of the section.
 

Field Detail

ALL_PAGES

public static final int ALL_PAGES
Page border is shown on all pages of the section.

FIRST_PAGE

public static final int FIRST_PAGE
Page border is shown on the first page of the section only.

OTHER_PAGES

public static final int OTHER_PAGES
Page border is shown on all pages except the first page of the section.

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