writer2latex.office

Class StyleWithProperties

public class StyleWithProperties extends OfficeStyle

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

Constructor Summary
StyleWithProperties()
Method Summary
StringgetAbsoluteCellProperty(String sName)
StringgetAbsoluteColumnProperty(String sName)
StringgetAbsoluteGraphicProperty(String sName)
StringgetAbsoluteLength(String sProperty)
StringgetAbsoluteParProperty(String sName)
protected StringgetAbsoluteProperty(int nIndex, String sProperty)
StringgetAbsoluteProperty(String sProperty)
StringgetAbsoluteRowProperty(String sName)
StringgetAbsoluteSectionProperty(String sName)
StringgetAbsoluteTableProperty(String sName)
StringgetAbsoluteTextProperty(String sName)
StringgetBackgroundImageProperty(String sName)
StringgetCellProperty(String sName, boolean bInherit)
intgetColCount()
StringgetColumnProperty(String sName, boolean bInherit)
StringgetFootnoteProperty(String sPropName)
StringgetGraphicProperty(String sName, boolean bInherit)
StringgetParProperty(String sName, boolean bInherit)
protected StringgetProperty(int nIndex, String sName, boolean bInherit)
StringgetProperty(String sProperty, boolean bInherit)
StringgetProperty(String sProperty)
StringgetRowProperty(String sName, boolean bInherit)
StringgetSectionProperty(String sName, boolean bInherit)
StringgetTableProperty(String sName, boolean bInherit)
StringgetTextProperty(String sName, boolean bInherit)
booleanhasFootnoteSep()
voidloadStyleFromDOM(Node node)

Constructor Detail

StyleWithProperties

public StyleWithProperties()

Method Detail

getAbsoluteCellProperty

public String getAbsoluteCellProperty(String sName)

getAbsoluteColumnProperty

public String getAbsoluteColumnProperty(String sName)

getAbsoluteGraphicProperty

public String getAbsoluteGraphicProperty(String sName)

getAbsoluteLength

public String getAbsoluteLength(String sProperty)

getAbsoluteParProperty

public String getAbsoluteParProperty(String sName)

getAbsoluteProperty

protected String getAbsoluteProperty(int nIndex, String sProperty)

getAbsoluteProperty

public String getAbsoluteProperty(String sProperty)

getAbsoluteRowProperty

public String getAbsoluteRowProperty(String sName)

getAbsoluteSectionProperty

public String getAbsoluteSectionProperty(String sName)

getAbsoluteTableProperty

public String getAbsoluteTableProperty(String sName)

getAbsoluteTextProperty

public String getAbsoluteTextProperty(String sName)

getBackgroundImageProperty

public String getBackgroundImageProperty(String sName)

getCellProperty

public String getCellProperty(String sName, boolean bInherit)

getColCount

public int getColCount()

getColumnProperty

public String getColumnProperty(String sName, boolean bInherit)

getFootnoteProperty

public String getFootnoteProperty(String sPropName)

getGraphicProperty

public String getGraphicProperty(String sName, boolean bInherit)

getParProperty

public String getParProperty(String sName, boolean bInherit)

getProperty

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

getProperty

public String getProperty(String sProperty, boolean bInherit)

getProperty

public String getProperty(String sProperty)

getRowProperty

public String getRowProperty(String sName, boolean bInherit)

getSectionProperty

public String getSectionProperty(String sName, boolean bInherit)

getTableProperty

public String getTableProperty(String sName, boolean bInherit)

getTextProperty

public String getTextProperty(String sName, boolean bInherit)

hasFootnoteSep

public boolean hasFootnoteSep()

loadStyleFromDOM

public void loadStyleFromDOM(Node node)