Uses of Enum Class
org.apache.poi.sl.usermodel.Placeholder
Packages that use Placeholder
Package
Description
-
Uses of Placeholder in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return PlaceholderModifier and TypeMethodDescriptionHSLFPlaceholderDetails.getPlaceholder()
HSLFShapePlaceholderDetails.getPlaceholder()
HSLFSimpleShape.getPlaceholder()
Methods in org.apache.poi.hslf.usermodel with parameters of type PlaceholderModifier and TypeMethodDescriptionboolean
HSLFSlide.getDisplayPlaceholder
(Placeholder placeholder) HSLFSheet.getPlaceholder
(Placeholder type) Search placeholder by its typeHSLFNotes.getPlaceholderDetails
(Placeholder placeholder) HSLFSheet.getPlaceholderDetails
(Placeholder placeholder) void
HSLFPlaceholderDetails.setPlaceholder
(Placeholder placeholder) void
HSLFShapePlaceholderDetails.setPlaceholder
(Placeholder placeholder) void
HSLFSimpleShape.setPlaceholder
(Placeholder placeholder) -
Uses of Placeholder in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return PlaceholderModifier and TypeMethodDescriptionPlaceholderDetails.getPlaceholder()
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
Returns the enum constant of this class with the specified name.static Placeholder[]
Placeholder.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.sl.usermodel with parameters of type PlaceholderModifier and TypeMethodDescriptionboolean
Slide.getDisplayPlaceholder
(Placeholder placeholder) In XSLF, slidenumber and date shapes aren't marked as placeholders whereas in HSLF they are activated via a HeadersFooter configuration.MasterSheet.getPlaceholder
(Placeholder type) Return the placeholder shape for the specified typeSheet.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. -
Uses of Placeholder in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return PlaceholderModifier and TypeMethodDescriptionXSLFPlaceholderDetails.getPlaceholder()
XSLFShape.getPlaceholder()
XSLFTextShape.getTextType()
Methods in org.apache.poi.xslf.usermodel with parameters of type PlaceholderModifier and TypeMethodDescriptionboolean
XSLFSlide.getDisplayPlaceholder
(Placeholder placeholder) XSLFSheet.getPlaceholder
(Placeholder ph) 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
XSLFShape.setPlaceholder
(Placeholder placeholder) void
XSLFTextShape.setPlaceholder
(Placeholder placeholder)