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