public final class BorderType
extends java.lang.Object
To learn more, visit the Programming with Documents documentation article.
| Modifier and Type | Field and Description |
|---|---|
static int |
BOTTOM
Specifies the bottom border of a paragraph or a table cell.
|
static int |
DIAGONAL_DOWN
Specifies the diagonal border in a table cell.
|
static int |
DIAGONAL_UP
Specifies the diagonal border in a table cell.
|
static int |
HORIZONTAL
Specifies the horizontal border between cells in a table or between conforming paragraphs.
|
static int |
LEFT
Specifies the left border of a paragraph or a table cell.
|
static int |
length |
static int |
NONE
Default value.
|
static int |
RIGHT
Specifies the right border of a paragraph or a table cell.
|
static int |
TOP
Specifies the top border of a paragraph or a table cell.
|
static int |
VERTICAL
Specifies the vertical border between cells in a table.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String borderTypeName) |
static java.lang.String |
getName(int borderType) |
static int[] |
getValues() |
static java.lang.String |
toString(int borderType) |
public static final int NONE
public static final int BOTTOM
public static final int LEFT
public static final int RIGHT
public static final int TOP
public static final int HORIZONTAL
public static final int VERTICAL
public static final int DIAGONAL_DOWN
public static final int DIAGONAL_UP
public static final int length