Class PropertySet

java.lang.Object
writer2latex.office.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 Details

    • PropertySet

      public PropertySet()
  • Method Details

    • getProperty

      public String getProperty(String sPropName)
    • getName

      public String getName()
    • loadFromDOM

      public void loadFromDOM(Node node)
    • containsProperty

      public boolean containsProperty(String sProperty)
    • setProperty

      public void setProperty(String sProperty, String sValue)
    • toString

      public String toString()
      Overrides:
      toString in class Object