Uses of Class
org.odftoolkit.odfdom.incubator.doc.style.OdfStyle
Packages that use OdfStyle
Package
Description
Provide convenient methods to manipulate table in ODF text and spreadsheet document.
From the ODF RelaxNG generated Java classes representing the ODF elements.
-
Uses of OdfStyle in org.odftoolkit.odfdom.changes
Methods in org.odftoolkit.odfdom.changes with parameters of type OdfStyleModifier and TypeMethodDescriptionMapHelper.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 OdfStyleModifier and TypeMethodDescriptionprotected OdfStyleOdfTableCell.getCellStyleElement()protected OdfStyleOdfTableCell.getCellStyleElementForWrite()OdfTableColumn.getDefaultCellStyle()Get the default cell style of this column.OdfTableRow.getDefaultCellStyle()Get the default cell style of this row.Methods in org.odftoolkit.odfdom.doc.table with parameters of type OdfStyleModifier and TypeMethodDescriptionvoidOdfTableColumn.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 OdfStyleModifier and TypeMethodDescriptionOdfSchemaDocument.getStyleByDisplayName(OdfStyleFamily styleFamily, String styleDisplayName) OdfSchemaDocument.getStyleByName(OdfStyleFamily styleFamily, String styleName) -
Uses of OdfStyle in org.odftoolkit.odfdom.dom.element
Methods in org.odftoolkit.odfdom.dom.element that return OdfStyleModifier and TypeMethodDescriptionOdfStylableElement.getAutomaticStyle()Retrieve ODF AutomaticStyleOdfStylableElement.getDocumentStyle()Retrieve ODF DocumentStyleOdfStylableElement.reuseDocumentStyle(String styleName) Returns a DocumentStyle if there is no local styleMethods in org.odftoolkit.odfdom.dom.element with parameters of type OdfStyleModifier and TypeMethodDescriptionvoidOdfStylableElement.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 OdfStyleModifier and TypeMethodDescriptionOdfStylesBase.getStyle(String name, OdfStyleFamily familyType) OdfOfficeAutomaticStyles.makeStyleUnique(OdfStyle referenceStyle) This method makes the style uniqueOdfOfficeAutomaticStyles.newStyle(OdfStyleFamily styleFamily) Create anOdfStyleelement with style familyOdfStylesBase.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 OdfStyleModifier and TypeMethodDescriptionOdfStylesBase.getAllStyles()Returns an iterator for allOdfStyleelements.OdfStylesBase.getStylesForFamily(OdfStyleFamily familyType) Methods in org.odftoolkit.odfdom.incubator.doc.office with parameters of type OdfStyleModifier and TypeMethodDescriptionOdfOfficeAutomaticStyles.makeStyleUnique(OdfStyle referenceStyle) This method makes the style unique