Uses of Class
org.apache.poi.xddf.usermodel.PresetGeometry
-
Packages that use PresetGeometry Package Description org.apache.poi.xddf.usermodel -
-
Uses of PresetGeometry in org.apache.poi.xddf.usermodel
Methods in org.apache.poi.xddf.usermodel that return PresetGeometry Modifier and Type Method Description PresetGeometry
XDDFPresetGeometry2D. getGeometry()
static PresetGeometry
PresetGeometry. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PresetGeometry[]
PresetGeometry. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.xddf.usermodel with parameters of type PresetGeometry Modifier and Type Method Description void
XDDFPresetGeometry2D. setGeometry(PresetGeometry preset)
-