public class SummaryInfoData extends Object
SummaryInfoData class
| Constructor and Description |
|---|
SummaryInfoData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
Gets or sets the author.
|
String |
getComments()
Gets or sets the comments.
|
long |
getCreateDateTime()
The create date time
|
com.aspose.ms.System.Collections.Generic.Dictionary<String,String> |
getCustomProperties()
Gets or sets the custom properties.
|
long |
getEditingTime()
The editing time
|
String |
getHyperlinkBase()
Gets or sets the hyperlink base.
|
String |
getKeywords()
Gets or sets the keywords.
|
String |
getLastSavedBy()
Gets or sets the last saved by.
|
long |
getModifiedDateTime()
The modified date time
|
String |
getRevisionNumber()
Gets or sets the revision number.
|
String |
getSubjects()
Gets or sets the subjects.
|
String |
getTitle()
Gets or sets the title.
|
public final String getTitle()
Gets or sets the title.
public final String getSubjects()
Gets or sets the subjects.
public final String getAuthor()
Gets or sets the author.
public final String getKeywords()
Gets or sets the keywords.
public final String getComments()
Gets or sets the comments.
public final String getLastSavedBy()
Gets or sets the last saved by.
public final String getRevisionNumber()
Gets or sets the revision number.
public final String getHyperlinkBase()
Gets or sets the hyperlink base.
public final com.aspose.ms.System.Collections.Generic.Dictionary<String,String> getCustomProperties()
Gets or sets the custom properties.
public final long getEditingTime()
The editing time
public final long getCreateDateTime()
The create date time
public final long getModifiedDateTime()
The modified date time