EmfPlusLineStyle
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class EmfPlusLineStyle extends System.Enum
The LineStyle enumeration defines styles of lines that are drawn with graphics pens.
Graphics lines are specified by EmfPlusPen objects (section 2.2.1.7).
Fields
Field | Description |
---|---|
LineStyleSolid | Specifies a solid line. |
LineStyleDash | Specifies a dashed line. |
LineStyleDot | Specifies a dotted line. |
LineStyleDashDot | Specifies an alternating dash-dot line. |
LineStyleDashDotDot | Specifies an alternating dash-dot-dot line. |
LineStyleCustom | Specifies a user-defined, custom dashed line. |
LineStyleSolid
public static final int LineStyleSolid
Specifies a solid line.
LineStyleDash
public static final int LineStyleDash
Specifies a dashed line.
LineStyleDot
public static final int LineStyleDot
Specifies a dotted line.
LineStyleDashDot
public static final int LineStyleDashDot
Specifies an alternating dash-dot line.
LineStyleDashDotDot
public static final int LineStyleDashDotDot
Specifies an alternating dash-dot-dot line.
LineStyleCustom
public static final int LineStyleCustom
Specifies a user-defined, custom dashed line.