|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Border | |
---|---|
org.odftoolkit.simple.draw | Provide high level methods to manipulate draw frame and text box. |
org.odftoolkit.simple.style | Provide convenient methods to handle style definitions in ODF document. |
org.odftoolkit.simple.table | Provide convenient methods to manipulate table in ODF text and spreadsheet document. |
Uses of Border in org.odftoolkit.simple.draw |
---|
Methods in org.odftoolkit.simple.draw with parameters of type Border | |
---|---|
void |
FrameStyleHandler.setBorders(Border border,
StyleTypeDefinitions.CellBordersType bordersType)
Set the border style of this cell. |
Uses of Border in org.odftoolkit.simple.style |
---|
Fields in org.odftoolkit.simple.style declared as Border | |
---|---|
static Border |
Border.NONE
A static variable to represent a border without any lines, which means no border at all. |
Methods in org.odftoolkit.simple.style that return Border | |
---|---|
protected Border |
Border.changeLineMeasure(StyleTypeDefinitions.SupportedLinearMeasure newLineMeasure)
Return a border which is same but with a different line measurement |
Border |
GraphicProperties.getBorder()
Return the border setting for all four borders. |
Border |
TableCellProperties.getBorder()
Return the border setting for all four borders. |
Border |
PageLayoutProperties.getBorder()
Return the border setting for all four borders. |
Border |
GraphicProperties.getBottomBorder()
Return the border setting for the bottom border. |
Border |
TableCellProperties.getBottomBorder()
Return the border setting for the bottom border. |
Border |
PageLayoutProperties.getBottomBorder()
Return the border setting for the bottom border. |
Border |
TableCellProperties.getDiagonalBlTr()
Return the border setting for the diagonal from bottom left to top right. |
Border |
TableCellProperties.getDiagonalTlBr()
Return the border setting for the diagonal from top left to bottom right. |
Border |
GraphicProperties.getLeftBorder()
Return the border setting for the left border. |
Border |
TableCellProperties.getLeftBorder()
Return the border setting for the left border. |
Border |
PageLayoutProperties.getLeftBorder()
Return the border setting for the left border. |
Border |
GraphicProperties.getRightBorder()
Return the border setting for the right border. |
Border |
TableCellProperties.getRightBorder()
Return the border setting for the right border. |
Border |
PageLayoutProperties.getRightBorder()
Return the border setting for the right border. |
Border |
GraphicProperties.getTopBorder()
Return the border setting for the top border. |
Border |
TableCellProperties.getTopBorder()
Return the border setting for the top border. |
Border |
PageLayoutProperties.getTopBorder()
Return the border setting for the top border. |
Methods in org.odftoolkit.simple.style with parameters of type Border | |
---|---|
void |
GraphicProperties.setBorder(Border border)
Set the border definition for all four borders. |
void |
TableCellProperties.setBorder(Border border)
Set the border definition for all four borders. |
void |
PageLayoutProperties.setBorder(Border border)
Set the border definition for all four borders. |
void |
GraphicProperties.setBorders(StyleTypeDefinitions.CellBordersType bordersType,
Border border)
Set the border style. |
void |
TableCellProperties.setBorders(StyleTypeDefinitions.CellBordersType bordersType,
Border border)
Set the border style. |
void |
PageLayoutProperties.setBorders(StyleTypeDefinitions.CellBordersType bordersType,
Border border)
Set the border style. |
void |
GraphicProperties.setBottomBorder(Border border)
Set the border definition for the bottom border. |
void |
TableCellProperties.setBottomBorder(Border border)
Set the border definition for the bottom border. |
void |
PageLayoutProperties.setBottomBorder(Border border)
Set the border definition for the bottom border. |
void |
TableCellProperties.setDiagonalBlTr(Border border)
Set the border definition for the diagonal from bottom left to top right. |
void |
TableCellProperties.setDiagonalTlBr(Border border)
Set the border definition for the diagonal from top left to bottom right. |
void |
GraphicProperties.setLeftBorder(Border border)
Set the border definition for the left border. |
void |
TableCellProperties.setLeftBorder(Border border)
Set the border definition for the left border. |
void |
PageLayoutProperties.setLeftBorder(Border border)
Set the border definition for the left border. |
void |
GraphicProperties.setRightBorder(Border border)
Set the border definition for the right border. |
void |
TableCellProperties.setRightBorder(Border border)
Set the border definition for the right border. |
void |
PageLayoutProperties.setRightBorder(Border border)
Set the border definition for the right border. |
void |
GraphicProperties.setTopBorder(Border border)
Set the border definition for the top border. |
void |
TableCellProperties.setTopBorder(Border border)
Set the border definition for the top border. |
void |
PageLayoutProperties.setTopBorder(Border border)
Set the border definition for the top border. |
Uses of Border in org.odftoolkit.simple.table |
---|
Methods in org.odftoolkit.simple.table that return Border | |
---|---|
Border |
Cell.getBorder(StyleTypeDefinitions.CellBordersType type)
Return the border setting for a specific border. |
Border |
CellStyleHandler.getBorder(StyleTypeDefinitions.CellBordersType type)
Return the border setting for a specific border. |
Methods in org.odftoolkit.simple.table with parameters of type Border | |
---|---|
void |
CellStyleHandler.setBorders(Border border,
StyleTypeDefinitions.CellBordersType bordersType)
Set the border style of this cell. |
void |
Cell.setBorders(StyleTypeDefinitions.CellBordersType bordersType,
Border border)
Set the border style definitions for this cell. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |