Aspose.TeX.Plugins

The Aspose.TeX.Plugins is a root namespace for all classes of Aspose.TeX.Plugins classes.

Classes

ClassDescription
FigureRendererPluginThe Figure Renderer plugin class. The example shows how to render a LaTeX fragment in PNG.
FigureRendererPluginOptionsThe options for the FigureRendererPlugin.
FigureRendererPluginResultThe Figure Renderer plugin’s common result.
MathRendererPluginMathRenderer plugin class. The example shows how to render a LaTeX formula in PNG.
MathRendererPluginOptionsThe options for the MathRendererPlugin.
MathRendererPluginResultThe Math Renderer plugin’s common result.
PngFigureRendererPluginOptionsThe Figure Renderer plugin’s options to render a LaTeX figure in PNG.
PngMathRendererPluginOptionsThe Math Renderer plugin’s options to render a math formula in PNG.
ResultContainerThe plugin execution result container.
StreamDataSourceThe stream data source for plugin’s load and save operations.
StringDataSourceThe string data source for plugin’s load operations.
SvgFigureRendererPluginOptionsThe Figure Renderer plugin’s options to render a LaTeX figure in SVG.
SvgMathRendererPluginOptionsThe Math Renderer plugin’s options to render a math formula in SVG.

Interfaces

InterfaceDescription
IDataSourceThe general data source interface.
IOperationResultThe general operation result interface.
IPluginThe general plugin interface.
IPluginOptionsThe general plugin options interface.

Enumeration

EnumerationDescription
DataTypeEnumerates available data types for plugins I/O.