Uses of Class
org.apache.poi.sl.draw.geom.GuideIf.Op
-
Packages that use GuideIf.Op Package Description org.apache.poi.sl.draw.geom -
-
Uses of GuideIf.Op in org.apache.poi.sl.draw.geom
Methods in org.apache.poi.sl.draw.geom that return GuideIf.Op Modifier and Type Method Description static GuideIf.Op
GuideIf.Op. valueOf(String name)
Returns the enum constant of this type with the specified name.static GuideIf.Op[]
GuideIf.Op. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-