Uses of Class
org.odftoolkit.odfdom.dom.element.style.StyleMasterPageElement
-
Packages that use StyleMasterPageElement Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description voidDefaultElementVisitor. 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 Modifier and Type Method Description StyleMasterPageElementOfficeMasterStylesElement. 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 Modifier and Type Method Description StyleMasterPageElementOdfOfficeMasterStyles. getMasterPage(String name)StyleMasterPageElementOdfOfficeMasterStyles. getOrCreateMasterPage(String name)Methods in org.odftoolkit.odfdom.incubator.doc.office that return types with arguments of type StyleMasterPageElement Modifier and Type Method Description Map<String,StyleMasterPageElement>OdfOfficeMasterStyles. getMasterPages()Iterator<StyleMasterPageElement>OdfOfficeMasterStyles. iterator()
-