Packages

 

com.aspose.imaging.fileformats.wmf.consts

Class WmfPostScriptClipping

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.fileformats.wmf.consts.WmfPostScriptClipping


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

    The PostScriptClipping Enumeration defines functions that can be applied to the clipping path used for PostScript output.

    • 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 and Description
      static int CLIP_INCLUSIVE
      Intersects the current PostScript clipping path with the current clipping path and saves the result as the new PostScript clipping path.
      static int CLIP_RESTORE
      Restores the PostScript clipping path to the last clipping path that was saved by a previous CLIP_SAVE function applied by a CLIP_TO_PATH record (section 2.3.6.6).
      static int CLIP_SAVE
      Saves the current PostScript clipping path.
      • 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, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
    • Field Detail

      • CLIP_SAVE

        public static final int CLIP_SAVE

        Saves the current PostScript clipping path.

        See Also:
        Constant Field Values
      • CLIP_RESTORE

        public static final int CLIP_RESTORE

        Restores the PostScript clipping path to the last clipping path that was saved by a previous CLIP_SAVE function applied by a CLIP_TO_PATH record (section 2.3.6.6).

        See Also:
        Constant Field Values
      • CLIP_INCLUSIVE

        public static final int CLIP_INCLUSIVE

        Intersects the current PostScript clipping path with the current clipping path and saves the result as the new PostScript clipping path.

        See Also:
        Constant Field Values