public class PageLayoutStyle extends Object implements AddableToOdsElements, Hidable
| Modifier and Type | Method and Description |
|---|---|
void |
addToElements(OdsElements odsElements)
Add this to OdsElements
|
void |
appendXMLToAutomaticStyle(XMLUtil util,
Appendable appendable)
Write the XML format for this object.
|
String |
getName()
Get the name of this page style.
|
PageWritingMode |
getWritingMode()
Get the writing mode
|
boolean |
isHidden() |
public void addToElements(OdsElements odsElements)
AddableToOdsElementsaddToElements in interface AddableToOdsElementsodsElements - the OdsElements instance where to add this.public void appendXMLToAutomaticStyle(XMLUtil util, Appendable appendable) throws IOException
util - a util to write XMLappendable - where to writeIOException - If an I/O error occurspublic String getName()
public PageWritingMode getWritingMode()
Copyright © 2016–2021. All rights reserved.