public final class EmfCommentBeginGroup extends EmfCommentPublicRecordType
The EMR_COMMENT_BEGINGROUP record specifies the beginning of a group of drawing records.
EmfCommentRecordType.CommentIdentifierEnum
Constructor and Description |
---|
EmfCommentBeginGroup(EmfRecord source)
Initializes a new instance of the
EmfCommentBeginGroup class. |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets or sets an optional, null-terminated Unicode string that describes this group of records.
|
int |
getNDescription()
Gets or sets the number of Unicode characters in the optional description string that follows.
|
Rectangle |
getRectangle()
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the
output rectangle in logical coordinates.
|
void |
setDescription(String value)
Gets or sets an optional, null-terminated Unicode string that describes this group of records.
|
void |
setNDescription(int value)
Gets or sets the number of Unicode characters in the optional description string that follows.
|
void |
setRectangle(Rectangle value)
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the
output rectangle in logical coordinates.
|
getCommentIdentifier, getPublicCommentIdentifier, setCommentIdentifier, setPublicCommentIdentifier
getDataSize, setDataSize
public EmfCommentBeginGroup(EmfRecord source)
Initializes a new instance of the EmfCommentBeginGroup
class.
source
- The source.public Rectangle getRectangle()
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the output rectangle in logical coordinates.
public void setRectangle(Rectangle value)
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the output rectangle in logical coordinates.
public int getNDescription()
Gets or sets the number of Unicode characters in the optional description string that follows.
public void setNDescription(int value)
Gets or sets the number of Unicode characters in the optional description string that follows.
public String getDescription()
Gets or sets an optional, null-terminated Unicode string that describes this group of records.
public void setDescription(String value)
Gets or sets an optional, null-terminated Unicode string that describes this group of records.