Uses of Enum
org.odftoolkit.odfdom.dom.style.props.OdfStylePropertiesSet
Packages that use OdfStylePropertiesSet
Package
Description
From the ODF RelaxNG generated Java classes representing the ODF elements.
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 OdfStylePropertiesSetModifier and TypeMethodDescriptionstatic 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 OdfStylePropertiesSetModifier and TypeMethodDescriptionstatic voidMapHelper.getStyleProperties(OdfStyleBase style, Map<String, OdfStylePropertiesSet> familyPropertyGroups, Map<String, Map<String, String>> allOdfProps) 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 OdfStylePropertiesSetModifier and TypeMethodDescriptionOdfStyleBase.getOrCreatePropertiesElement(OdfStylePropertiesSet set) OdfStyleBase.getPropertiesElement(OdfStylePropertiesSet set) -
Uses of OdfStylePropertiesSet in org.odftoolkit.odfdom.dom.style.props
Methods in org.odftoolkit.odfdom.dom.style.props that return OdfStylePropertiesSetModifier and TypeMethodDescriptionOdfStyleProperty.getPropertySet()static OdfStylePropertiesSetReturns 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 OdfStylePropertiesSetModifier and TypeMethodDescriptionstatic OdfStylePropertyOdfStyleProperty.get(OdfStylePropertiesSet propSet, OdfName name) Looks if an OdfStyleProperty is already listed in the static sytleProperties set, otherwise creates a new one.