EmfCommentEmfSpool
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.records.EmfRecord, com.aspose.imaging.fileformats.emf.emf.records.EmfCommentRecordType
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.
Constructors
| Constructor | Description |
|---|---|
| EmfCommentEmfSpool(EmfRecord source) | Initializes a new instance of the EmfCommentEmfSpool class. |
| EmfCommentEmfSpool() | Initializes a new instance of the EmfCommentEmfSpool class. |
Methods
| Method | Description |
|---|---|
| getCommentIdentifier() | Gets or sets a 32-bit unsigned integer that identifies this comment record as containing EMFSPOOL records. |
| setCommentIdentifier(int value) | Gets or sets a 32-bit unsigned integer that identifies this comment record as containing EMFSPOOL records. |
| getEmfSpoolRecordIdentifier() | Gets or sets a 32-bit unsigned integer that identifies the type of EMR_COMMENT_EMFSPOOL record. |
| setEmfSpoolRecordIdentifier(int value) | Gets or sets a 32-bit unsigned integer that identifies the type of EMR_COMMENT_EMFSPOOL record. |
| 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(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). |
EmfCommentEmfSpool(EmfRecord source)
public EmfCommentEmfSpool(EmfRecord source)
Initializes a new instance of the EmfCommentEmfSpool class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| source | EmfRecord | The source. |
EmfCommentEmfSpool()
public EmfCommentEmfSpool()
Initializes a new instance of the EmfCommentEmfSpool class.
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.
Returns: int
setCommentIdentifier(int value)
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.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
getEmfSpoolRecordIdentifier()
public int getEmfSpoolRecordIdentifier()
Gets or sets a 32-bit unsigned integer that identifies the type of EMR_COMMENT_EMFSPOOL record.
Returns: int
setEmfSpoolRecordIdentifier(int value)
public void setEmfSpoolRecordIdentifier(int value)
Gets or sets a 32-bit unsigned integer that identifies the type of EMR_COMMENT_EMFSPOOL record.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
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).
Returns: com.aspose.imaging.fileformats.emf.emfspool.records.EmfSpoolFontDefinitionRecordType[]
setEmfSpoolRecords(EmfSpoolFontDefinitionRecordType[] value)
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).
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | EmfSpoolFontDefinitionRecordType[] |