public class PageLayout extends StyleWithProperties
Class representing a page master in OOo Writer. This is represented like other styles + a separate style for header and footer
bAutomatic, family, sName
Constructor | Description |
---|---|
PageLayout() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getFooterProperty(java.lang.String sPropName) |
|
java.lang.String |
getHeaderProperty(java.lang.String sPropName) |
|
java.lang.String |
getPageUsage() |
|
boolean |
hasFooterStyle() |
|
boolean |
hasHeaderStyle() |
|
void |
loadStyleFromDOM(org.w3c.dom.Node node) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDisplayName, getFamily, getListStyleName, getMasterPageName, getName, getParentName, getParentStyle, isAutomatic
getAbsoluteCellProperty, getAbsoluteColumnProperty, getAbsoluteGraphicProperty, getAbsoluteLength, getAbsoluteParProperty, getAbsoluteProperty, getAbsoluteProperty, getAbsoluteRowProperty, getAbsoluteSectionProperty, getAbsoluteTableProperty, getAbsoluteTextProperty, getBackgroundImageProperty, getCellProperty, getColCount, getColumnProperty, getFootnoteProperty, getGraphicProperty, getParProperty, getProperty, getProperty, getProperty, getRowProperty, getSectionProperty, getTableProperty, getTextProperty, hasFootnoteSep
public java.lang.String getPageUsage()
public boolean hasHeaderStyle()
public java.lang.String getHeaderProperty(java.lang.String sPropName)
public boolean hasFooterStyle()
public java.lang.String getFooterProperty(java.lang.String sPropName)
public void loadStyleFromDOM(org.w3c.dom.Node node)
loadStyleFromDOM
in class StyleWithProperties