Packages

 

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

Classes

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

Class EmfCommentEmfSpool

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


    public final class EmfCommentEmfSpool
    extends EmfCommentRecordType

    The EMR_COMMENT_EMFSPOOL record contains embedded EMFSPOOL records. Note Fields that are not described in this section are specified in section 2.3.3.

    • Constructor Detail

      • EmfCommentEmfSpool

        public EmfCommentEmfSpool(EmfRecord source)

        Initializes a new instance of the EmfCommentEmfSpool class.

        Parameters:
        source - The source.
      • EmfCommentEmfSpool

        public EmfCommentEmfSpool()

        Initializes a new instance of the EmfCommentEmfSpool class.

    • Method Detail

      • getCommentIdentifier

        public int getCommentIdentifier()

        Gets or sets a 32-bit unsigned integer that identifies this comment record as containing EMFSPOOL records. The value 0x00000000 identifies this as an EMR_COMMENT_EMFSPOOL 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 EMFSPOOL records. The value 0x00000000 identifies this as an EMR_COMMENT_EMFSPOOL record.

        Overrides:
        setCommentIdentifier in class EmfCommentRecordType
      • getEmfSpoolRecordIdentifier

        public int getEmfSpoolRecordIdentifier()

        Gets or sets a 32-bit unsigned integer that identifies the type of EMR_COMMENT_EMFSPOOL record.

      • setEmfSpoolRecordIdentifier

        public void setEmfSpoolRecordIdentifier(int value)

        Gets or sets a 32-bit unsigned integer that identifies the type of EMR_COMMENT_EMFSPOOL record.

      • getEmfSpoolRecords

        public EmfSpoolFontDefinitionRecordType[] getEmfSpoolRecords()

        Gets or sets a variable-length array of bytes that contains one or more EMFSPOOL font definition records ([MS-EMFSPOOL] section 2.2.3.3).

      • setEmfSpoolRecords

        public void setEmfSpoolRecords(EmfSpoolFontDefinitionRecordType[] value)

        Gets or sets a variable-length array of bytes that contains one or more EMFSPOOL font definition records ([MS-EMFSPOOL] section 2.2.3.3).