public final class LineGapType
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static LineGapType |
Exact
Exact - Sets a fixed line spacing
|
static LineGapType |
ExtraLeading
Extra Leading - Adds the specified value to the line spacing that accommodates the largest font in the line
|
static LineGapType |
Multiple
Multiple - Sets the line spacing based on a multiple of the line.
|
| Modifier and Type | Method and Description |
|---|---|
static LineGapType |
valueOf(java.lang.String name) |
static LineGapType[] |
values() |
public static final LineGapType ExtraLeading
public static final LineGapType Multiple
public static final LineGapType Exact
public static LineGapType[] values()
public static LineGapType valueOf(java.lang.String name)