Uses of Class
org.apache.poi.hemf.record.emfplus.HemfPlusPath.EmfPlusPathPointType
-
Packages that use HemfPlusPath.EmfPlusPathPointType Package Description org.apache.poi.hemf.record.emfplus -
-
Uses of HemfPlusPath.EmfPlusPathPointType in org.apache.poi.hemf.record.emfplus
Methods in org.apache.poi.hemf.record.emfplus that return HemfPlusPath.EmfPlusPathPointType Modifier and Type Method Description HemfPlusPath.EmfPlusPathPointTypeHemfPlusPath.EmfPlusPath. getPointType(int index)static HemfPlusPath.EmfPlusPathPointTypeHemfPlusPath.EmfPlusPathPointType. valueOf(String name)Returns the enum constant of this type with the specified name.static HemfPlusPath.EmfPlusPathPointType[]HemfPlusPath.EmfPlusPathPointType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-