Class HwmfPenStyle

java.lang.Object
org.apache.poi.hwmf.record.HwmfPenStyle
All Implemented Interfaces:
Cloneable

public class HwmfPenStyle extends Object implements Cloneable
The 16-bit PenStyle Enumeration is used to specify different types of pens that can be used in graphics operations. Various styles can be combined by using a logical OR statement, one from each subsection of Style, EndCap, Join, and Type (Cosmetic). The defaults in case the other values of the subsection aren't set are solid, round end caps, round joins and cosmetic type.
  • Constructor Details

    • HwmfPenStyle

      public HwmfPenStyle()
  • Method Details