Uses of Class
org.apache.poi.hemf.record.emf.HemfPenStyle
-
Packages that use HemfPenStyle Package Description org.apache.poi.hemf.record.emf -
-
Uses of HemfPenStyle in org.apache.poi.hemf.record.emf
Methods in org.apache.poi.hemf.record.emf that return HemfPenStyle Modifier and Type Method Description HemfPenStyleHemfPenStyle. copy()static HemfPenStyleHemfPenStyle. valueOf(int flag)static HemfPenStyleHemfPenStyle. valueOf(HwmfPenStyle.HwmfLineCap cap, HwmfPenStyle.HwmfLineJoin join, HwmfPenStyle.HwmfLineDash dash, boolean isAlternateDash, boolean isGeometric)Constructors in org.apache.poi.hemf.record.emf with parameters of type HemfPenStyle Constructor Description HemfPenStyle(HemfPenStyle other)
-