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 PresetGeometryXDDFPresetGeometry2D. getGeometry()static PresetGeometryPresetGeometry. valueOf(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 voidXDDFPresetGeometry2D. setGeometry(PresetGeometry preset)
-