Packages

 

com.aspose.imaging.fileformats.emf.emfplus.consts

Class EmfPlusPathPointTypeFlags

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.fileformats.emf.emfplus.consts.EmfPlusPathPointTypeFlags


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

    The PathPointType flags specify type properties of points on graphics paths. These flags can be combined to specify multiple options.

    Graphics paths are specified by Objects.EmfPlusPath objects.

    • 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 PathPointTypeCloseSubpath
      Specifies that the point is the endpoint of a subpath.
      static int PathPointTypeDashMode
      Specifies that a line segment that passes through the point is dashed.
      static int PathPointTypePathMarker
      Specifies that the point is a position marker.
      • 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

      • PathPointTypeDashMode

        public static final int PathPointTypeDashMode

        Specifies that a line segment that passes through the point is dashed.

        See Also:
        Constant Field Values
      • PathPointTypePathMarker

        public static final int PathPointTypePathMarker

        Specifies that the point is a position marker.

        See Also:
        Constant Field Values
      • PathPointTypeCloseSubpath

        public static final int PathPointTypeCloseSubpath

        Specifies that the point is the endpoint of a subpath.

        See Also:
        Constant Field Values