java.lang.Objectcom.aspose.words.PageBorderAppliesTo
public class PageBorderAppliesTo
Field Summary | ||
---|---|---|
static final int | ALL_PAGES | |
Page border is shown on all pages of the section. | ||
static final int | FIRST_PAGE | |
Page border is shown on the first page of the section only. | ||
static final int | OTHER_PAGES | |
Page border is shown on all pages except the first page of the section. |
Field Detail |
---|
ALL_PAGES = 0 | |
public static final int ALL_PAGES |
FIRST_PAGE = 1 | |
public static final int FIRST_PAGE |
OTHER_PAGES = 2 | |
public static final int OTHER_PAGES |