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