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