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