|
ASPOSE home | ||||||||
java.lang.Object
com.aspose.words.BorderType
public class BorderType
| Field Summary | ||
|---|---|---|
static final int | BOTTOM | |
| Specifies the bottom border of a paragraph or a table cell. | ||
static final int | LEFT | |
| Specifies the left border of a paragraph or a table cell. | ||
static final int | RIGHT | |
| Specifies the right border of a paragraph or a table cell. | ||
static final int | TOP | |
| Specifies the top border of a paragraph or a table cell. | ||
static final int | HORIZONTAL | |
| Specifies the horizontal border between cells in a table or between conforming paragraphs. | ||
static final int | VERTICAL | |
| Specifies the vertical border between cells in a table. | ||
static final int | DIAGONAL_DOWN | |
| Specifies the diagonal border in a table cell. | ||
static final int | DIAGONAL_UP | |
| Specifies the diagonal border in a table cell. | ||
| Field Detail |
|---|
BOTTOM | |
public static final int BOTTOM | |
LEFT | |
public static final int LEFT | |
RIGHT | |
public static final int RIGHT | |
TOP | |
public static final int TOP | |
HORIZONTAL | |
public static final int HORIZONTAL | |
VERTICAL | |
public static final int VERTICAL | |
DIAGONAL_DOWN | |
public static final int DIAGONAL_DOWN | |
DIAGONAL_UP | |
public static final int DIAGONAL_UP | |
|
ASPOSE home | ||||||||