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

ConstructorDescription
EmfCommentBeginGroup(EmfRecord source)Initializes a new instance of the EmfCommentBeginGroup class.

Methods

MethodDescription
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:

ParameterTypeDescription
sourceEmfRecordThe 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:

ParameterTypeDescription
valueRectangle

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:

ParameterTypeDescription
valueint

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:

ParameterTypeDescription
valuejava.lang.String