Package com.aspose.tasks
Class TimescaleFitBehavior
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.TimescaleFitBehavior
-
public final class TimescaleFitBehavior extends com.aspose.ms.System.EnumRepresents a behavior used to align timescale area with page width.
-
-
Field Summary
Fields Modifier and Type Field Description static intDefinedInViewCalendar section is rendered according to View.PageInfo.PageViewSettings.FitTimescaleToEndOfPage property of the rendered View.static intNoScaleToEndDateCalendar section is rendered exactly to EndDate, even there is an empty space on a page.static intNoScaleToEndOfPageCalendar section is rendered to the end (right side) of the last page.static intScaleToEndOfPageRendering engine will try to align dates so that EndDate is aligned with the end (right side) of the last page.
-
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
Calendar section is rendered according to View.PageInfo.PageViewSettings.FitTimescaleToEndOfPage property of the rendered View.
- See Also:
- Constant Field Values
-
NoScaleToEndDate
public static final int NoScaleToEndDate
Calendar section is rendered exactly to EndDate, even there is an empty space on a page.
- See Also:
- Constant Field Values
-
NoScaleToEndOfPage
public static final int NoScaleToEndOfPage
Calendar section is rendered to the end (right side) of the last page. Thus last rendered date may exceed EndDate.
- See Also:
- Constant Field Values
-
ScaleToEndOfPage
public static final int ScaleToEndOfPage
Rendering engine will try to align dates so that EndDate is aligned with the end (right side) of the last page. Corresponds to MS Project's "Page Setup \ View \ Fit timescale to end of page" option enabled.
- See Also:
- Constant Field Values
-
-