Packages

 

com.aspose.psd.imageoptions

Class PositioningTypes

  • java.lang.Object
    • com.aspose.ms.System.ValueType
      • com.aspose.ms.System.Enum
        • com.aspose.psd.imageoptions.PositioningTypes


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

    Positioning and size types for graphics scene.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int DefinedByDocument
      The absolute positioning on the page that is defined by document page settings.
      static int DefinedByOptions
      The absolute positioning on the page that is defined by options page settings.
      static int Relative
      The relative positioning and size.
    • Field Detail

      • DefinedByDocument

        public static final int DefinedByDocument

        The absolute positioning on the page that is defined by document page settings.

        See Also:
        Constant Field Values
      • DefinedByOptions

        public static final int DefinedByOptions

        The absolute positioning on the page that is defined by options page settings.

        See Also:
        Constant Field Values
      • Relative

        public static final int Relative

        The relative positioning and size. Determined by the boundary of all graphics objects.

        See Also:
        Constant Field Values