public enum Placeholder extends java.lang.Enum<Placeholder>
Enum Constant and Description |
---|
BODY
Body text placeholder shape.
|
CENTERED_TITLE
Center title text placeholder shape.
|
CHART
Graph object placeholder shape.
|
CLIP_ART
Clipart object placeholder shape.
|
CONTENT
Object placeholder shape.
|
DATETIME
Date placeholder shape.
|
DGM
Organization chart object placeholder shape.
|
FOOTER
Footer placeholder shape.
|
HEADER
Header placeholder shape.
|
MEDIA
Media object placeholder shape.
|
NONE
No placeholder shape.
|
PICTURE
Picture object placeholder shape.
|
SLIDE_IMAGE
Slide image placeholder shape.
|
SLIDE_NUMBER
Slide number placeholder shape.
|
SUBTITLE
Sub-title text placeholder shape.
|
TABLE
Table object placeholder shape.
|
TITLE
Title text placeholder shape.
|
VERTICAL_OBJECT
Vertical object placeholder shape.
|
VERTICAL_TEXT_BODY
Vertical body text placeholder shape.
|
VERTICAL_TEXT_TITLE
Vertical title text placeholder shape.
|
Modifier and Type | Field and Description |
---|---|
int |
nativeNotesId |
int |
nativeNotesMasterId |
int |
nativeSlideId |
int |
nativeSlideMasterId |
int |
ooxmlId |
Modifier and Type | Method and Description |
---|---|
static Placeholder |
lookupNativeNotes(int nativeId) |
static Placeholder |
lookupNativeNotesMaster(int nativeId) |
static Placeholder |
lookupNativeSlide(int nativeId) |
static Placeholder |
lookupNativeSlideMaster(int nativeId) |
static Placeholder |
lookupOoxml(int ooxmlId) |
static Placeholder |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Placeholder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Placeholder NONE
public static final Placeholder TITLE
public static final Placeholder BODY
public static final Placeholder CENTERED_TITLE
public static final Placeholder SUBTITLE
public static final Placeholder DATETIME
public static final Placeholder SLIDE_NUMBER
public static final Placeholder FOOTER
public static final Placeholder HEADER
public static final Placeholder CONTENT
public static final Placeholder CHART
public static final Placeholder TABLE
public static final Placeholder CLIP_ART
public static final Placeholder DGM
public static final Placeholder MEDIA
public static final Placeholder SLIDE_IMAGE
public static final Placeholder PICTURE
public static final Placeholder VERTICAL_OBJECT
public static final Placeholder VERTICAL_TEXT_TITLE
public static final Placeholder VERTICAL_TEXT_BODY
public final int nativeSlideId
public final int nativeSlideMasterId
public final int nativeNotesId
public final int nativeNotesMasterId
public final int ooxmlId
public static Placeholder[] values()
for (Placeholder c : Placeholder.values()) System.out.println(c);
public static Placeholder valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static Placeholder lookupNativeSlide(int nativeId)
public static Placeholder lookupNativeSlideMaster(int nativeId)
public static Placeholder lookupNativeNotes(int nativeId)
public static Placeholder lookupNativeNotesMaster(int nativeId)
public static Placeholder lookupOoxml(int ooxmlId)
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.