Package | Description |
---|---|
org.odftoolkit.odfdom.doc.table |
Provide convenient methods to manipulate table in ODF text and spreadsheet document.
|
org.odftoolkit.odfdom.dom.element |
From the ODF RelaxNG generated Java classes representing the ODF elements
|
org.odftoolkit.odfdom.incubator.doc.office |
Modifier and Type | Method and Description |
---|---|
protected OdfStyle |
OdfTableCell.getCellStyleElement()
Deprecated.
|
protected OdfStyle |
OdfTableCell.getCellStyleElementForWrite()
Deprecated.
|
OdfStyle |
OdfTableColumn.getDefaultCellStyle()
Deprecated.
Get the default cell style of this column.
|
OdfStyle |
OdfTableRow.getDefaultCellStyle()
Deprecated.
Get the default cell style of this row.
|
Modifier and Type | Method and Description |
---|---|
void |
OdfTableColumn.setDefaultCellStyle(OdfStyle style)
Deprecated.
Set the default cell style to this column.
|
void |
OdfTableRow.setDefaultCellStyle(OdfStyle style)
Deprecated.
Set the default cell style to this row.
|
Modifier and Type | Method and Description |
---|---|
OdfStyle |
OdfStylableElement.getAutomaticStyle()
Retrieve ODF AutomaticStyle
|
OdfStyle |
OdfStylableElement.getDocumentStyle()
Retrieve ODF DocumentStyle
|
OdfStyle |
OdfStylableElement.reuseDocumentStyle(String styleName)
Returns a DocumentStyle if there is no local style
|
Modifier and Type | Method and Description |
---|---|
void |
OdfStylableElement.setDocumentStyle(OdfStyle style)
Set ODF DocumentStyle
|
Modifier and Type | Method and Description |
---|---|
OdfStyle |
OdfOfficeAutomaticStyles.getStyle(String name,
OdfStyleFamily familyType)
Returns the
OdfStyleStyle element with the given name and family. |
OdfStyle |
OdfOfficeStyles.getStyle(String name,
OdfStyleFamily familyType)
Returns the
OdfStyle element with the given name and family. |
OdfStyle |
OdfOfficeAutomaticStyles.makeStyleUnique(OdfStyle referenceStyle)
This method makes the style unique
|
OdfStyle |
OdfOfficeAutomaticStyles.newStyle(OdfStyleFamily styleFamily)
Create an
OdfStyle element with style family |
OdfStyle |
OdfOfficeStyles.newStyle(String name,
OdfStyleFamily family)
Create an ODF style with style name and family
|
Modifier and Type | Method and Description |
---|---|
Iterable<OdfStyle> |
OdfOfficeAutomaticStyles.getAllStyles()
Returns an iterator for all
OdfStyleStyle elements. |
Iterable<OdfStyle> |
OdfOfficeAutomaticStyles.getStylesForFamily(OdfStyleFamily familyType)
Returns an iterator for all
OdfStyleStyle elements for the given family. |
Iterable<OdfStyle> |
OdfOfficeStyles.getStylesForFamily(OdfStyleFamily familyType)
Returns an iterator for all
OdfStyle elements for the given family. |
Modifier and Type | Method and Description |
---|---|
OdfStyle |
OdfOfficeAutomaticStyles.makeStyleUnique(OdfStyle referenceStyle)
This method makes the style unique
|
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.