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