Uses of Class
org.apache.poi.sl.usermodel.TextShape.TextPlaceholder
-
Packages that use TextShape.TextPlaceholder Package Description org.apache.poi.sl.usermodel -
-
Uses of TextShape.TextPlaceholder in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return TextShape.TextPlaceholder Modifier and Type Method Description static TextShape.TextPlaceholderTextShape.TextPlaceholder. fromNativeId(int nativeId)TextShape.TextPlaceholderTextShape. getTextPlaceholder()static TextShape.TextPlaceholderTextShape.TextPlaceholder. valueOf(String name)Returns the enum constant of this type with the specified name.static TextShape.TextPlaceholder[]TextShape.TextPlaceholder. 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 TextShape.TextPlaceholder Modifier and Type Method Description voidTextShape. setTextPlaceholder(TextShape.TextPlaceholder placeholder)Sets the text placeholder
-