EmfCommentRecordType.CommentIdentifierEnum

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public static final class EmfCommentRecordType.CommentIdentifierEnum extends System.Enum

Valid comment identifier values.

Fields

FieldDescription
EMR_COMMENT_EMFSPOOLThe value 0x00000000 identifies this as an EMR_COMMENT_EMFSPOOL record.
EMR_COMMENT_EMFPLUSThe value 0x2B464D45, which is the ASCII string “+FME”, identifies this as an EMR_COMMENT_EMFPLUS record.
EMR_COMMENT_PUBLICThe value 0x43494447, which is the ASCII string “CIDG”, identifies this as an EMR_COMMENT_PUBLIC record.

EMR_COMMENT_EMFSPOOL

public static final int EMR_COMMENT_EMFSPOOL

The value 0x00000000 identifies this as an EMR_COMMENT_EMFSPOOL record.

EMR_COMMENT_EMFPLUS

public static final int EMR_COMMENT_EMFPLUS

The value 0x2B464D45, which is the ASCII string “+FME”, identifies this as an EMR_COMMENT_EMFPLUS record.

EMR_COMMENT_PUBLIC

public static final int EMR_COMMENT_PUBLIC

The value 0x43494447, which is the ASCII string “CIDG”, identifies this as an EMR_COMMENT_PUBLIC record.