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 void
JsonOperationProducer. addDocumentProperties(OdfStylesDom stylesDom, Integer defaultTabStopWidth, org.json.JSONObject defaultPageStyles)
org.json.JSONObject
JsonOperationProducer. 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 OdfStylesDom
OdfSchemaDocument. mStylesDom
Methods in org.odftoolkit.odfdom.dom that return OdfStylesDom Modifier and Type Method Description OdfStylesDom
OdfSchemaDocument. 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 void
OdfSchemaDocument. setStylesDom(OdfStylesDom stylesDom)
Sets the ODF type-based styles DOM of the styles.xml
-