EmfCommentBeginGroup
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, com.aspose.imaging.fileformats.emf.emf.records.EmfCommentPublicRecordType
public final class EmfCommentBeginGroup extends EmfCommentPublicRecordType
The EMR_COMMENT_BEGINGROUP record specifies the beginning of a group of drawing records.
Constructors
Constructor | Description |
---|---|
EmfCommentBeginGroup(EmfRecord source) | Initializes a new instance of the EmfCommentBeginGroup class. |
Methods
Method | Description |
---|---|
getRectangle() | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the output rectangle in logical coordinates. |
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. |
getNDescription() | Gets or sets the number of Unicode characters in the optional description string that follows. |
setNDescription(int value) | Gets or sets the number of Unicode characters in the optional description string that follows. |
getDescription() | Gets or sets an optional, null-terminated Unicode string that describes this group of records. |
setDescription(String value) | Gets or sets an optional, null-terminated Unicode string that describes this group of records. |
EmfCommentBeginGroup(EmfRecord source)
public EmfCommentBeginGroup(EmfRecord source)
Initializes a new instance of the EmfCommentBeginGroup
class.
Parameters:
Parameter | Type | Description |
---|---|---|
source | EmfRecord | The source. |
getRectangle()
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.
Returns: Rectangle
setRectangle(Rectangle value)
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.
Parameters:
Parameter | Type | Description |
---|---|---|
value | Rectangle |
getNDescription()
public int getNDescription()
Gets or sets the number of Unicode characters in the optional description string that follows.
Returns: int
setNDescription(int value)
public void setNDescription(int value)
Gets or sets the number of Unicode characters in the optional description string that follows.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getDescription()
public String getDescription()
Gets or sets an optional, null-terminated Unicode string that describes this group of records.
Returns: java.lang.String
setDescription(String value)
public void setDescription(String value)
Gets or sets an optional, null-terminated Unicode string that describes this group of records.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |