Class TimescaleFitBehavior


  • public final class TimescaleFitBehavior
    extends com.aspose.ms.System.Enum

    Represents a behavior used to align timescale area with page width.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DefinedInView
      Calendar section is rendered according to View.PageInfo.PageViewSettings.FitTimescaleToEndOfPage property of the rendered View.
      static int NoScaleToEndDate
      Calendar section is rendered exactly to EndDate, even there is an empty space on a page.
      static int NoScaleToEndOfPage
      Calendar section is rendered to the end (right side) of the last page.
      static int ScaleToEndOfPage
      Rendering engine will try to align dates so that EndDate is aligned with the end (right side) of the last page.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • 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