Packages

 

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

Class EmfPlusObjectType

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


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

    The ObjectType enumeration defines types of graphics objects that can be created and used in graphics operations.

    • 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 byte ObjectTypeBrush
      Specifies an Objects.EmfPlusBrush object (section 2.2.1.1).
      static byte ObjectTypeCustomLineCap
      Specifies an Objects.EmfPlusCustomLineCap object (section 2.2.1.2).
      static byte ObjectTypeFont
      Specifies an Objects.EmfPlusFont object (section 2.2.1.3).
      static byte ObjectTypeImage
      Specifies an Objects.EmfPlusImage object (section 2.2.1.4).
      static byte ObjectTypeImageAttributes
      Specifies an Objects.EmfPlusImageAttributes object (section 2.2.1.5).
      static byte ObjectTypeInvalid
      The object is not a valid object.
      static byte ObjectTypePath
      Specifies an Objects.EmfPlusPath object (section 2.2.1.6).
      static byte ObjectTypePen
      Specifies an Objects.EmfPlusPen object (section 2.2.1.7).
      static byte ObjectTypeRegion
      Specifies an Objects.EmfPlusRegion object (section 2.2.1.8).
      static byte ObjectTypeStringFormat
      Specifies an Objects.EmfPlusStringFormat object (section 2.2.1.9).
      • 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

      • ObjectTypeInvalid

        public static final byte ObjectTypeInvalid

        The object is not a valid object.

        See Also:
        Constant Field Values
      • ObjectTypeBrush

        public static final byte ObjectTypeBrush

        Specifies an Objects.EmfPlusBrush object (section 2.2.1.1). Brush objects fill graphics regions.

        See Also:
        Constant Field Values
      • ObjectTypePen

        public static final byte ObjectTypePen

        Specifies an Objects.EmfPlusPen object (section 2.2.1.7). Pen objects draw graphics lines.

        See Also:
        Constant Field Values
      • ObjectTypePath

        public static final byte ObjectTypePath

        Specifies an Objects.EmfPlusPath object (section 2.2.1.6). Path objects specify sequences of lines, curves, and shapes.

        See Also:
        Constant Field Values
      • ObjectTypeRegion

        public static final byte ObjectTypeRegion

        Specifies an Objects.EmfPlusRegion object (section 2.2.1.8). Region objects specify areas of the output surface.

        See Also:
        Constant Field Values
      • ObjectTypeImage

        public static final byte ObjectTypeImage

        Specifies an Objects.EmfPlusImage object (section 2.2.1.4). Image objects encapsulate bitmaps and metafiles.

        See Also:
        Constant Field Values
      • ObjectTypeFont

        public static final byte ObjectTypeFont

        Specifies an Objects.EmfPlusFont object (section 2.2.1.3). Font objects specify font properties, including typeface style, EM size, and font family.

        See Also:
        Constant Field Values
      • ObjectTypeStringFormat

        public static final byte ObjectTypeStringFormat

        Specifies an Objects.EmfPlusStringFormat object (section 2.2.1.9). String format objects specify text layout, including alignment, orientation, tab stops, clipping, and digit substitution for languages that do not use Western European digits.

        See Also:
        Constant Field Values
      • ObjectTypeImageAttributes

        public static final byte ObjectTypeImageAttributes

        Specifies an Objects.EmfPlusImageAttributes object (section 2.2.1.5). Image attribute objects specify operations on pixels during image rendering, including color adjustment, grayscale adjustment, gamma correction, and color mapping.

        See Also:
        Constant Field Values
      • ObjectTypeCustomLineCap

        public static final byte ObjectTypeCustomLineCap

        Specifies an Objects.EmfPlusCustomLineCap object (section 2.2.1.2). Custom line cap objects specify shapes to draw at the ends of a graphics line, including squares, circles, and diamonds.

        See Also:
        Constant Field Values