writer2latex.office

Class PropertySet

public class PropertySet extends Object

Class representing a set of style properties in OOo (actually this is simply the set of attributes of an element).

Constructor Summary
PropertySet()
Method Summary
booleancontainsProperty(String sProperty)
StringgetName()
StringgetProperty(String sPropName)
voidloadFromDOM(Node node)
voidsetProperty(String sProperty, String sValue)
StringtoString()

Constructor Detail

PropertySet

public PropertySet()

Method Detail

containsProperty

public boolean containsProperty(String sProperty)

getName

public String getName()

getProperty

public String getProperty(String sPropName)

loadFromDOM

public void loadFromDOM(Node node)

setProperty

public void setProperty(String sProperty, String sValue)

toString

public String toString()