LinePattern
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class LinePattern extends System.Enum
Line pattern.
Fields
Field | Description |
---|---|
CloseDot | Indicates Close dot line pattern. |
Dashed | Indicates Dashed line pattern. |
Dotted | Indicates Dotted line pattern. |
None | Indicates a line will not be shown. |
Solid | Indicates Solid line pattern. |
CloseDot
public static final int CloseDot
Indicates Close dot line pattern.
Dashed
public static final int Dashed
Indicates Dashed line pattern.
Dotted
public static final int Dotted
Indicates Dotted line pattern.
None
public static final int None
Indicates a line will not be shown.
Solid
public static final int Solid
Indicates Solid line pattern.