Class StyleWithProperties

java.lang.Object
writer2latex.office.OfficeStyle
writer2latex.office.StyleWithProperties
Direct Known Subclasses:
PageLayout

public class StyleWithProperties extends OfficeStyle

Class representing a style in OOo which contains a style:properties element

  • Constructor Details

    • StyleWithProperties

      public StyleWithProperties()
  • Method Details

    • loadStyleFromDOM

      public void loadStyleFromDOM(Node node)
      Overrides:
      loadStyleFromDOM in class OfficeStyle
    • getProperty

      protected String getProperty(int nIndex, String sName, boolean bInherit)
    • getTextProperty

      public String getTextProperty(String sName, boolean bInherit)
    • getParProperty

      public String getParProperty(String sName, boolean bInherit)
    • getSectionProperty

      public String getSectionProperty(String sName, boolean bInherit)
    • getTableProperty

      public String getTableProperty(String sName, boolean bInherit)
    • getColumnProperty

      public String getColumnProperty(String sName, boolean bInherit)
    • getRowProperty

      public String getRowProperty(String sName, boolean bInherit)
    • getCellProperty

      public String getCellProperty(String sName, boolean bInherit)
    • getGraphicProperty

      public String getGraphicProperty(String sName, boolean bInherit)
    • getProperty

      public String getProperty(String sProperty, boolean bInherit)
    • getProperty

      public String getProperty(String sProperty)
    • getAbsoluteProperty

      protected String getAbsoluteProperty(int nIndex, String sProperty)
    • getAbsoluteTextProperty

      public String getAbsoluteTextProperty(String sName)
    • getAbsoluteParProperty

      public String getAbsoluteParProperty(String sName)
    • getAbsoluteSectionProperty

      public String getAbsoluteSectionProperty(String sName)
    • getAbsoluteTableProperty

      public String getAbsoluteTableProperty(String sName)
    • getAbsoluteColumnProperty

      public String getAbsoluteColumnProperty(String sName)
    • getAbsoluteRowProperty

      public String getAbsoluteRowProperty(String sName)
    • getAbsoluteCellProperty

      public String getAbsoluteCellProperty(String sName)
    • getAbsoluteGraphicProperty

      public String getAbsoluteGraphicProperty(String sName)
    • getAbsoluteProperty

      public String getAbsoluteProperty(String sProperty)
    • getAbsoluteLength

      public String getAbsoluteLength(String sProperty)
    • getBackgroundImageProperty

      public String getBackgroundImageProperty(String sName)
    • getColCount

      public int getColCount()
    • hasFootnoteSep

      public boolean hasFootnoteSep()
    • getFootnoteProperty

      public String getFootnoteProperty(String sPropName)