Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
FrameStyleHandler.setBorders(Border border,
StyleTypeDefinitions.CellBordersType bordersType)
Set the border style of this cell.
|
Modifier and Type | Field and Description |
---|---|
static Border |
Border.NONE
A static variable to represent a border without any lines, which means no
border at all.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.