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