Packages

 

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

Class EmfEmrComment

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


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

    The EmrComment enumeration defines the types of data that a public comment record can contain, as specified in section 2.3.3.4.

    • 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 long EMR_COMMENT_BEGINGROUP
      This comment record identifies the beginning of a group of drawing records.
      static long EMR_COMMENT_ENDGROUP
      This comment record identifies the end of a group of drawing records.
      static long EMR_COMMENT_MULTIFORMATS
      This comment record allows multiple definitions of an image to be included in the metafile.
      static long EMR_COMMENT_UNICODE_END
      This comment record is reserved and MUST NOT be used in an EMF metafile
      static long EMR_COMMENT_UNICODE_STRING
      This comment record is reserved and MUST NOT be used in an EMF metafile
      static long EMR_COMMENT_WINDOWS_METAFILE
      This comment record contains a specification of an image in WMF.
      • 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

      • EMR_COMMENT_WINDOWS_METAFILE

        public static final long EMR_COMMENT_WINDOWS_METAFILE

        This comment record contains a specification of an image in WMF. See [MS-WMF] for more information

        See Also:
        Constant Field Values
      • EMR_COMMENT_BEGINGROUP

        public static final long EMR_COMMENT_BEGINGROUP

        This comment record identifies the beginning of a group of drawing records. It identifies an object within an EMF metafile

        See Also:
        Constant Field Values
      • EMR_COMMENT_ENDGROUP

        public static final long EMR_COMMENT_ENDGROUP

        This comment record identifies the end of a group of drawing records. For every EMR_COMMENT_BEGINGROUP record, an EMR_COMMENT_ENDGROUP record MUST be included in the metafile, and they MAY be nested.

        See Also:
        Constant Field Values
      • EMR_COMMENT_MULTIFORMATS

        public static final long EMR_COMMENT_MULTIFORMATS

        This comment record allows multiple definitions of an image to be included in the metafile. Using this comment, for example, an application can include encapsulated PostScript text as well as an EMF definition of an image.

        See Also:
        Constant Field Values
      • EMR_COMMENT_UNICODE_STRING

        public static final long EMR_COMMENT_UNICODE_STRING

        This comment record is reserved and MUST NOT be used in an EMF metafile

        See Also:
        Constant Field Values
      • EMR_COMMENT_UNICODE_END

        public static final long EMR_COMMENT_UNICODE_END

        This comment record is reserved and MUST NOT be used in an EMF metafile

        See Also:
        Constant Field Values