com.aspose.tex

The com.aspose.tex is the root package for all classes that deal with TeX files and TeX source code.

Classes

ClassDescription
FigureRendererImplements rendering of some LaTeX compact content (supposed to fit one page) and then cropping it from the page.
FigureRendererOptionsCommon options for rendering a LaTeX source code fragment.
FormatProviderClass providing TeX format.
InputConsoleTerminalProvides the console as a terminal input source.
InputFileSystemDirectoryImplements the regular file system’s method for getting a file stream to read from.
InputZipDirectoryImplements the method for getting a file stream to write to when working directory is a ZIP archive.
LicenseProvides methods to license the component.
MathRendererImplements rendering of math formula.
MathRendererOptionsMath formula common rendering options.
MeteredProvides methods to set metered key.
NondisposableInputStreamThe class that encapsulates a stream that cannot be closed by calling the InputStream.close() method.
NondisposableOutputStreamThe class that encapsulates a stream that cannot be closed by calling the OutputStream.close() method.
OutputConsoleTerminalProvides the console as a terminal output destination.
OutputFileSystemDirectoryImplements the regular file system’s method for getting a file stream to write to.
OutputFileTerminalImplements a terminal whose output is to be written to a file in some working directory.
OutputMemoryTerminalProvides a memory stream as a terminal output destination.
OutputZipDirectoryImplements the method for getting a file stream to write to when working directory is a ZIP archive.
PngFigureRendererImplements rendering of some LaTeX compact content (supposed to fit one page) and then cropping it from the page as a PNG image.
PngFigureRendererOptionsOptions for rendering a LaTeX source code fragment to PNG.
PngMathRendererImplements rendering of math formula to PNG.
PngMathRendererOptionsMath formula PNG rendering options.
Size2DThe Size2D class describes dimensions (w x h) .
Size2D.FloatThe Float class defines dimensions specified in float coordinates.
SvgFigureRendererImplements rendering of some LaTeX compact content (supposed to fit one page) and then cropping it from the page as an SVG file.
SvgFigureRendererOptionsOptions for rendering a LaTeX source code fragment to SVG.
SvgMathRendererImplements rendering of math formula to SVG.
SvgMathRendererOptionsMath formula SVG rendering options.
TeXConfigClass providing available TeX configurations.
TeXExtensionClass defining constants to choose a TeX engine extension from.
TeXInputStreamThe class that encapsulates TeX specific features of stream reading and associates the stream with its name.
TeXJobImplements features of a TeX job.
TeXOptionsTeX file processing options class.
TeXOutputStreamThe class that associates an output stream of a random nature with a name.

Interfaces

InterfaceDescription
IFileCollectorDefines methods for selecting collections of files.
IFileTerminalInterface of terminals which actually are files.
IInputTerminalInterface for abstract input terminal.
IInputWorkingDirectoryInterface of generalized input working directory.
IOutputTerminalInterface for abstract output terminal.
IOutputWorkingDirectoryInterface of generalized output working directory.
IRasterRendererOptionsThe interface that defines properties of a raster image renderer.

Enumerations

EnumDescription
InteractionRepresents increasing amounts of user interaction.
TeXJobResultLists possible results of a TeX job.