Package org.apache.poi.sl.usermodel
Enum Placeholder
- All Implemented Interfaces:
Serializable
,Comparable<Placeholder>
,java.lang.constant.Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBody text placeholder shape.Center title text placeholder shape.Graph object placeholder shape.Clipart object placeholder shape.Object placeholder shape.Date placeholder shape.Organization chart object placeholder shape.Footer placeholder shape.Header placeholder shape.Media object placeholder shape.No placeholder shape.Picture object placeholder shape.Slide image placeholder shape.Slide number placeholder shape.Sub-title text placeholder shape.Table object placeholder shape.Title text placeholder shape.Vertical object placeholder shape.Vertical body text placeholder shape.Vertical title text placeholder shape. -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal int
final int
final int
final int
final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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
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.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
NONE
No placeholder shape. -
TITLE
Title text placeholder shape. -
BODY
Body text placeholder shape. -
CENTERED_TITLE
Center title text placeholder shape. -
SUBTITLE
Sub-title text placeholder shape. -
DATETIME
Date placeholder shape. -
SLIDE_NUMBER
Slide number placeholder shape. -
FOOTER
Footer placeholder shape. -
HEADER
Header placeholder shape. -
CONTENT
Object placeholder shape. -
CHART
Graph object placeholder shape. -
TABLE
Table object placeholder shape. -
CLIP_ART
Clipart object placeholder shape. -
DGM
Organization chart object placeholder shape. -
MEDIA
Media object placeholder shape. -
SLIDE_IMAGE
Slide image placeholder shape. -
PICTURE
Picture object placeholder shape. -
VERTICAL_OBJECT
Vertical object placeholder shape. -
VERTICAL_TEXT_TITLE
Vertical title text placeholder shape. -
VERTICAL_TEXT_BODY
Vertical body text placeholder shape.
-
-
Field Details
-
nativeSlideId
public final int nativeSlideId -
nativeSlideMasterId
public final int nativeSlideMasterId -
nativeNotesId
public final int nativeNotesId -
nativeNotesMasterId
public final int nativeNotesMasterId -
ooxmlId
public final int ooxmlId
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
lookupNativeSlide
-
lookupNativeSlideMaster
-
lookupNativeNotes
-
lookupNativeNotesMaster
-
lookupOoxml
-