public final class SectionLayoutMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT
Specifies that no document grid shall be applied to the contents of the corresponding section in the document.
|
static int |
GRID
Specifies that the corresponding section shall have both the additional line pitch and character pitch added to each line and character within it in order to maintain a specific number of lines per page and characters per line.
|
static int |
length |
static int |
LINE_GRID
Specifies that the corresponding section shall have additional line pitch added to each line within it in order to maintain the specified number of lines per page.
|
static int |
SNAP_TO_CHARS
Specifies that the corresponding section shall have both the additional line pitch and character pitch added to each line and character within it in order to maintain a specific number of lines per page and characters per line.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String sectionLayoutModeName) |
static java.lang.String |
getName(int sectionLayoutMode) |
static int[] |
getValues() |
static java.lang.String |
toString(int sectionLayoutMode) |
public static final int DEFAULT
public static final int GRID
public static final int LINE_GRID
public static final int SNAP_TO_CHARS
public static final int length