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