Uses of Class
org.apache.poi.sl.usermodel.PlaceholderDetails.PlaceholderSize
-
Packages that use PlaceholderDetails.PlaceholderSize Package Description org.apache.poi.sl.usermodel -
-
Uses of PlaceholderDetails.PlaceholderSize in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return PlaceholderDetails.PlaceholderSize Modifier and Type Method Description PlaceholderDetails.PlaceholderSize
PlaceholderDetails. getSize()
static PlaceholderDetails.PlaceholderSize
PlaceholderDetails.PlaceholderSize. valueOf(String name)
Returns the enum constant of this type with the specified name.static PlaceholderDetails.PlaceholderSize[]
PlaceholderDetails.PlaceholderSize. 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 PlaceholderDetails.PlaceholderSize Modifier and Type Method Description void
PlaceholderDetails. setSize(PlaceholderDetails.PlaceholderSize size)
-