Uses of Class
org.odftoolkit.odfdom.incubator.doc.office.OdfStylesBase
-
Packages that use OdfStylesBase Package Description org.odftoolkit.odfdom.changes org.odftoolkit.odfdom.dom.element.office org.odftoolkit.odfdom.incubator.doc.office -
-
Uses of OdfStylesBase in org.odftoolkit.odfdom.changes
Methods in org.odftoolkit.odfdom.changes with parameters of type OdfStylesBase Modifier and Type Method Description 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 OdfStylesBase in org.odftoolkit.odfdom.dom.element.office
Subclasses of OdfStylesBase in org.odftoolkit.odfdom.dom.element.office Modifier and Type Class Description classOfficeAutomaticStylesElementDOM implementation of OpenDocument element <office:automatic-styles>.classOfficeMasterStylesElementDOM implementation of OpenDocument element <office:master-styles>.classOfficeStylesElementDOM implementation of OpenDocument element <office:styles>. -
Uses of OdfStylesBase in org.odftoolkit.odfdom.incubator.doc.office
Subclasses of OdfStylesBase in org.odftoolkit.odfdom.incubator.doc.office Modifier and Type Class Description classOdfOfficeAutomaticStylesConvenient functionality for the parent ODF OpenDocument elementclassOdfOfficeMasterStylesConvenient functionality for the parent ODF OpenDocument elementclassOdfOfficeStylesConvenient functionality for the parent ODF OpenDocument element
-