writer2latex.office
Class PropertySet
java.lang.Object
writer2latex.office.PropertySet
public class PropertySet
extends java.lang.Object
Class representing a set of style properties in OOo (actually this
is simply the set of attributes of an element).
PropertySet
public PropertySet()
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()