|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.report.saveLoad.StiDocument
public class StiDocument
Describes the class that is used for for storing a rendered report.
Field Summary |
---|
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
---|
REFERENCE_EMPTY, REFERENCE_REPORT |
Constructor Summary | |
---|---|
StiDocument()
|
|
StiDocument(StiReport report)
Creates a new object of the type StiDocument. |
Method Summary | |
---|---|
StiBookmark |
getBookmark()
Gets or sets the root bookmark of a document. |
StiPagesCollection |
getPages()
Gets collection of rendered report pages. |
StiReport |
getReport()
Gets or sets the report which rendered pages are used for rendering of a document. |
java.lang.String |
getReportAlias()
Gets or sets a report alias. |
java.lang.String |
getReportAuthor()
Gets or sets a report author. |
java.util.Calendar |
getReportCreated()
Gets or sets the date of the report creation. |
java.lang.String |
getReportDescription()
Gets or sets a report description. |
java.lang.String |
getReportName()
Gets or sets a report name. |
java.lang.String |
getReportVersion()
Gets or sets version a report engine. |
StiResourcesCollection |
getResources()
Gets collection of variables of report. |
StiStylesCollection |
getStyles()
|
StiUnit |
getUnit()
|
StiVariablesCollection |
getVariables()
Gets collection of variables of report. |
void |
setBookmark(StiBookmark value)
|
void |
setPages(StiPagesCollection pagesCollection)
|
void |
setReport(StiReport value)
|
void |
setReportAlias(java.lang.String value)
|
void |
setReportAuthor(java.lang.String value)
|
void |
setReportCreated(java.util.Calendar value)
|
void |
setReportDescription(java.lang.String value)
|
void |
setReportName(java.lang.String value)
|
void |
setReportVersion(java.lang.String value)
|
void |
setResources(StiResourcesCollection resources)
|
void |
setStyles(StiStylesCollection styles)
|
void |
setUnit(StiUnit value)
|
void |
setVariables(StiVariablesCollection value)
|
Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject |
---|
cleanReference, getReference, setReference |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StiDocument()
public StiDocument(StiReport report)
report
- Rendered report.Method Detail |
---|
public final java.lang.String getReportName()
public final void setReportName(java.lang.String value)
public final java.lang.String getReportAlias()
public final void setReportAlias(java.lang.String value)
public final java.lang.String getReportAuthor()
public final void setReportAuthor(java.lang.String value)
public final java.lang.String getReportVersion()
public final void setReportVersion(java.lang.String value)
public final java.lang.String getReportDescription()
public final void setReportDescription(java.lang.String value)
public final java.util.Calendar getReportCreated()
public final void setReportCreated(java.util.Calendar value)
public final StiUnit getUnit()
public final void setUnit(StiUnit value)
public final StiPagesCollection getPages()
public final void setPages(StiPagesCollection pagesCollection)
public final StiVariablesCollection getVariables()
public final StiResourcesCollection getResources()
public void setResources(StiResourcesCollection resources)
public final void setVariables(StiVariablesCollection value)
public final StiBookmark getBookmark()
public final void setBookmark(StiBookmark value)
public final StiStylesCollection getStyles()
public void setStyles(StiStylesCollection styles)
public final StiReport getReport()
public final void setReport(StiReport value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |