Uses of Class
org.odftoolkit.odfdom.dom.element.office.OfficeMasterStylesElement
-
Packages that use OfficeMasterStylesElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.office -
-
Uses of OfficeMasterStylesElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom that return OfficeMasterStylesElement Modifier and Type Method Description OfficeMasterStylesElementOdfStylesDom. getMasterStyles()Retrieve the ODF MasterStylesOfficeMasterStylesElementOdfStylesDom. getOrCreateMasterStyles()Retrieve the ODF MasterStylesMethods in org.odftoolkit.odfdom.dom with parameters of type OfficeMasterStylesElement Modifier and Type Method Description voidDefaultElementVisitor. visit(OfficeMasterStylesElement ele)A method to visit "office:master-styles" elements -
Uses of OfficeMasterStylesElement in org.odftoolkit.odfdom.dom.element.office
Methods in org.odftoolkit.odfdom.dom.element.office that return OfficeMasterStylesElement Modifier and Type Method Description OfficeMasterStylesElementOfficeDocumentElement. newOfficeMasterStylesElement()Create child element <office:master-styles>.OfficeMasterStylesElementOfficeDocumentStylesElement. newOfficeMasterStylesElement()Create child element <office:master-styles>.
-