Uses of Class
org.odftoolkit.odfdom.changes.PageArea
-
Packages that use PageArea Package Description org.odftoolkit.odfdom.changes org.odftoolkit.odfdom.dom -
-
Uses of PageArea in org.odftoolkit.odfdom.changes
Methods in org.odftoolkit.odfdom.changes that return PageArea Modifier and Type Method Description static PageArea
PageArea. valueOf(String name)
Returns the enum constant of this type with the specified name.static PageArea[]
PageArea. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odftoolkit.odfdom.changes with parameters of type PageArea Modifier and Type Method Description void
JsonOperationProducer. addHeaderFooter(String contextName, PageArea pageArea, org.json.JSONObject attrs)
Adding a default footer style operation -
Uses of PageArea in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type PageArea Modifier and Type Method Description OdfElement
OdfSchemaDocument. getRootComponentElement(String masterStyleName, PageArea pageArea, boolean createIfNotExisting)
Returns the component tree of the document.
-