writer2latex.office
Class PageLayout

java.lang.Object
  extended by writer2latex.office.OfficeStyle
      extended by writer2latex.office.StyleWithProperties
          extended by writer2latex.office.PageLayout

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


Field Summary
 
Fields inherited from class writer2latex.office.OfficeStyle
bAutomatic, family, sName
 
Constructor Summary
PageLayout()
           
 
Method Summary
 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)
           
 
Methods inherited from class writer2latex.office.StyleWithProperties
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
 
Methods inherited from class writer2latex.office.OfficeStyle
getDisplayName, getFamily, getListStyleName, getMasterPageName, getName, getParentName, isAutomatic
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageLayout

public PageLayout()
Method Detail

getPageUsage

public java.lang.String getPageUsage()

hasHeaderStyle

public boolean hasHeaderStyle()

getHeaderProperty

public java.lang.String getHeaderProperty(java.lang.String sPropName)

hasFooterStyle

public boolean hasFooterStyle()

getFooterProperty

public java.lang.String getFooterProperty(java.lang.String sPropName)

loadStyleFromDOM

public void loadStyleFromDOM(org.w3c.dom.Node node)
Overrides:
loadStyleFromDOM in class StyleWithProperties