public abstract 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.
|
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.
|
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.