com.aspose.page.plugins
Contents
[
Hide
]The com.aspose.page.plugins contains interfaces and classes common for all Aspose.Page plugins.
Classes
Class | Description |
---|---|
ByteArrayDataSource | |
ByteArrayResult | Represents operation result in the form of the bytes array. |
DataType | Represents possible types of data for plugin processing. |
FileDataSource | Represents file data source for load and save operations of a plugin. |
FileResult | Represents operation result in the form of string path to file. |
PluginExceptionMessages | This class represents a storage for messages used in thrown exceptions from plugins. |
ResultContainer | Represents container that contains the result collection of processing the plugin. |
StreamDataSource | Represents stream data source for load and save operations of a plugin. |
StreamResult | Represents operation result in the form of Stream. |
StringResult | Represents operation result in the form of string. |
Interfaces
Interface | Description |
---|---|
IDataContainer | General data container interface that defines common methods that concrete data container (plugin options) should implement. |
IDataSource | General data source interface that defines common members that concrete data sources should implement. |
IOperationResult | General operation result interface that defines common methods that concrete plugin operation result should implement. |
IPlugin | General plugin interface that defines common methods that concrete plugin should implement. |
IPluginOptions | General plugin option interface that defines common methods that concrete plugin option should implement. |
ISaveInstruction | General save instruction interface that defines common members that concrete plugin option should implement. |
Enumerations
Enum | Description |
---|---|
Plugin | Represents possible plugins. |