<b>com.aspose.page.plugins</b> contains interfaces and classes common for all Aspose.Page plugins.See: Description
| 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.
|
| 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.
|
| Enum | Description |
|---|---|
| Plugin |
Represents possible plugins.
|
The <b>com.aspose.page.plugins</b> contains interfaces and classes common for all Aspose.Page plugins.
Copyright © 2025 Aspose. All Rights Reserved.