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.EnumType of gridline.
-
-
Field Summary
Fields Modifier and Type Field Description static intBarRowsIndicates Bar rows grid line type.static intBottomTierColumnIndicates Gridline of bottom tier column grid line type.static intGanttCurrentDateIndicates Gantt current date grid line type.static intGanttPageBreaksIndicates Gantt page breaks grid line type.static intGanttProjectFinishIndicates Gantt project finish grid line type.static intGanttProjectStartIndicates Gantt project start grid line type.static intGanttRowIndicates Gridline of a gantt row grid line type.static intGanttStatusDateIndicates Gantt status date grid line type.static intGanttTitleHorizontalIndicates Gantt title horizontal grid line type.static intGanttTitleVerticalIndicates Gantt title vertical grid line type.static intMiddleTierColumnIndicates Gridline of middle tier column grid line type.static intSheetColumnIndicates Gridline of a sheet column grid line type.static intSheetRowIndicates Gridline of a sheet row grid line type.static intTopTierColumnIndicates Gridline of top tier column grid line type.static intUsageColumnIndicates Gridline of a usage column grid line type.static intUsageRowIndicates 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
-
-