Uses of Class
org.odftoolkit.odfdom.dom.style.props.OdfStylePropertiesSet

Packages that use OdfStylePropertiesSet
org.odftoolkit.odfdom.dom.element From the ODF RelaxNG generated Java classes representing the ODF elements. 
org.odftoolkit.odfdom.dom.style.props Classes representing the style properties. 
 

Uses of OdfStylePropertiesSet in org.odftoolkit.odfdom.dom.element
 

Methods in org.odftoolkit.odfdom.dom.element with parameters of type OdfStylePropertiesSet
 OdfStylePropertiesBase OdfStyleBase.getOrCreatePropertiesElement(OdfStylePropertiesSet set)
           
 OdfStylePropertiesBase OdfStyleBase.getPropertiesElement(OdfStylePropertiesSet set)
           
 

Uses of OdfStylePropertiesSet in org.odftoolkit.odfdom.dom.style.props
 

Methods in org.odftoolkit.odfdom.dom.style.props that return OdfStylePropertiesSet
 OdfStylePropertiesSet OdfStyleProperty.getPropertySet()
           
static OdfStylePropertiesSet OdfStylePropertiesSet.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OdfStylePropertiesSet[] OdfStylePropertiesSet.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.odftoolkit.odfdom.dom.style.props with parameters of type OdfStylePropertiesSet
static OdfStyleProperty OdfStyleProperty.get(OdfStylePropertiesSet propSet, OdfName name)
          Looks if an OdfStyleProperty is already listed in the static sytleProperties set, otherwise creates a new one.
 



Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.