Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadHeader.SummaryInfoWrapper

  • java.lang.Object
    • com.aspose.cad.fileformats.cad.cadobjects.CadHeader.SummaryInfoWrapper
  • All Implemented Interfaces:
    ISummaryInfo
    Enclosing class:
    CadHeader


    public static class CadHeader.SummaryInfoWrapper
    extends Object
    implements ISummaryInfo

    The summary info wrapper for Cad (Dxf and Dwg) header.

    • Method Detail

      • getTitle

        public final String getTitle()

        Gets or sets the title.

        Specified by:
        getTitle in interface ISummaryInfo
        Returns:
        The title.
      • setTitle

        public final void setTitle(String value)

        Gets or sets the title.

        Parameters:
        value - The title.
      • getSubject

        public final String getSubject()

        Gets or sets the subject.

        Specified by:
        getSubject in interface ISummaryInfo
        Returns:
        The subject.
      • setSubject

        public final void setSubject(String value)

        Gets or sets the subject.

        Parameters:
        value - The subject.
      • getAuthor

        public final String getAuthor()

        Gets or sets the author.

        Specified by:
        getAuthor in interface ISummaryInfo
        Returns:
        The author.
      • setAuthor

        public final void setAuthor(String value)

        Gets or sets the author.

        Parameters:
        value - The author.
      • getKeywords

        public final String getKeywords()

        Gets or sets the keywords.

        Specified by:
        getKeywords in interface ISummaryInfo
        Returns:
        The keywords.
      • setKeywords

        public final void setKeywords(String value)

        Gets or sets the keywords.

        Parameters:
        value - The keywords.
      • getComments

        public final String getComments()

        Gets or sets the comments.

        Specified by:
        getComments in interface ISummaryInfo
        Returns:
        The comments.
      • setComments

        public final void setComments(String value)

        Gets or sets the comments.

        Parameters:
        value - The comments.
      • getLastSavedBy

        public final String getLastSavedBy()

        Gets or sets the last saved by.

        Specified by:
        getLastSavedBy in interface ISummaryInfo
        Returns:
        The last saved by.
      • setLastSavedBy

        public final void setLastSavedBy(String value)

        Gets or sets the last saved by.

        Parameters:
        value - The last saved by.
      • getRevisionNumber

        public final String getRevisionNumber()

        Gets or sets the revision number.

        Specified by:
        getRevisionNumber in interface ISummaryInfo
        Returns:
        The revision number.
      • setRevisionNumber

        public final void setRevisionNumber(String value)

        Gets or sets the revision number.

        Parameters:
        value - The revision number.
      • getHyperlinkBase

        public final String getHyperlinkBase()

        Gets or sets the hyperlink base.

        Specified by:
        getHyperlinkBase in interface ISummaryInfo
        Returns:
        The hyperlink base.
      • setHyperlinkBase

        public final void setHyperlinkBase(String value)

        Gets or sets the hyperlink base.

        Parameters:
        value - The hyperlink base.
      • getEditingTime

        public final double getEditingTime()

        Gets or sets the cumulative editing time for this drawing.

        Specified by:
        getEditingTime in interface ISummaryInfo
        Returns:
        The cumulative editing time for this drawing.
      • setEditingTime

        public final void setEditingTime(double value)

        Gets or sets the cumulative editing time for this drawing.

        Parameters:
        value - The cumulative editing time for this drawing.
      • getCreateDateTime

        public final Date getCreateDateTime()

        The or sets local date/time of drawing creation

        Specified by:
        getCreateDateTime in interface ISummaryInfo
      • setCreateDateTime

        public final void setCreateDateTime(Date value)

        The or sets local date/time of drawing creation

      • getModifiedDateTime

        public final Date getModifiedDateTime()

        The or sets local date/time of last drawing update.

        Specified by:
        getModifiedDateTime in interface ISummaryInfo
      • setModifiedDateTime

        public final void setModifiedDateTime(Date value)

        The or sets local date/time of last drawing update.

      • getCreateDateTimeUtc

        public final Date getCreateDateTimeUtc()

        Gets or sets the universal date/time the drawing was created.

        Returns:
        The universal date/time the drawing was created
      • setCreateDateTimeUtc

        public final void setCreateDateTimeUtc(Date value)

        Gets or sets the universal date/time the drawing was created.

        Parameters:
        value - The universal date/time the drawing was created
      • getModifiedDateTimeUtc

        public final Date getModifiedDateTimeUtc()

        Gets or sets the universal date/time of the last update/save.

        Returns:
        The universal date/time of the last update/save.
      • setModifiedDateTimeUtc

        public final void setModifiedDateTimeUtc(Date value)

        Gets or sets the universal date/time of the last update/save.

        Parameters:
        value - The universal date/time of the last update/save.