public class SummaryInfoData extends Object implements ISummaryInfo
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.
|
Date |
getCreateDateTime()
Gets the create date time.
|
double |
getEditingTime()
Gets 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.
|
Date |
getModifiedDateTime()
Gets the modified date time.
|
String |
getRevisionNumber()
Gets or sets the revision number.
|
String |
getSubject()
Gets or sets the subject.
|
String |
getTitle()
Gets or sets the title.
|
void |
setAuthor(String value)
Gets or sets the author.
|
void |
setComments(String value)
Gets or sets the comments.
|
void |
setCreateDateTime(Date value)
Gets the create date time.
|
void |
setEditingTime(double value)
Sets the editing time.
|
void |
setHyperlinkBase(String value)
Gets or sets the hyperlink base.
|
void |
setKeywords(String value)
Gets or sets the keywords.
|
void |
setLastSavedBy(String value)
Gets or sets the last saved by.
|
void |
setModifiedDateTime(Date value)
Gets the modified date time.
|
void |
setRevisionNumber(String value)
Gets or sets the revision number.
|
void |
setSubject(String value)
Gets or sets the subject.
|
void |
setTitle(String value)
Gets or sets the title.
|
public final String getTitle()
Gets or sets the title.
getTitle in interface ISummaryInfopublic final void setTitle(String value)
Gets or sets the title.
value - The title.public final String getSubject()
Gets or sets the subject.
getSubject in interface ISummaryInfopublic final void setSubject(String value)
Gets or sets the subject.
value - The subject.public final String getAuthor()
Gets or sets the author.
getAuthor in interface ISummaryInfopublic final void setAuthor(String value)
Gets or sets the author.
value - The author.public final String getKeywords()
Gets or sets the keywords.
getKeywords in interface ISummaryInfopublic final void setKeywords(String value)
Gets or sets the keywords.
value - The keywords.public final String getComments()
Gets or sets the comments.
getComments in interface ISummaryInfopublic final void setComments(String value)
Gets or sets the comments.
value - The comments.public final String getLastSavedBy()
Gets or sets the last saved by.
getLastSavedBy in interface ISummaryInfopublic final void setLastSavedBy(String value)
Gets or sets the last saved by.
value - The last saved by.public final String getRevisionNumber()
Gets or sets the revision number.
getRevisionNumber in interface ISummaryInfopublic final void setRevisionNumber(String value)
Gets or sets the revision number.
value - The revision number.public final String getHyperlinkBase()
Gets or sets the hyperlink base.
getHyperlinkBase in interface ISummaryInfopublic final void setHyperlinkBase(String value)
Gets or sets the hyperlink base.
value - The hyperlink base.public final double getEditingTime()
Gets the editing time.
getEditingTime in interface ISummaryInfopublic final void setEditingTime(double value)
Sets the editing time.
Value: The editing time.public final Date getCreateDateTime()
Gets the create date time.
getCreateDateTime in interface ISummaryInfopublic final void setCreateDateTime(Date value)
Gets the create date time.
Value: The create date time.public final Date getModifiedDateTime()
Gets the modified date time.
getModifiedDateTime in interface ISummaryInfopublic final void setModifiedDateTime(Date value)
Gets the modified date time.
Value: The modified date time.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.