public static enum PresentationClassAttribute.Value extends Enum<PresentationClassAttribute.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 PresentationClassAttribute.Value |
enumValueOf(String value) |
String |
toString() |
static PresentationClassAttribute.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PresentationClassAttribute.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PresentationClassAttribute.Value CHART
public static final PresentationClassAttribute.Value DATE_TIME
public static final PresentationClassAttribute.Value FOOTER
public static final PresentationClassAttribute.Value GRAPHIC
public static final PresentationClassAttribute.Value HANDOUT
public static final PresentationClassAttribute.Value HEADER
public static final PresentationClassAttribute.Value NOTES
public static final PresentationClassAttribute.Value OBJECT
public static final PresentationClassAttribute.Value ORGCHART
public static final PresentationClassAttribute.Value OUTLINE
public static final PresentationClassAttribute.Value PAGE
public static final PresentationClassAttribute.Value PAGE_NUMBER
public static final PresentationClassAttribute.Value SUBTITLE
public static final PresentationClassAttribute.Value TABLE
public static final PresentationClassAttribute.Value TEXT
public static final PresentationClassAttribute.Value TITLE
public static PresentationClassAttribute.Value[] values()
for (PresentationClassAttribute.Value c : PresentationClassAttribute.Value.values()) System.out.println(c);
public static PresentationClassAttribute.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<PresentationClassAttribute.Value>
public static PresentationClassAttribute.Value enumValueOf(String value)
Copyright © 2008–2018 Apache Software Foundation; Copyright © 2018–2019 The Document Foundation. All rights reserved.