Class 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

  • Constructor Details

    • PageLayout

      public PageLayout()
  • Method Details

    • getPageUsage

      public String getPageUsage()
    • hasHeaderStyle

      public boolean hasHeaderStyle()
    • getHeaderProperty

      public String getHeaderProperty(String sPropName)
    • hasFooterStyle

      public boolean hasFooterStyle()
    • getFooterProperty

      public String getFooterProperty(String sPropName)
    • loadStyleFromDOM

      public void loadStyleFromDOM(Node node)
      Overrides:
      loadStyleFromDOM in class StyleWithProperties