com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class CadPackage

    • Method Detail

      • getAcadVersion

        public final CadAcadVersion getAcadVersion()

        Gets the AutoCAD drawing database version number.

        Returns:
        The AutoCAD drawing database version number.
      • getHeight

        public final int getHeight()

        Gets the drawing height.

        Returns:
        The drawing height.
      • getWidth

        public final int getWidth()

        Gets the drawing width.

        Returns:
        The drawing width.
      • getAuthor

        public final String getAuthor()

        Gets the drawing author.

        Returns:
        The drawing author.
      • getComments

        public final String getComments()

        Gets the user comments.

        Returns:
        The user comments.
      • getHyperlinkBase

        public final String getHyperlinkBase()

        Gets the hyperlink base.

        Returns:
        The hyperlink base.
      • getKeywords

        public final String getKeywords()

        Gets the keywords.

        Returns:
        The keywords.
      • getLastSavedBy

        public final String getLastSavedBy()

        Gets the name of the last editor.

        Returns:
        The name of the last editor.
      • getRevisionNumber

        public final String getRevisionNumber()

        Gets the revision number.

        Returns:
        The revision number.
      • getSubject

        public final String getSubject()

        Gets the subject.

        Returns:
        The subject.
      • getTitle

        public final String getTitle()

        Gets the title.

        Returns:
        The title.
      • getCreatedDateTime

        public final Date getCreatedDateTime()

        Gets the date and time when the drawing was created.

        Returns:
        The date and time when the drawing was created.
      • getModifiedDateTime

        public final Date getModifiedDateTime()

        Gets the date and time when the drawing was modified.

        Returns:
        The date and time when the drawing was modified.
      • getCustomProperties

        public final CadCustomPropertyPackage getCustomProperties()

        Gets the package containing custom metadata properties.

        Returns:
        The package containing custom metadata properties.