public class EmfCommentRecordType extends EmfRecord
The comment record types define formats for specifying arbitrary private data, embedding records in other metafile formats, and adding new or special-purpose commands.
Modifier and Type | Class and Description |
---|---|
static class |
EmfCommentRecordType.CommentIdentifierEnum
Valid comment identifier values.
|
Constructor and Description |
---|
EmfCommentRecordType(EmfRecord source)
Initializes a new instance of the
EmfCommentRecordType class. |
Modifier and Type | Method and Description |
---|---|
int |
getCommentIdentifier()
Gets or sets the comment identifier.
|
int |
getDataSize()
Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the
CommentIdentifier and CommentRecordParm fields in the RecordBuffer field that
follows.
|
void |
setCommentIdentifier(int value)
Gets or sets the comment identifier.
|
void |
setDataSize(int value)
Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the
CommentIdentifier and CommentRecordParm fields in the RecordBuffer field that
follows.
|
getSize, getType, setSize, setType
deepClone_internalized
public EmfCommentRecordType(EmfRecord source)
Initializes a new instance of the EmfCommentRecordType
class.
source
- The source.public int getDataSize()
Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the CommentIdentifier and CommentRecordParm fields in the RecordBuffer field that follows. It MUST NOT include the size of itself or the size of the AlignmentPadding field, if present
public void setDataSize(int value)
Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the CommentIdentifier and CommentRecordParm fields in the RecordBuffer field that follows. It MUST NOT include the size of itself or the size of the AlignmentPadding field, if present
public int getCommentIdentifier()
Gets or sets the comment identifier.
Value: The comment identifier.public void setCommentIdentifier(int value)
Gets or sets the comment identifier.
Value: The comment identifier.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.