Aspose.TeX.Plugins
Contents
[
Hide
]The Aspose.TeX.Plugins provides classes related to plugins.
Classes
Class | Description |
---|---|
FigureRendererPlugin | The Figure Renderer plugin class. The example shows how to render a LaTeX fragment in PNG. |
FigureRendererPluginOptions | The options for the FigureRendererPlugin . |
FigureRendererPluginResult | The Figure Renderer plugin’s common result. |
MathRendererPlugin | MathRenderer plugin class. The example shows how to render a LaTeX formula in PNG. |
MathRendererPluginOptions | The options for the MathRendererPlugin . |
MathRendererPluginResult | The Math Renderer 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 load and 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. |
Enumeration
Enumeration | Description |
---|---|
DataType | Enumerates available data types for plugins I/O. |