org.odftoolkit.odfdom.dom.style.props
public enum OdfStylePropertiesSet extends Enum<OdfStylePropertiesSet>
Modifier and Type | Method and Description |
---|---|
static OdfStylePropertiesSet |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OdfStylePropertiesSet[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OdfStylePropertiesSet ChartProperties
public static final OdfStylePropertiesSet DrawingPageProperties
public static final OdfStylePropertiesSet GraphicProperties
public static final OdfStylePropertiesSet HeaderFooterProperties
public static final OdfStylePropertiesSet ListLevelProperties
public static final OdfStylePropertiesSet PageLayoutProperties
public static final OdfStylePropertiesSet ParagraphProperties
public static final OdfStylePropertiesSet RubyProperties
public static final OdfStylePropertiesSet SectionProperties
public static final OdfStylePropertiesSet TableCellProperties
public static final OdfStylePropertiesSet TableColumnProperties
public static final OdfStylePropertiesSet TableProperties
public static final OdfStylePropertiesSet TableRowProperties
public static final OdfStylePropertiesSet TextProperties
public static OdfStylePropertiesSet[] values()
for (OdfStylePropertiesSet c : OdfStylePropertiesSet.values()) System.out.println(c);
public static OdfStylePropertiesSet valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.