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 and Description |
---|
PageLayout() |
Modifier and Type | Method and 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) |
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
getDisplayName, getFamily, getListStyleName, getMasterPageName, getName, getParentName, getParentStyle, isAutomatic
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