ISaveInstruction

public interface ISaveInstruction

General save instruction interface that defines common members that concrete plugin option should implement.

Methods

MethodDescription
addSaveDataSource(IDataSource saveDataSource)Adds new result save target
getSaveTargetsCollection()Gets the collection of added targets (file or stream data sources) for saving operation results.

addSaveDataSource(IDataSource saveDataSource)

public abstract void addSaveDataSource(IDataSource saveDataSource)

Adds new result save target

Parameters:

ParameterTypeDescription
saveDataSourceIDataSourceTarget (file or stream data source) for saving operation results.

getSaveTargetsCollection()

public abstract List<IDataSource> getSaveTargetsCollection()

Gets the collection of added targets (file or stream data sources) for saving operation results.

Returns: java.util.List<com.aspose.page.plugins.IDataSource>