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

FieldDescription
BarRowsIndicates Bar rows grid line type.
BottomTierColumnIndicates Gridline of bottom tier column grid line type.
GanttCurrentDateIndicates Gantt current date grid line type.
GanttPageBreaksIndicates Gantt page breaks grid line type.
GanttProjectFinishIndicates Gantt project finish grid line type.
GanttProjectStartIndicates Gantt project start grid line type.
GanttRowIndicates Gridline of a gantt row grid line type.
GanttStatusDateIndicates Gantt status date grid line type.
GanttTitleHorizontalIndicates Gantt title horizontal grid line type.
GanttTitleVerticalIndicates Gantt title vertical grid line type.
MiddleTierColumnIndicates Gridline of middle tier column grid line type.
SheetColumnIndicates Gridline of a sheet column grid line type.
SheetRowIndicates Gridline of a sheet row grid line type.
TopTierColumnIndicates Gridline of top tier column grid line type.
UsageColumnIndicates Gridline of a usage column grid line type.
UsageRowIndicates 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.