Packages

 

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

Classes

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

Class EmfCommentEmfPlus

  • All Implemented Interfaces:
    com.aspose.imaging_internal.fileformats.emf.IRecord, Cloneable


    public final class EmfCommentEmfPlus
    extends EmfCommentRecordType

    The EMR_COMMENT_EMFPLUS record contains embedded EMF+ records. Note Fields that are not described in this section are specified in section 2.3.3.

    • Constructor Detail

      • EmfCommentEmfPlus

        public EmfCommentEmfPlus(EmfRecord source)

        Initializes a new instance of the EmfCommentEmfPlus class.

        Parameters:
        source - The source.
    • Method Detail

      • getCommentIdentifier

        public int getCommentIdentifier()

        Gets or sets a 32-bit unsigned integer that identifies this comment record as containing EMF+ records. The value 0x2B464D45, which is the ASCII string "+FME", identifies this as an EMR_COMMENT_EMFPLUS 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 containing EMF+ records. The value 0x2B464D45, which is the ASCII string "+FME", identifies this as an EMR_COMMENT_EMFPLUS record.

        Overrides:
        setCommentIdentifier in class EmfCommentRecordType
      • getEmfPlusRecords

        public EmfPlusRecord[] getEmfPlusRecords()

        Gets or sets an array of bytes that contains one or more EMF+ records ([MS-EMFPLUS] section 2.3.1).

      • setEmfPlusRecords

        public void setEmfPlusRecords(EmfPlusRecord[] value)

        Gets or sets an array of bytes that contains one or more EMF+ records ([MS-EMFPLUS] section 2.3.1).