public interface ISummaryInfo
The Cad SummaryInfo interface.
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Gets or sets the author.
|
String |
getComments()
Gets or sets the comments.
|
Date |
getCreateDateTime()
The date/time of drawing creation.
|
double |
getEditingTime()
The cumulative editing time for this drawing.
|
String |
getHyperlinkBase()
Gets or sets the hyperlink base.
|
String |
getKeywords()
Gets or sets the keywords.
|
String |
getLastSavedBy()
Gets or sets the last saved by.
|
Date |
getModifiedDateTime()
The date/time of the last update/save.
|
String |
getRevisionNumber()
Gets or sets the revision number.
|
String |
getSubject()
Gets or sets the subject.
|
String |
getTitle()
Gets or sets the title.
|
String getTitle()
Gets or sets the title.
String getSubject()
Gets or sets the subject.
String getAuthor()
Gets or sets the author.
String getKeywords()
Gets or sets the keywords.
String getComments()
Gets or sets the comments.
String getLastSavedBy()
Gets or sets the last saved by.
String getRevisionNumber()
Gets or sets the revision number.
String getHyperlinkBase()
Gets or sets the hyperlink base.
double getEditingTime()
The cumulative editing time for this drawing.
Date getCreateDateTime()
The date/time of drawing creation.
Date getModifiedDateTime()
The date/time of the last update/save.