TimescaleFitBehavior
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class TimescaleFitBehavior extends System.Enum
Represents a behavior used to align timescale area with page width.
Fields
Field | Description |
---|---|
DefinedInView | Calendar section is rendered according to View.PageInfo.PageViewSettings.FitTimescaleToEndOfPage property of the rendered View. |
NoScaleToEndDate | Calendar section is rendered exactly to EndDate, even there is an empty space on a page. |
NoScaleToEndOfPage | Calendar section is rendered to the end (right side) of the last page. |
ScaleToEndOfPage | Rendering engine will try to align dates so that EndDate is aligned with the end (right side) of the last page. |
DefinedInView
public static final int DefinedInView
Calendar section is rendered according to View.PageInfo.PageViewSettings.FitTimescaleToEndOfPage property of the rendered View.
NoScaleToEndDate
public static final int NoScaleToEndDate
Calendar section is rendered exactly to EndDate, even there is an empty space on a page.
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.
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.