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

FieldDescription
LineStyleSolidSpecifies a solid line.
LineStyleDashSpecifies a dashed line.
LineStyleDotSpecifies a dotted line.
LineStyleDashDotSpecifies an alternating dash-dot line.
LineStyleDashDotDotSpecifies an alternating dash-dot-dot line.
LineStyleCustomSpecifies 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.