public final class HorizontalRuleAlignment
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CENTER
Aligned to the center.
|
static int |
LEFT
Aligned to the left.
|
static int |
length |
static int |
RIGHT
Aligned to the right.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String horizontalRuleAlignmentName) |
static java.lang.String |
getName(int horizontalRuleAlignment) |
static int[] |
getValues() |
static java.lang.String |
toString(int horizontalRuleAlignment) |