|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PresentationDocument.PresentationClass>
org.odftoolkit.simple.PresentationDocument.PresentationClass
public static enum PresentationDocument.PresentationClass
It represents the defined values of presentation:class. The presentation:class attribute classifies presentation shapes by their usage within a draw page.
Enum Constant Summary | |
---|---|
CHAT
presentation charts are standard object shapes. |
|
DATETIME
drawing shape is used as a date and/or time shape. |
|
FOOTER
drawing shape is used as a footer. |
|
GRAPHIC
presentation graphics are standard graphic shapes. |
|
HANDOUT
presentation handouts are placeholder for the drawing page in a handout page. |
|
HEADER
drawing shape is used as a header. |
|
NOTES
presentation notes are used on notes pages. |
|
OBJECTS
presentation objects are standard object shapes. |
|
ORGCHART
presentation organization charts are standard object shapes. |
|
OUTLINE
outlines are standard text shapes |
|
PAGE
presentation pages are used on notes pages |
|
PAGENUMBER
drawing shape is used as a page number shape. |
|
SUBTITLE
subtitles are standard text shapes |
|
TABLE
presentation tables are standard object shapes |
|
TEXT
presentation texts are standard text shapes |
|
TITLE
titles are standard text shapes |
Method Summary | |
---|---|
static PresentationDocument.PresentationClass |
enumValueOf(String aValue)
|
String |
toString()
|
static PresentationDocument.PresentationClass |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PresentationDocument.PresentationClass[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final PresentationDocument.PresentationClass CHAT
public static final PresentationDocument.PresentationClass GRAPHIC
public static final PresentationDocument.PresentationClass HANDOUT
public static final PresentationDocument.PresentationClass NOTES
public static final PresentationDocument.PresentationClass OBJECTS
public static final PresentationDocument.PresentationClass ORGCHART
public static final PresentationDocument.PresentationClass OUTLINE
public static final PresentationDocument.PresentationClass PAGE
public static final PresentationDocument.PresentationClass SUBTITLE
public static final PresentationDocument.PresentationClass TABLE
public static final PresentationDocument.PresentationClass TEXT
public static final PresentationDocument.PresentationClass TITLE
public static final PresentationDocument.PresentationClass DATETIME
public static final PresentationDocument.PresentationClass FOOTER
public static final PresentationDocument.PresentationClass HEADER
public static final PresentationDocument.PresentationClass PAGENUMBER
Method Detail |
---|
public static PresentationDocument.PresentationClass[] values()
for (PresentationDocument.PresentationClass c : PresentationDocument.PresentationClass.values()) System.out.println(c);
public static PresentationDocument.PresentationClass valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<PresentationDocument.PresentationClass>
public static PresentationDocument.PresentationClass enumValueOf(String aValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |