Uses of Enum Class
org.apache.poi.sl.usermodel.TextShape.TextPlaceholder
Packages that use TextShape.TextPlaceholder
Package
Description
-
Uses of TextShape.TextPlaceholder in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return TextShape.TextPlaceholderMethods in org.apache.poi.hslf.usermodel with parameters of type TextShape.TextPlaceholderModifier and TypeMethodDescriptionvoid
HSLFTextShape.setTextPlaceholder
(TextShape.TextPlaceholder placeholder) -
Uses of TextShape.TextPlaceholder in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return TextShape.TextPlaceholderModifier and TypeMethodDescriptionTextShape.getTextPlaceholder()
static TextShape.TextPlaceholder
Returns the enum constant of this class with the specified name.static TextShape.TextPlaceholder[]
TextShape.TextPlaceholder.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 TextShape.TextPlaceholderModifier and TypeMethodDescriptionvoid
TextShape.setTextPlaceholder
(TextShape.TextPlaceholder placeholder) Sets the text placeholder -
Uses of TextShape.TextPlaceholder in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return TextShape.TextPlaceholderMethods in org.apache.poi.xslf.usermodel with parameters of type TextShape.TextPlaceholderModifier and TypeMethodDescriptionvoid
XSLFTextShape.setTextPlaceholder
(TextShape.TextPlaceholder placeholder)