CadPackage

Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage

public final class CadPackage extends CustomPackage

Represents CAD (Computer-aided design) metadata.

Learn more

Methods

Method Description
getAcadVersion() Gets the AutoCAD drawing database version number.
getHeight() Gets the drawing height.
getWidth() Gets the drawing width.
getAuthor() Gets the drawing author.
getComments() Gets the user comments.
getHyperlinkBase() Gets the hyperlink base.
getKeywords() Gets the keywords.
getLastSavedBy() Gets the name of the last editor.
getRevisionNumber() Gets the revision number.
getSubject() Gets the subject.
getTitle() Gets the title.
getCreatedDateTime() Gets the date and time when the drawing was created.
getModifiedDateTime() Gets the date and time when the drawing was modified.
getCustomProperties() Gets the package containing custom metadata properties.

getAcadVersion()

public final CadAcadVersion getAcadVersion()

Gets the AutoCAD drawing database version number.

Returns: CadAcadVersion - The AutoCAD drawing database version number.

getHeight()

public final int getHeight()

Gets the drawing height.

Returns: int - The drawing height.

getWidth()

public final int getWidth()

Gets the drawing width.

Returns: int - The drawing width.

getAuthor()

public final String getAuthor()

Gets the drawing author.

Returns: java.lang.String - The drawing author.

getComments()

public final String getComments()

Gets the user comments.

Returns: java.lang.String - The user comments.

getHyperlinkBase()

public final String getHyperlinkBase()

Gets the hyperlink base.

Returns: java.lang.String - The hyperlink base.

getKeywords()

public final String getKeywords()

Gets the keywords.

Returns: java.lang.String - The keywords.

getLastSavedBy()

public final String getLastSavedBy()

Gets the name of the last editor.

Returns: java.lang.String - The name of the last editor.

getRevisionNumber()

public final String getRevisionNumber()

Gets the revision number.

Returns: java.lang.String - The revision number.

getSubject()

public final String getSubject()

Gets the subject.

Returns: java.lang.String - The subject.

getTitle()

public final String getTitle()

Gets the title.

Returns: java.lang.String - The title.

getCreatedDateTime()

public final Date getCreatedDateTime()

Gets the date and time when the drawing was created.

Returns: java.util.Date - 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: java.util.Date - The date and time when the drawing was modified.

getCustomProperties()

public final CadCustomPropertyPackage getCustomProperties()

Gets the package containing custom metadata properties.

Returns: CadCustomPropertyPackage - The package containing custom metadata properties.