com.aspose.tex.plugins
Contents
[
Hide
]The com.aspose.tex.plugins package provides metered plugins and supplementary classes.
Classes
Class | Description |
---|---|
FigureRendererPlugin | The Figure Renderer plugin class. |
FigureRendererPluginOptions | The options for the Figure Renderer plugin. |
FigureRendererPluginResult | The Figure Renderer plugin’s common result. |
MathRendererPlugin | MathRenderer plugin class. |
MathRendererPluginOptions | The options for the Math Renderer plugin. |
MathRendererPluginResult | The MathRenderer plugin’s common result. |
PngFigureRendererPluginOptions | The Figure Renderer plugin’s options to render a LaTeX figure in PNG. |
PngMathRendererPluginOptions | The Math Renderer plugin’s options to render a math formula in PNG. |
ResultContainer | The plugin execution result container. |
StreamDataSource | The stream data source for plugin’s save operations. |
StringDataSource | The string data source for plugin’s load operations. |
SvgFigureRendererPluginOptions | The Figure Renderer plugin’s options to render a LaTeX figure in SVG. |
SvgMathRendererPluginOptions | The Math Renderer plugin’s options to render a math formula in SVG. |
Interfaces
Interface | Description |
---|---|
IDataSource | The general data source interface. |
IOperationResult | The general operation result interface. |
IPlugin | The general plugin interface. |
IPluginOptions | The general plugin options interface. |
Enumerations
Enum | Description |
---|---|
DataType | Enumerates available data types for plugins I/O. |