EmfCommentEmfPlus
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 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.
Constructors
Constructor | Description |
---|---|
EmfCommentEmfPlus(EmfRecord source) | Initializes a new instance of the EmfCommentEmfPlus class. |
Methods
Method | Description |
---|---|
getCommentIdentifier() | Gets or sets a 32-bit unsigned integer that identifies this comment record as containing EMF+ records. |
setCommentIdentifier(int value) | Gets or sets a 32-bit unsigned integer that identifies this comment record as containing EMF+ records. |
getEmfPlusRecords() | Gets or sets an array of bytes that contains one or more EMF+ records ([MS-EMFPLUS] section 2.3.1). |
setEmfPlusRecords(EmfPlusRecord[] value) | Gets or sets an array of bytes that contains one or more EMF+ records ([MS-EMFPLUS] section 2.3.1). |
EmfCommentEmfPlus(EmfRecord source)
public EmfCommentEmfPlus(EmfRecord source)
Initializes a new instance of the EmfCommentEmfPlus
class.
Parameters:
Parameter | Type | Description |
---|---|---|
source | EmfRecord | The source. |
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.
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 EMF+ records. The value 0x2B464D45, which is the ASCII string “+FME”, identifies this as an EMR_COMMENT_EMFPLUS record.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getEmfPlusRecords()
public EmfPlusRecord[] getEmfPlusRecords()
Gets or sets an array of bytes that contains one or more EMF+ records ([MS-EMFPLUS] section 2.3.1).
Returns: com.aspose.imaging.fileformats.emf.emfplus.records.EmfPlusRecord[]
setEmfPlusRecords(EmfPlusRecord[] value)
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).
Parameters:
Parameter | Type | Description |
---|---|---|
value | EmfPlusRecord[] |