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 booleanMapHelper. 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 OdfStyleOdfTableCell. getCellStyleElement()protected OdfStyleOdfTableCell. getCellStyleElementForWrite()OdfStyleOdfTableColumn. getDefaultCellStyle()Get the default cell style of this column.OdfStyleOdfTableRow. 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 voidOdfTableColumn. setDefaultCellStyle(OdfStyle style)Set the default cell style to this column.voidOdfTableRow. 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 OdfStyleOdfSchemaDocument. getStyleByDisplayName(OdfStyleFamily styleFamily, String styleDisplayName)OdfStyleOdfSchemaDocument. 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 OdfStyleOdfStylableElement. getAutomaticStyle()Retrieve ODF AutomaticStyleOdfStyleOdfStylableElement. getDocumentStyle()Retrieve ODF DocumentStyleOdfStyleOdfStylableElement. 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 voidOdfStylableElement. 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 OdfStyleOdfStylesBase. getStyle(String name, OdfStyleFamily familyType)OdfStyleOdfOfficeAutomaticStyles. makeStyleUnique(OdfStyle referenceStyle)This method makes the style uniqueOdfStyleOdfOfficeAutomaticStyles. newStyle(OdfStyleFamily styleFamily)Create anOdfStyleelement with style familyOdfStyleOdfStylesBase. 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 allOdfStyleelements.Iterable<OdfStyle>OdfStylesBase. getStylesForFamily(OdfStyleFamily familyType)Methods in org.odftoolkit.odfdom.incubator.doc.office with parameters of type OdfStyle Modifier and Type Method Description OdfStyleOdfOfficeAutomaticStyles. makeStyleUnique(OdfStyle referenceStyle)This method makes the style unique
-