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.
EmfCommentRecordType.CommentIdentifierEnum| Constructor and Description |
|---|
EmfCommentEmfPlus(EmfRecord source)
Initializes a new instance of the
EmfCommentEmfPlus class. |
| Modifier and Type | Method and Description |
|---|---|
int |
getCommentIdentifier()
Gets or sets a 32-bit unsigned integer that identifies this comment record
as containing EMF+ records.
|
EmfPlusRecord[] |
getEmfPlusRecords()
Gets or sets an array of bytes that contains one or more EMF+ records ([MS-EMFPLUS] section 2.3.1).
|
void |
setCommentIdentifier(int value)
Gets or sets a 32-bit unsigned integer that identifies this comment record
as containing EMF+ records.
|
void |
setEmfPlusRecords(EmfPlusRecord[] value)
Gets or sets an array of bytes that contains one or more EMF+ records ([MS-EMFPLUS] section 2.3.1).
|
getDataSize, setDataSizepublic EmfCommentEmfPlus(EmfRecord source)
Initializes a new instance of the EmfCommentEmfPlus class.
source - The source.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.
getCommentIdentifier in class EmfCommentRecordTypepublic 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.
setCommentIdentifier in class EmfCommentRecordTypepublic EmfPlusRecord[] getEmfPlusRecords()
Gets or sets an array of bytes that contains one or more EMF+ records ([MS-EMFPLUS] section 2.3.1).
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).
Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.