java.lang.Objectcom.aspose.words.BorderType
public class BorderType
Field Summary | ||
---|---|---|
static final int | NONE | |
Default value. | ||
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 |
---|
NONE = -1 | |
public static final int NONE |
BOTTOM = 0 | |
public static final int BOTTOM |
LEFT = 1 | |
public static final int LEFT |
RIGHT = 2 | |
public static final int RIGHT |
TOP = 3 | |
public static final int TOP |
HORIZONTAL = 4 | |
public static final int HORIZONTAL |
VERTICAL = 5 | |
public static final int VERTICAL |
DIAGONAL_DOWN = 6 | |
public static final int DIAGONAL_DOWN |
DIAGONAL_UP = 7 | |
public static final int DIAGONAL_UP |