Uses of Class
org.odftoolkit.odfdom.dom.element.style.StyleMasterPageElement
Packages that use StyleMasterPageElement
Package
Description
-
Uses of StyleMasterPageElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom that return types with arguments of type StyleMasterPageElementModifier and TypeMethodDescriptionOdfSchemaDocument.getMasterPages()Deprecated.This method will be moved to the generated sources as soon code generation was improved!Methods in org.odftoolkit.odfdom.dom with parameters of type StyleMasterPageElementModifier and TypeMethodDescriptionvoidDefaultElementVisitor.visit(StyleMasterPageElement ele) A method to visit "style:master-page" elements -
Uses of StyleMasterPageElement in org.odftoolkit.odfdom.dom.element.office
Methods in org.odftoolkit.odfdom.dom.element.office that return StyleMasterPageElementModifier and TypeMethodDescriptionOfficeMasterStylesElement.newStyleMasterPageElement(String styleNameValue, String stylePageLayoutNameValue) Create child element <style:master-page>. -
Uses of StyleMasterPageElement in org.odftoolkit.odfdom.incubator.doc.office
Methods in org.odftoolkit.odfdom.incubator.doc.office that return StyleMasterPageElementModifier and TypeMethodDescriptionOdfOfficeMasterStyles.getMasterPage(String name) OdfOfficeMasterStyles.getOrCreateMasterPage(String name) Methods in org.odftoolkit.odfdom.incubator.doc.office that return types with arguments of type StyleMasterPageElementModifier and TypeMethodDescriptionOdfOfficeMasterStyles.getMasterPages()OdfOfficeMasterStyles.iterator()