Uses of Class
org.apache.poi.hwmf.record.HwmfPenStyle.HwmfLineDash
-
Packages that use HwmfPenStyle.HwmfLineDash Package Description org.apache.poi.hemf.record.emf org.apache.poi.hwmf.record -
-
Uses of HwmfPenStyle.HwmfLineDash in org.apache.poi.hemf.record.emf
Methods in org.apache.poi.hemf.record.emf with parameters of type HwmfPenStyle.HwmfLineDash Modifier and Type Method Description static HemfPenStyleHemfPenStyle. valueOf(HwmfPenStyle.HwmfLineCap cap, HwmfPenStyle.HwmfLineJoin join, HwmfPenStyle.HwmfLineDash dash, boolean isAlternateDash, boolean isGeometric) -
Uses of HwmfPenStyle.HwmfLineDash in org.apache.poi.hwmf.record
Methods in org.apache.poi.hwmf.record that return HwmfPenStyle.HwmfLineDash Modifier and Type Method Description HwmfPenStyle.HwmfLineDashHwmfPenStyle. getLineDash()static HwmfPenStyle.HwmfLineDashHwmfPenStyle.HwmfLineDash. valueOf(String name)Returns the enum constant of this type with the specified name.static HwmfPenStyle.HwmfLineDash[]HwmfPenStyle.HwmfLineDash. values()Returns an array containing the constants of this enum type, in the order they are declared.
-