Uses of Class
org.odftoolkit.odfdom.dom.style.props.OdfStylePropertiesSet
-
Packages that use OdfStylePropertiesSet Package Description org.odftoolkit.odfdom.changes 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.changes
Methods in org.odftoolkit.odfdom.changes that return types with arguments of type OdfStylePropertiesSet Modifier and Type Method Description static Map<String,OdfStylePropertiesSet>Component. getAllStyleGroupingIdProperties(OdfStylableElement styleElement)static Map<String,OdfStylePropertiesSet>Component. getAllStyleGroupingIdProperties(OdfStyleFamily styleFamily)Method parameters in org.odftoolkit.odfdom.changes with type arguments of type OdfStylePropertiesSet Modifier and Type Method Description static voidMapHelper. getStyleProperties(OdfStyleBase style, Map<String,OdfStylePropertiesSet> familyPropertyGroups, Map<String,Map<String,String>> allOdfProps)static Map<String,Object>MapHelper. mapStyleProperties(Map<String,OdfStylePropertiesSet> familyPropertyGroups, Map<String,Map<String,String>> allOdfProps) -
Uses of OdfStylePropertiesSet in org.odftoolkit.odfdom.dom.element
Methods in org.odftoolkit.odfdom.dom.element with parameters of type OdfStylePropertiesSet Modifier and Type Method Description OdfStylePropertiesBaseOdfStyleBase. getOrCreatePropertiesElement(OdfStylePropertiesSet set)OdfStylePropertiesBaseOdfStyleBase. getPropertiesElement(OdfStylePropertiesSet set) -
Uses of OdfStylePropertiesSet in org.odftoolkit.odfdom.dom.style.props
Methods in org.odftoolkit.odfdom.dom.style.props that return OdfStylePropertiesSet Modifier and Type Method Description OdfStylePropertiesSetOdfStyleProperty. getPropertySet()static OdfStylePropertiesSetOdfStylePropertiesSet. 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 Modifier and Type Method Description static OdfStylePropertyOdfStyleProperty. get(OdfStylePropertiesSet propSet, OdfName name)Looks if an OdfStyleProperty is already listed in the static sytleProperties set, otherwise creates a new one.
-