Package | Description |
---|---|
org.apache.poi.hslf.usermodel | |
org.apache.poi.sl.usermodel | |
org.apache.poi.xslf.usermodel |
Modifier and Type | Method and Description |
---|---|
Placeholder |
HSLFPlaceholderDetails.getPlaceholder() |
Placeholder |
HSLFSimpleShape.getPlaceholder() |
Placeholder |
HSLFShapePlaceholderDetails.getPlaceholder() |
Modifier and Type | Method and Description |
---|---|
boolean |
HSLFSlide.getDisplayPlaceholder(Placeholder placeholder) |
HSLFSimpleShape |
HSLFSheet.getPlaceholder(Placeholder type)
Search placeholder by its type
|
HSLFPlaceholderDetails |
HSLFSheet.getPlaceholderDetails(Placeholder placeholder) |
HSLFPlaceholderDetails |
HSLFNotes.getPlaceholderDetails(Placeholder placeholder) |
void |
HSLFPlaceholderDetails.setPlaceholder(Placeholder placeholder) |
void |
HSLFSimpleShape.setPlaceholder(Placeholder placeholder) |
void |
HSLFShapePlaceholderDetails.setPlaceholder(Placeholder placeholder) |
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(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
Placeholder |
XSLFPlaceholderDetails.getPlaceholder() |
Placeholder |
XSLFShape.getPlaceholder() |
Placeholder |
XSLFTextShape.getTextType() |
Modifier and Type | Method and Description |
---|---|
XSLFSimpleShape |
XSLFSheet.getPlaceholder(Placeholder ph) |
XSLFPlaceholderDetails |
XSLFSheet.getPlaceholderDetails(Placeholder placeholder) |
protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextListStyle |
XSLFSlideMaster.getTextProperties(Placeholder textType) |
protected XSLFTextShape |
XSLFSheet.getTextShapeByType(Placeholder type) |
void |
XSLFBackground.setPlaceholder(Placeholder placeholder) |
void |
XSLFConnectorShape.setPlaceholder(Placeholder placeholder) |
void |
XSLFPictureShape.setPlaceholder(Placeholder placeholder) |
void |
XSLFPlaceholderDetails.setPlaceholder(Placeholder placeholder) |
void |
XSLFTextShape.setPlaceholder(Placeholder placeholder) |
void |
XSLFShape.setPlaceholder(Placeholder placeholder) |
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.