org.odftoolkit.odfdom.dom.attribute.presentation
public static enum PresentationObjectAttribute.Value extends Enum<PresentationObjectAttribute.Value>
Enum Constant and Description |
---|
CHART |
DATE_TIME |
FOOTER |
GRAPHIC |
HANDOUT |
HEADER |
NOTES |
OBJECT |
ORGCHART |
OUTLINE |
PAGE |
PAGE_NUMBER |
SUBTITLE |
TABLE |
TEXT |
TITLE |
Modifier and Type | Method and Description |
---|---|
static PresentationObjectAttribute.Value |
enumValueOf(String value) |
String |
toString() |
static PresentationObjectAttribute.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PresentationObjectAttribute.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PresentationObjectAttribute.Value CHART
public static final PresentationObjectAttribute.Value DATE_TIME
public static final PresentationObjectAttribute.Value FOOTER
public static final PresentationObjectAttribute.Value GRAPHIC
public static final PresentationObjectAttribute.Value HANDOUT
public static final PresentationObjectAttribute.Value HEADER
public static final PresentationObjectAttribute.Value NOTES
public static final PresentationObjectAttribute.Value OBJECT
public static final PresentationObjectAttribute.Value ORGCHART
public static final PresentationObjectAttribute.Value OUTLINE
public static final PresentationObjectAttribute.Value PAGE
public static final PresentationObjectAttribute.Value PAGE_NUMBER
public static final PresentationObjectAttribute.Value SUBTITLE
public static final PresentationObjectAttribute.Value TABLE
public static final PresentationObjectAttribute.Value TEXT
public static final PresentationObjectAttribute.Value TITLE
public static PresentationObjectAttribute.Value[] values()
for (PresentationObjectAttribute.Value c : PresentationObjectAttribute.Value.values()) System.out.println(c);
public static PresentationObjectAttribute.Value 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 nullpublic String toString()
toString
in class Enum<PresentationObjectAttribute.Value>
public static PresentationObjectAttribute.Value enumValueOf(String value)
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.