Class GridlineType
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.GridlineType
-
public final class GridlineType extends com.aspose.ms.System.Enum
Type of gridline.
-
-
Field Summary
Fields Modifier and Type Field Description static int
BarRows
Indicates Bar rows grid line type.static int
BottomTierColumn
Indicates Gridline of bottom tier column grid line type.static int
GanttCurrentDate
Indicates Gantt current date grid line type.static int
GanttPageBreaks
Indicates Gantt page breaks grid line type.static int
GanttProjectFinish
Indicates Gantt project finish grid line type.static int
GanttProjectStart
Indicates Gantt project start grid line type.static int
GanttRow
Indicates Gridline of a gantt row grid line type.static int
GanttStatusDate
Indicates Gantt status date grid line type.static int
GanttTitleHorizontal
Indicates Gantt title horizontal grid line type.static int
GanttTitleVertical
Indicates Gantt title vertical grid line type.static int
MiddleTierColumn
Indicates Gridline of middle tier column grid line type.static int
SheetColumn
Indicates Gridline of a sheet column grid line type.static int
SheetRow
Indicates Gridline of a sheet row grid line type.static int
TopTierColumn
Indicates Gridline of top tier column grid line type.static int
UsageColumn
Indicates Gridline of a usage column grid line type.static int
UsageRow
Indicates Gridline of a usage row grid line type.
-
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
-
GanttRow
public static final int GanttRow
Indicates Gridline of a gantt row grid line type.
- See Also:
- Constant Field Values
-
TopTierColumn
public static final int TopTierColumn
Indicates Gridline of top tier column grid line type.
- See Also:
- Constant Field Values
-
BottomTierColumn
public static final int BottomTierColumn
Indicates Gridline of bottom tier column grid line type.
- See Also:
- Constant Field Values
-
SheetRow
public static final int SheetRow
Indicates Gridline of a sheet row grid line type.
- See Also:
- Constant Field Values
-
SheetColumn
public static final int SheetColumn
Indicates Gridline of a sheet column grid line type.
- See Also:
- Constant Field Values
-
UsageRow
public static final int UsageRow
Indicates Gridline of a usage row grid line type.
- See Also:
- Constant Field Values
-
UsageColumn
public static final int UsageColumn
Indicates Gridline of a usage column grid line type.
- See Also:
- Constant Field Values
-
GanttTitleVertical
public static final int GanttTitleVertical
Indicates Gantt title vertical grid line type.
- See Also:
- Constant Field Values
-
GanttTitleHorizontal
public static final int GanttTitleHorizontal
Indicates Gantt title horizontal grid line type.
- See Also:
- Constant Field Values
-
BarRows
public static final int BarRows
Indicates Bar rows grid line type.
- See Also:
- Constant Field Values
-
GanttProjectStart
public static final int GanttProjectStart
Indicates Gantt project start grid line type.
- See Also:
- Constant Field Values
-
GanttProjectFinish
public static final int GanttProjectFinish
Indicates Gantt project finish grid line type.
- See Also:
- Constant Field Values
-
GanttStatusDate
public static final int GanttStatusDate
Indicates Gantt status date grid line type.
- See Also:
- Constant Field Values
-
GanttCurrentDate
public static final int GanttCurrentDate
Indicates Gantt current date grid line type.
- See Also:
- Constant Field Values
-
GanttPageBreaks
public static final int GanttPageBreaks
Indicates Gantt page breaks grid line type.
- See Also:
- Constant Field Values
-
MiddleTierColumn
public static final int MiddleTierColumn
Indicates Gridline of middle tier column grid line type.
- See Also:
- Constant Field Values
-
-