ASPOSE home

com.aspose.words
Class BorderType

java.lang.Object
    extended by com.aspose.words.BorderType

public class BorderType
extends java.lang.Object

Utility class containing constants. Specifies sides of a border.

Field Summary
static final intBOTTOM
           Specifies the bottom border of a paragraph or a table cell.
static final intLEFT
           Specifies the left border of a paragraph or a table cell.
static final intRIGHT
           Specifies the right border of a paragraph or a table cell.
static final intTOP
           Specifies the top border of a paragraph or a table cell.
static final intHORIZONTAL
           Specifies the horizontal border between cells in a table or between conforming paragraphs.
static final intVERTICAL
           Specifies the vertical border between cells in a table.
static final intDIAGONAL_DOWN
           Specifies the diagonal border in a table cell.
static final intDIAGONAL_UP
           Specifies the diagonal border in a table cell.
 

Field Detail

BOTTOM

public static final int BOTTOM
Specifies the bottom border of a paragraph or a table cell.

LEFT

public static final int LEFT
Specifies the left border of a paragraph or a table cell.

RIGHT

public static final int RIGHT
Specifies the right border of a paragraph or a table cell.

TOP

public static final int TOP
Specifies the top border of a paragraph or a table cell.

HORIZONTAL

public static final int HORIZONTAL
Specifies the horizontal border between cells in a table or between conforming paragraphs.

VERTICAL

public static final int VERTICAL
Specifies the vertical border between cells in a table.

DIAGONAL_DOWN

public static final int DIAGONAL_DOWN
Specifies the diagonal border in a table cell.

DIAGONAL_UP

public static final int DIAGONAL_UP
Specifies the diagonal border in a table cell.

See Also:
          Wiki - the home page for the Aspose.Words Product Documentation that includes Programmer's Guide, Knowledge Base and other articles.
          Aspose.Words Support Forum - our preferred method of support.
          Aspose.Words Team - contact Aspose.Words Team.


ASPOSE home