Uses of Class
org.apache.poi.hwmf.record.HwmfPenStyle.HwmfLineJoin
-
Packages that use HwmfPenStyle.HwmfLineJoin Package Description org.apache.poi.hwmf.record -
-
Uses of HwmfPenStyle.HwmfLineJoin in org.apache.poi.hwmf.record
Methods in org.apache.poi.hwmf.record that return HwmfPenStyle.HwmfLineJoin Modifier and Type Method Description HwmfPenStyle.HwmfLineJoin
HwmfPenStyle. getLineJoin()
static HwmfPenStyle.HwmfLineJoin
HwmfPenStyle.HwmfLineJoin. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HwmfPenStyle.HwmfLineJoin[]
HwmfPenStyle.HwmfLineJoin. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-