| Package | Description |
|---|---|
| com.aspose.eps.plugins |
The
<b>com.aspose.eps.plugins</b> contains EPS plugins classes. |
| com.aspose.page.plugins |
The
<b>com.aspose.page.plugins</b> contains interfaces and classes common for all Aspose.Page plugins. |
| com.aspose.xps.plugins |
The
<b>com.aspose.xps.plugins</b> contains XPS plugins classes. |
| Modifier and Type | Method and Description |
|---|---|
List<IDataSource> |
PsConverterOptions.getDataCollection()
Returns PsConverterOptions plugin data collection.
|
List<IDataSource> |
PsConverterOptions.getSaveTargetsCollection()
Gets collection of added targets for saving operation results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PsConverterOptions.addDataSource(IDataSource dataSource)
Adds new data source to the PsConverter plugin data collection.
|
void |
PsConverterOptions.addSaveDataSource(IDataSource saveDataSource)
Adds new data source to the PsConverterOptions plugin data collection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayDataSource |
class |
FileDataSource
Represents file data source for load and save operations of a plugin.
|
class |
StreamDataSource
Represents stream data source for load and save operations of a plugin.
|
| Modifier and Type | Method and Description |
|---|---|
List<IDataSource> |
IDataContainer.getDataCollection()
Gets collection of data sources
|
List<IDataSource> |
ISaveInstruction.getSaveTargetsCollection()
Gets the collection of added targets (file or stream data sources) for saving operation results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IDataContainer.addDataSource(IDataSource dataSource)
Adds new data source to the collection
|
void |
ISaveInstruction.addSaveDataSource(IDataSource saveDataSource)
Adds new result save target
|
| Modifier and Type | Method and Description |
|---|---|
List<IDataSource> |
XpsConverterOptions.getDataCollection()
Returns XpsConverterOptions plugin data collection.
|
List<IDataSource> |
XpsConverterOptions.getSaveTargetsCollection()
Gets collection of added targets for saving operation results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XpsConverterOptions.addDataSource(IDataSource dataSource)
Adds new data source to the XpsConverter plugin data collection.
|
void |
XpsConverterOptions.addSaveDataSource(IDataSource saveDataSource)
Adds new data source to the XpsConverterOptions plugin data collection.
|
Copyright © 2025 Aspose. All Rights Reserved.