Packages

 

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

Class EmfPlusCustomLineCapDataFlags

  • 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.EmfPlusCustomLineCapDataFlags


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

    The CustomLineCapData flags specify data for custom line caps. These flags can be combined to specify multiple options.

    Custom graphics line caps are specified by Objects.EmfPlusCustomLineCap 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 CustomLineCapDataFillPath
      If set, an Objects.EmfPlusFillPath object MUST be specified in the OptionalData field of the Objects.EmfPlusCustomLineCapData object for filling the custom line cap.
      static int CustomLineCapDataLinePath
      If set, an Objects.EmfPlusLinePath object MUST be specified in the OptionalData field of the EmfPlusCustomLineCapData object for outlining the custom line 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

      • CustomLineCapDataFillPath

        public static final int CustomLineCapDataFillPath

        If set, an Objects.EmfPlusFillPath object MUST be specified in the OptionalData field of the Objects.EmfPlusCustomLineCapData object for filling the custom line cap.

        See Also:
        Constant Field Values
      • CustomLineCapDataLinePath

        public static final int CustomLineCapDataLinePath

        If set, an Objects.EmfPlusLinePath object MUST be specified in the OptionalData field of the EmfPlusCustomLineCapData object for outlining the custom line cap.

        See Also:
        Constant Field Values