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