| Package | Description |
|---|---|
| org.apache.poi.sl.usermodel |
| Modifier and Type | Method and Description |
|---|---|
Placeholder |
SimpleShape.getPlaceholder() |
Placeholder |
PlaceholderDetails.getPlaceholder() |
static Placeholder |
Placeholder.lookupNativeNotes(int nativeId) |
static Placeholder |
Placeholder.lookupNativeNotesMaster(int nativeId) |
static Placeholder |
Placeholder.lookupNativeSlide(int nativeId) |
static Placeholder |
Placeholder.lookupNativeSlideMaster(int nativeId) |
static Placeholder |
Placeholder.lookupOoxml(int ooxmlId) |
static Placeholder |
Placeholder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Placeholder[] |
Placeholder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default boolean |
Slide.getDisplayPlaceholder(Placeholder placeholder)
Deprecated.
in POI 5.2.0 - use
Slide.getDisplayPlaceholder(SimpleShape) |
SimpleShape<S,P> |
MasterSheet.getPlaceholder(Placeholder type)
Return the placeholder shape for the specified type
|
PlaceholderDetails |
Sheet.getPlaceholderDetails(Placeholder placeholder)
Get the placeholder details for the given placeholder type.
|
void |
SimpleShape.setPlaceholder(Placeholder placeholder)
Specifies that the corresponding shape should be represented by the generating application
as a placeholder.
|
void |
PlaceholderDetails.setPlaceholder(Placeholder placeholder)
Specifies that the corresponding shape should be represented by the generating application
as a placeholder.
|