|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BorderStyleId | |
---|---|
com.arctorus.documents.table |
Uses of BorderStyleId in com.arctorus.documents.table |
---|
Fields in com.arctorus.documents.table declared as BorderStyleId | |
---|---|
static BorderStyleId |
BorderStyleId.DEFAULT
Id of the default border style. |
Methods in com.arctorus.documents.table that return BorderStyleId | |
---|---|
BorderStyleId |
CellBorders.getBottomBorder()
Return id of the bottom border style. |
BorderStyleId |
CellBorders.getDiagonalBorder()
Return id of the diagonal border style. |
BorderStyleId |
BorderStyle.getId()
Get id of this border style. |
BorderStyleId |
CellBorders.getLeftBorder()
Return id of the left border style. |
BorderStyleId |
CellBorders.getRightBorder()
Return id of the right border style. |
BorderStyleId |
CellBorders.getTopBorder()
Return id of the top border style. |
Methods in com.arctorus.documents.table with parameters of type BorderStyleId | |
---|---|
BorderStyle |
BorderStyleManager.getBorderStyle(BorderStyleId borderStyleId)
Get existing border style with the specified id. |
void |
CellBorders.setBottomBorder(BorderStyleId bottom)
Set id of the bottom border style. |
void |
CellBorders.setDiagonalBorder(DiagonalBorderType diagonalType,
BorderStyleId diagonal)
Set id and type of the diagonal border style. |
void |
CellBorders.setLeftBorder(BorderStyleId left)
Set id of the left border style. |
void |
CellBorders.setRightBorder(BorderStyleId right)
Set id of the right border style. |
void |
CellBorders.setTopBorder(BorderStyleId top)
Set id of the top border style. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |