Package com.aspose.tasks
Class LinePattern
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.LinePattern
-
public final class LinePattern extends com.aspose.ms.System.EnumLine pattern.
-
-
Field Summary
Fields Modifier and Type Field Description static intCloseDotIndicates Close dot line pattern.static intDashedIndicates Dashed line pattern.static intDottedIndicates Dotted line pattern.static intNoneIndicates a line will not be shown.static intSolidIndicates Solid line pattern.
-
Method Summary
-
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
-
-
-
-
Field Detail
-
None
public static final int None
Indicates a line will not be shown.
- See Also:
- Constant Field Values
-
Solid
public static final int Solid
Indicates Solid line pattern.
- See Also:
- Constant Field Values
-
CloseDot
public static final int CloseDot
Indicates Close dot line pattern.
- See Also:
- Constant Field Values
-
Dotted
public static final int Dotted
Indicates Dotted line pattern.
- See Also:
- Constant Field Values
-
Dashed
public static final int Dashed
Indicates Dashed line pattern.
- See Also:
- Constant Field Values
-
-