Packages

 

com.aspose.imaging.fileformats.emf.emf.records

Classes

com.aspose.imaging.fileformats.emf.emf.records

Class EmfCommentPublicRecordType

    • Method Detail

      • getCommentIdentifier

        public int getCommentIdentifier()

        Gets or sets a 32-bit unsigned integer that identifies this comment record as specifying public data. The value 0x43494447, which is the ASCII string "CIDG", identifies this as an EMR_COMMENT_PUBLIC record.

        Overrides:
        getCommentIdentifier in class EmfCommentRecordType
      • setCommentIdentifier

        public void setCommentIdentifier(int value)

        Gets or sets a 32-bit unsigned integer that identifies this comment record as specifying public data. The value 0x43494447, which is the ASCII string "CIDG", identifies this as an EMR_COMMENT_PUBLIC record.

        Overrides:
        setCommentIdentifier in class EmfCommentRecordType
      • getPublicCommentIdentifier

        public long getPublicCommentIdentifier()

        Gets or sets a 32-bit unsigned integer that identifies the type of public comment record. This SHOULD be one of the values listed in the preceding table, which are specified in the EmrComment enumeration (section 2.1.10), unless additional public comment record types have been implemented on the print server.

      • setPublicCommentIdentifier

        public void setPublicCommentIdentifier(long value)

        Gets or sets a 32-bit unsigned integer that identifies the type of public comment record. This SHOULD be one of the values listed in the preceding table, which are specified in the EmrComment enumeration (section 2.1.10), unless additional public comment record types have been implemented on the print server.