Class PropertyHelper

java.lang.Object
org.openoffice.da.comp.w2lcommon.helper.PropertyHelper

public class PropertyHelper extends Object
This class provides access by name to a PropertyValue array
  • Constructor Details

    • PropertyHelper

      public PropertyHelper()
    • PropertyHelper

      public PropertyHelper(com.sun.star.beans.PropertyValue[] props)
  • Method Details

    • put

      public void put(String sName, Object value)
    • get

      public Object get(String sName)
    • keys

      public Enumeration keys()
    • toArray

      public com.sun.star.beans.PropertyValue[] toArray()