Packages

 

com.aspose.imaging.fileformats.wmf.consts

Class WmfPostScriptCap

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


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

    The PostScriptCap Enumeration defines line-ending types for use with a PostScript printer driver.

    • 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 PostScriptFlatCap
      Specifies that the line ends at the last point.
      static int PostScriptNotSet
      Specifies that the line-ending style has not been set, and that a default style MAY [24] be used.
      static int PostScriptRoundCap
      Specifies a circular cap.
      static int PostScriptSquareCap
      Specifies a square cap.
      • 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

      • PostScriptNotSet

        public static final int PostScriptNotSet

        Specifies that the line-ending style has not been set, and that a default style MAY [24] be used.

        See Also:
        Constant Field Values
      • PostScriptFlatCap

        public static final int PostScriptFlatCap

        Specifies that the line ends at the last point. The end is squared off.

        See Also:
        Constant Field Values
      • PostScriptRoundCap

        public static final int PostScriptRoundCap

        Specifies a circular cap. The center of the circle is the last point in the line. The diameter of the circle is the same as the line width; that is, the thickness of the line.

        See Also:
        Constant Field Values
      • PostScriptSquareCap

        public static final int PostScriptSquareCap

        Specifies a square cap. The center of the square is the last point in the line. The height and width of the square are the same as the line width; that is, the thickness of the line.

        See Also:
        Constant Field Values