Package com.stimulsoft.report.saveLoad
Class StiPackedDocumentSLService
java.lang.Object
com.stimulsoft.report.saveLoad.StiSLService
com.stimulsoft.report.saveLoad.StiDocumentSLService
com.stimulsoft.report.saveLoad.StiPackedDocumentSLService
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a filter for the provider.booleanIf the provider handles with multitude of files then true.voidsave(StiReport report, OutputStream stream) Saves a document in the stream.Methods inherited from class com.stimulsoft.report.saveLoad.StiSLService
getDictionarySLServices, getDocumentSLServices
-
Constructor Details
-
StiPackedDocumentSLService
public StiPackedDocumentSLService()
-
-
Method Details
-
save
Saves a document in the stream.- Specified by:
savein classStiSLService- Parameters:
report- Rendered for saving.stream- Stream to save documents.- Throws:
IOException
-
getFilter
Returns a filter for the provider.- Specified by:
getFilterin classStiSLService- Returns:
- String with filter.
-
getMultiplePages
public boolean getMultiplePages()Description copied from class:StiDocumentSLServiceIf the provider handles with multitude of files then true. If does not then false.- Specified by:
getMultiplePagesin classStiDocumentSLService- Returns:
-