MathRendererPluginOptions

Inheritance: java.lang.Object, com.aspose.tex.FigureRendererOptions, com.aspose.tex.MathRendererOptions

All Implemented Interfaces: com.aspose.tex.plugins.IPluginOptions

public abstract class MathRendererPluginOptions extends MathRendererOptions implements IPluginOptions

The options for the Math Renderer plugin.

Methods

MethodDescription
getInputDataCollection()Gets the collection of data sources.
addInputDataSource(IDataSource dataSource)Adds a new data source to the collection.
getOutputDataCollection()Gets the collection of targets for saving operation results.
addOutputDataTarget(IDataSource dataTarget)Adds a new input data target to the collection.
getOperationName()Returns the operation name.

getInputDataCollection()

public List<IDataSource> getInputDataCollection()

Gets the collection of data sources.

Returns: java.util.List<com.aspose.tex.plugins.IDataSource> - The collection of data sources.

addInputDataSource(IDataSource dataSource)

public void addInputDataSource(IDataSource dataSource)

Adds a new data source to the collection.

Parameters:

ParameterTypeDescription
dataSourceIDataSourceThe data source.

getOutputDataCollection()

public List<IDataSource> getOutputDataCollection()

Gets the collection of targets for saving operation results.

Returns: java.util.List<com.aspose.tex.plugins.IDataSource> - The collection of targets for saving operation results.

addOutputDataTarget(IDataSource dataTarget)

public void addOutputDataTarget(IDataSource dataTarget)

Adds a new input data target to the collection.

Parameters:

ParameterTypeDescription
dataTargetIDataSourceThe data target.

getOperationName()

public String getOperationName()

Returns the operation name.

Returns: java.lang.String - The operation name.