|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISummaryInfo
This interface enables you to get and set summary information for the report. This information includes: the author of the document, the document's subject, the document title, any comments the author of the report has added, keywords that describe the report, and whether or not a thumbnail image of the report is saved.
Method Summary | |
---|---|
java.lang.String |
getAuthor()
Returns the author's name. |
java.lang.String |
getComments()
Returns any comments the author of the report has added. |
boolean |
getIsSavingWithPreview()
Returns whether or not a thumbnail image of the report is to be saved. |
java.lang.String |
getKeywords()
Returns keywords that have been assigned to describe the report. |
java.lang.String |
getSubject()
Returns the subject that has been assigned to the report. |
java.lang.String |
getTitle()
Returns the title of the report. |
void |
setAuthor(java.lang.String author)
Sets the author's name. |
void |
setComments(java.lang.String comments)
Sets comments for the report. |
void |
setIsSavingWithPreview(boolean isSavingWithPreview)
Set whether or not a thumbnail image of the report is to be saved. |
void |
setKeywords(java.lang.String keywords)
Sets keywords to describe the report. |
void |
setSubject(java.lang.String subject)
Sets the subject for the report. |
void |
setTitle(java.lang.String title)
Sets the title of the report. |
Method Detail |
---|
java.lang.String getAuthor()
Returns the author's name.
String
.java.lang.String getComments()
Returns any comments the author of the report has added.
String
.boolean getIsSavingWithPreview()
Returns whether or not a thumbnail image of the report is to be saved.
true
if a preview is saved, and false
otherwise.java.lang.String getKeywords()
Returns keywords that have been assigned to describe the report.
String
.java.lang.String getSubject()
Returns the subject that has been assigned to the report.
String
.java.lang.String getTitle()
Returns the title of the report. This is not the same as the report's file name.
String
.void setAuthor(java.lang.String author)
Sets the author's name.
author
- The author's name as a String
.void setComments(java.lang.String comments)
Sets comments for the report.
comments
- The comments as a String
.void setIsSavingWithPreview(boolean isSavingWithPreview)
Set whether or not a thumbnail image of the report is to be saved.
isSavingWithPreview
- true
if a preview is saved, and false
otherwise.void setKeywords(java.lang.String keywords)
Sets keywords to describe the report.
keywords
- The keywords as a String
.void setSubject(java.lang.String subject)
Sets the subject for the report.
subject
- The subject as a String
.void setTitle(java.lang.String title)
Sets the title of the report. This is not the same as the report's file name.
title
- The title as a String
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |