|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StyleTypeDefinitions.CellBordersType | |
---|---|
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 StyleTypeDefinitions.CellBordersType in org.odftoolkit.simple.draw |
---|
Methods in org.odftoolkit.simple.draw with parameters of type StyleTypeDefinitions.CellBordersType | |
---|---|
void |
FrameStyleHandler.setBorders(Border border,
StyleTypeDefinitions.CellBordersType bordersType)
Set the border style of this cell. |
Uses of StyleTypeDefinitions.CellBordersType in org.odftoolkit.simple.style |
---|
Methods in org.odftoolkit.simple.style that return StyleTypeDefinitions.CellBordersType | |
---|---|
static StyleTypeDefinitions.CellBordersType |
StyleTypeDefinitions.CellBordersType.enumValueOf(String aValue)
|
static StyleTypeDefinitions.CellBordersType |
StyleTypeDefinitions.CellBordersType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StyleTypeDefinitions.CellBordersType[] |
StyleTypeDefinitions.CellBordersType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.odftoolkit.simple.style with parameters of type StyleTypeDefinitions.CellBordersType | |
---|---|
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. |
Uses of StyleTypeDefinitions.CellBordersType in org.odftoolkit.simple.table |
---|
Methods in org.odftoolkit.simple.table with parameters of type StyleTypeDefinitions.CellBordersType | |
---|---|
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. |
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 |