Packages

 

com.aspose.imaging.fileformats.emf.emf.records

Classes

com.aspose.imaging.fileformats.emf.emf.records

Class EmfCommentBeginGroup

  • All Implemented Interfaces:
    com.aspose.imaging_internal.fileformats.emf.IRecord, Cloneable


    public final class EmfCommentBeginGroup
    extends EmfCommentPublicRecordType

    The EMR_COMMENT_BEGINGROUP record specifies the beginning of a group of drawing records.

    • Constructor Detail

      • EmfCommentBeginGroup

        public EmfCommentBeginGroup(EmfRecord source)

        Initializes a new instance of the EmfCommentBeginGroup class.

        Parameters:
        source - The source.
    • Method Detail

      • 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.

      • setRectangle

        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.

      • getNDescription

        public int getNDescription()

        Gets or sets the number of Unicode characters in the optional description string that follows.

      • setNDescription

        public void setNDescription(int value)

        Gets or sets the number of Unicode characters in the optional description string that follows.

      • getDescription

        public String getDescription()

        Gets or sets an optional, null-terminated Unicode string that describes this group of records.

      • setDescription

        public void setDescription(String value)

        Gets or sets an optional, null-terminated Unicode string that describes this group of records.