Uses of Class
org.odftoolkit.odfdom.dom.OdfStylesDom
-
Packages that use OdfStylesDom Package Description org.odftoolkit.odfdom.changes org.odftoolkit.odfdom.dom -
-
Uses of OdfStylesDom in org.odftoolkit.odfdom.changes
Methods in org.odftoolkit.odfdom.changes with parameters of type OdfStylesDom Modifier and Type Method Description voidJsonOperationProducer. addDocumentProperties(OdfStylesDom stylesDom, Integer defaultTabStopWidth, org.json.JSONObject defaultPageStyles)org.json.JSONObjectJsonOperationProducer. addPageProperties(OdfStylesDom stylesDom)trigger pageStyle operations, only the "standard" page style will be returned -
Uses of OdfStylesDom in org.odftoolkit.odfdom.dom
Fields in org.odftoolkit.odfdom.dom declared as OdfStylesDom Modifier and Type Field Description protected OdfStylesDomOdfSchemaDocument. mStylesDomMethods in org.odftoolkit.odfdom.dom that return OdfStylesDom Modifier and Type Method Description OdfStylesDomOdfSchemaDocument. getStylesDom()Return the ODF type-based styles DOM of the styles.xmlMethods in org.odftoolkit.odfdom.dom with parameters of type OdfStylesDom Modifier and Type Method Description voidOdfSchemaDocument. setStylesDom(OdfStylesDom stylesDom)Sets the ODF type-based styles DOM of the styles.xml
-