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.
| Modifier and Type | Class and Description |
|---|---|
static class |
EmfCommentEmfSpool.EmfSpoolRecordIdentifierEnum
Identifies the type of EMR_COMMENT_EMFSPOOL record
|
EmfCommentRecordType.CommentIdentifierEnum| Constructor and Description |
|---|
EmfCommentEmfSpool()
Initializes a new instance of the
EmfCommentEmfSpool class. |
EmfCommentEmfSpool(EmfRecord source)
Initializes a new instance of the
EmfCommentEmfSpool class. |
| Modifier and Type | Method and Description |
|---|---|
int |
getCommentIdentifier()
Gets or sets a 32-bit unsigned integer that identifies this comment record
as containing EMFSPOOL records.
|
int |
getEmfSpoolRecordIdentifier()
Gets or sets a 32-bit unsigned integer that identifies the type of
EMR_COMMENT_EMFSPOOL record.
|
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).
|
void |
setCommentIdentifier(int value)
Gets or sets a 32-bit unsigned integer that identifies this comment record
as containing EMFSPOOL records.
|
void |
setEmfSpoolRecordIdentifier(int value)
Gets or sets a 32-bit unsigned integer that identifies the type of
EMR_COMMENT_EMFSPOOL record.
|
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).
|
getDataSize, setDataSizepublic EmfCommentEmfSpool(EmfRecord source)
Initializes a new instance of the EmfCommentEmfSpool class.
source - The source.public EmfCommentEmfSpool()
Initializes a new instance of the EmfCommentEmfSpool class.
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.
getCommentIdentifier in class EmfCommentRecordTypepublic 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.
setCommentIdentifier in class EmfCommentRecordTypepublic int getEmfSpoolRecordIdentifier()
Gets or sets a 32-bit unsigned integer that identifies the type of EMR_COMMENT_EMFSPOOL record.
public void setEmfSpoolRecordIdentifier(int value)
Gets or sets a 32-bit unsigned integer that identifies the type of EMR_COMMENT_EMFSPOOL record.
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).
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).
Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.