Class Timescale
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.Timescale
-
public final class Timescale extends com.aspose.ms.System.Enum
Defines options which specifies how to render timescale in Gantt Chart, Task Usage or Resource Usage views when the project is exported to a graphic format.
-
-
Field Summary
Fields Modifier and Type Field Description static int
Days
Predefined two-tiered timescale where minimal level of detail is one day.static int
DefinedInView
Use timescale settings defined in project view's properties:GanttChartView.BottomTimescaleTier
(GanttChartView.getBottomTimescaleTier()
/GanttChartView.setBottomTimescaleTier(TimescaleTier)
),GanttChartView.MiddleTimescaleTier
(GanttChartView.getMiddleTimescaleTier()
/GanttChartView.setMiddleTimescaleTier(TimescaleTier)
),GanttChartView.TopTimescaleTier
(GanttChartView.getTopTimescaleTier()
/GanttChartView.setTopTimescaleTier(TimescaleTier)
).static int
Months
Predefined two-tiered timescale where minimal level of detail is one month.static int
ThirdsOfMonths
Predefined two-tiered timescale where level of detail is one third of month.
-
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
-
DefinedInView
public static final int DefinedInView
Use timescale settings defined in project view's properties:
GanttChartView.BottomTimescaleTier
(GanttChartView.getBottomTimescaleTier()
/GanttChartView.setBottomTimescaleTier(TimescaleTier)
),GanttChartView.MiddleTimescaleTier
(GanttChartView.getMiddleTimescaleTier()
/GanttChartView.setMiddleTimescaleTier(TimescaleTier)
),GanttChartView.TopTimescaleTier
(GanttChartView.getTopTimescaleTier()
/GanttChartView.setTopTimescaleTier(TimescaleTier)
). Valid for formats which contains view data. For example, projects which are read from MPP format.
If timescale settings are not set for the view, predefined Timescale.Days setting is used instead.- See Also:
- Constant Field Values
-
Days
public static final int Days
Predefined two-tiered timescale where minimal level of detail is one day.
- See Also:
- Constant Field Values
-
ThirdsOfMonths
public static final int ThirdsOfMonths
Predefined two-tiered timescale where level of detail is one third of month.
- See Also:
- Constant Field Values
-
Months
public static final int Months
Predefined two-tiered timescale where minimal level of detail is one month.
- See Also:
- Constant Field Values
-
-