LineTypes
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class LineTypes extends System.Enum
Flags to describe the type of line.
Fields
Field | Description |
---|---|
None | Not used line |
Solid | Solid line. |
Dashed | Dashed line. |
BehindFill | The line must be rendered behind fill of shape. |
ScalePen | The line width is scaled relative to size of shape. |
None
public static final byte None
Not used line
Solid
public static final byte Solid
Solid line.
Dashed
public static final byte Dashed
Dashed line.
BehindFill
public static final byte BehindFill
The line must be rendered behind fill of shape.
ScalePen
public static final byte ScalePen
The line width is scaled relative to size of shape.