public final class CadPackage extends CustomPackage
Modifier and Type | Method and Description |
---|---|
CadAcadVersion |
getAcadVersion()
Gets the AutoCAD drawing database version number.
|
String |
getAuthor()
Gets the drawing author.
|
String |
getComments()
Gets the user comments.
|
Date |
getCreatedDateTime()
Gets the date and time when the drawing was created.
|
CadCustomPropertyPackage |
getCustomProperties()
Gets the package containing custom metadata properties.
|
int |
getHeight()
Gets the drawing height.
|
String |
getHyperlinkBase()
Gets the hyperlink base.
|
String |
getKeywords()
Gets the keywords.
|
String |
getLastSavedBy()
Gets the name of the last editor.
|
Date |
getModifiedDateTime()
Gets the date and time when the drawing was modified.
|
String |
getRevisionNumber()
Gets the revision number.
|
String |
getSubject()
Gets the subject.
|
String |
getTitle()
Gets the title.
|
int |
getWidth()
Gets the drawing width.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final CadAcadVersion getAcadVersion()
Gets the AutoCAD drawing database version number.
public final int getHeight()
Gets the drawing height.
public final int getWidth()
Gets the drawing width.
public final String getAuthor()
Gets the drawing author.
public final String getComments()
Gets the user comments.
public final String getHyperlinkBase()
Gets the hyperlink base.
public final String getKeywords()
Gets the keywords.
public final String getLastSavedBy()
Gets the name of the last editor.
public final String getRevisionNumber()
Gets the revision number.
public final String getSubject()
Gets the subject.
public final String getTitle()
Gets the title.
public final Date getCreatedDateTime()
Gets the date and time when the drawing was created.
public final Date getModifiedDateTime()
Gets the date and time when the drawing was modified.
public final CadCustomPropertyPackage getCustomProperties()
Gets the package containing custom metadata properties.