Uses of Class
org.apache.poi.hwmf.record.HwmfPenStyle
-
Packages that use HwmfPenStyle Package Description org.apache.poi.hwmf.draw org.apache.poi.hwmf.record -
-
Uses of HwmfPenStyle in org.apache.poi.hwmf.draw
Methods in org.apache.poi.hwmf.draw that return HwmfPenStyle Modifier and Type Method Description HwmfPenStyle
HwmfDrawProperties. getPenStyle()
Methods in org.apache.poi.hwmf.draw with parameters of type HwmfPenStyle Modifier and Type Method Description void
HwmfDrawProperties. setPenStyle(HwmfPenStyle penStyle)
-
Uses of HwmfPenStyle in org.apache.poi.hwmf.record
Methods in org.apache.poi.hwmf.record that return HwmfPenStyle Modifier and Type Method Description HwmfPenStyle
HwmfPenStyle. clone()
Creates a new object of the same class and with the same contents as this object.static HwmfPenStyle
HwmfPenStyle. valueOf(int flag)
-