Uses of Class
org.odftoolkit.odfdom.dom.element.style.StyleMasterPageElement

Packages that use StyleMasterPageElement
org.odftoolkit.odfdom.dom   
org.odftoolkit.odfdom.dom.element.office   
org.odftoolkit.odfdom.incubator.doc.office   
 

Uses of StyleMasterPageElement in org.odftoolkit.odfdom.dom
 

Methods in org.odftoolkit.odfdom.dom that return types with arguments of type StyleMasterPageElement
 Map<String,StyleMasterPageElement> OdfSchemaDocument.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 StyleMasterPageElement
 void DefaultElementVisitor.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 StyleMasterPageElement
 StyleMasterPageElement OfficeMasterStylesElement.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 StyleMasterPageElement
 StyleMasterPageElement OdfOfficeMasterStyles.getMasterPage(String name)
           
 

Methods in org.odftoolkit.odfdom.incubator.doc.office that return types with arguments of type StyleMasterPageElement
 Iterator<StyleMasterPageElement> OdfOfficeMasterStyles.getMasterPages()
           
 



Copyright © 2008-2017 The Apache Software Foundation. All Rights Reserved.