com.stimulsoft.report.saveLoad
Class StiDocumentSLService

java.lang.Object
  extended by com.stimulsoft.report.saveLoad.StiSLService
      extended by com.stimulsoft.report.saveLoad.StiDocumentSLService
Direct Known Subclasses:
StiEncryptedDocumentSLService, StiPackedDocumentSLService, StiXmlDocumentSLService

public abstract class StiDocumentSLService
extends StiSLService

Abstratct document save/load service Copyright Stimulsoft


Constructor Summary
StiDocumentSLService()
           
 
Method Summary
abstract  boolean getMultiplePages()
          If the provider handles with multitude of files then true.
 
Methods inherited from class com.stimulsoft.report.saveLoad.StiSLService
getDocumentSLServices, getFilter, save
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiDocumentSLService

public StiDocumentSLService()
Method Detail

getMultiplePages

public abstract boolean getMultiplePages()
If the provider handles with multitude of files then true. If does not then false.

Returns: