Uses of Class
org.odftoolkit.odfdom.incubator.doc.style.OdfStyle
-
Packages that use OdfStyle Package Description org.odftoolkit.odfdom.changes org.odftoolkit.odfdom.doc.table Provide convenient methods to manipulate table in ODF text and spreadsheet document.org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element From the ODF RelaxNG generated Java classes representing the ODF elements.org.odftoolkit.odfdom.incubator.doc.office -
-
Uses of OdfStyle in org.odftoolkit.odfdom.changes
Methods in org.odftoolkit.odfdom.changes with parameters of type OdfStyle Modifier and Type Method Description static Map<String,Object>
MapHelper. getMappedStyleProperties(OdfStyle style)
static boolean
MapHelper. putNumberFormat(Map<String,Object> jsonStyleProperties, Map<String,Map<String,String>> stringProperties, OdfStyle autoStyle, OdfStylesBase autoStyles, OdfStylesBase officeStyles)
get number format attribute via data-style-name attribute from one of the different number format style elements either from office styles or automatic styles names are (implicitly!) unique so it can only be found in one of the two containers -
Uses of OdfStyle in org.odftoolkit.odfdom.doc.table
Methods in org.odftoolkit.odfdom.doc.table that return OdfStyle Modifier and Type Method Description protected OdfStyle
OdfTableCell. getCellStyleElement()
protected OdfStyle
OdfTableCell. getCellStyleElementForWrite()
OdfStyle
OdfTableColumn. getDefaultCellStyle()
Get the default cell style of this column.OdfStyle
OdfTableRow. getDefaultCellStyle()
Get the default cell style of this row.Methods in org.odftoolkit.odfdom.doc.table with parameters of type OdfStyle Modifier and Type Method Description void
OdfTableColumn. setDefaultCellStyle(OdfStyle style)
Set the default cell style to this column.void
OdfTableRow. setDefaultCellStyle(OdfStyle style)
Set the default cell style to this row. -
Uses of OdfStyle in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom that return OdfStyle Modifier and Type Method Description OdfStyle
OdfSchemaDocument. getStyleByDisplayName(OdfStyleFamily styleFamily, String styleDisplayName)
OdfStyle
OdfSchemaDocument. getStyleByName(OdfStyleFamily styleFamily, String styleName)
-
Uses of OdfStyle in org.odftoolkit.odfdom.dom.element
Methods in org.odftoolkit.odfdom.dom.element that return OdfStyle Modifier and Type Method Description OdfStyle
OdfStylableElement. getAutomaticStyle()
Retrieve ODF AutomaticStyleOdfStyle
OdfStylableElement. getDocumentStyle()
Retrieve ODF DocumentStyleOdfStyle
OdfStylableElement. reuseDocumentStyle(String styleName)
Returns a DocumentStyle if there is no local styleMethods in org.odftoolkit.odfdom.dom.element with parameters of type OdfStyle Modifier and Type Method Description void
OdfStylableElement. setDocumentStyle(OdfStyle style)
Set ODF DocumentStyle -
Uses of OdfStyle in org.odftoolkit.odfdom.incubator.doc.office
Methods in org.odftoolkit.odfdom.incubator.doc.office that return OdfStyle Modifier and Type Method Description OdfStyle
OdfStylesBase. getStyle(String name, OdfStyleFamily familyType)
OdfStyle
OdfOfficeAutomaticStyles. makeStyleUnique(OdfStyle referenceStyle)
This method makes the style uniqueOdfStyle
OdfOfficeAutomaticStyles. newStyle(OdfStyleFamily styleFamily)
Create anOdfStyle
element with style familyOdfStyle
OdfStylesBase. newStyle(String name, OdfStyleFamily family)
Create an ODF style with style name and familyMethods in org.odftoolkit.odfdom.incubator.doc.office that return types with arguments of type OdfStyle Modifier and Type Method Description Iterable<OdfStyle>
OdfStylesBase. getAllStyles()
Returns an iterator for allOdfStyle
elements.Iterable<OdfStyle>
OdfStylesBase. getStylesForFamily(OdfStyleFamily familyType)
Methods in org.odftoolkit.odfdom.incubator.doc.office with parameters of type OdfStyle Modifier and Type Method Description OdfStyle
OdfOfficeAutomaticStyles. makeStyleUnique(OdfStyle referenceStyle)
This method makes the style unique
-