Uses of Class
org.apache.poi.sl.usermodel.Placeholder
-
Packages that use Placeholder Package Description org.apache.poi.sl.usermodel -
-
Uses of Placeholder in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return Placeholder Modifier and Type Method Description Placeholder
PlaceholderDetails. getPlaceholder()
Placeholder
SimpleShape. 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.Methods in org.apache.poi.sl.usermodel with parameters of type Placeholder Modifier and Type Method Description default boolean
Slide. getDisplayPlaceholder(Placeholder placeholder)
Deprecated.in POI 5.2.0 - useSlide.getDisplayPlaceholder(SimpleShape)
SimpleShape<S,P>
MasterSheet. getPlaceholder(Placeholder type)
Return the placeholder shape for the specified typePlaceholderDetails
Sheet. getPlaceholderDetails(Placeholder placeholder)
Get the placeholder details for the given placeholder type.void
PlaceholderDetails. setPlaceholder(Placeholder placeholder)
Specifies that the corresponding shape should be represented by the generating application as a placeholder.void
SimpleShape. setPlaceholder(Placeholder placeholder)
Specifies that the corresponding shape should be represented by the generating application as a placeholder.
-