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 | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
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-2014 The Apache Software Foundation. All Rights Reserved.