writer2latex.office
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 | |
|---|---|
| boolean | containsProperty(String sProperty) |
| String | getName() |
| String | getProperty(String sPropName) |
| void | loadFromDOM(Node node) |
| void | setProperty(String sProperty, String sValue) |
| String | toString() |