public final class PageBorderAppliesTo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ALL_PAGES
Page border is shown on all pages of the section.
|
static int |
FIRST_PAGE
Page border is shown on the first page of the section only.
|
static int |
length |
static int |
OTHER_PAGES
Page border is shown on all pages except the first page of the section.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String pageBorderAppliesToName) |
static java.lang.String |
getName(int pageBorderAppliesTo) |
static int[] |
getValues() |
static java.lang.String |
toString(int pageBorderAppliesTo) |
public static final int ALL_PAGES
public static final int FIRST_PAGE
public static final int OTHER_PAGES
public static final int length