| FigureRenderer | Implements rendering of some LaTeX compact content (supposed to fit one page) and then cropping it from the page. |
| FigureRendererOptions | Common options for rendering a LaTeX source code fragment. |
| FormatProvider | Class providing TeX format. |
| InputConsoleTerminal | Provides the console as a terminal input source. |
| InputFileSystemDirectory | Implements the regular file system’s method for getting a file stream to read from. |
| InputZipDirectory | Implements the method for getting a file stream to write to when working directory is a ZIP archive. |
| License | Provides methods to license the component. |
| MathRenderer | Implements rendering of math formula. |
| MathRendererOptions | Math formula common rendering options. |
| Metered | Provides methods to set metered key. |
| NondisposableInputStream | The class that encapsulates a stream that cannot be closed by calling the InputStream.close() method. |
| NondisposableOutputStream | The class that encapsulates a stream that cannot be closed by calling the OutputStream.close() method. |
| OutputConsoleTerminal | Provides the console as a terminal output destination. |
| OutputFileSystemDirectory | Implements the regular file system’s method for getting a file stream to write to. |
| OutputFileTerminal | Implements a terminal whose output is to be written to a file in some working directory. |
| OutputMemoryTerminal | Provides a memory stream as a terminal output destination. |
| OutputZipDirectory | Implements the method for getting a file stream to write to when working directory is a ZIP archive. |
| PngFigureRenderer | Implements rendering of some LaTeX compact content (supposed to fit one page) and then cropping it from the page as a PNG image. |
| PngFigureRendererOptions | Options for rendering a LaTeX source code fragment to PNG. |
| PngMathRenderer | Implements rendering of math formula to PNG. |
| PngMathRendererOptions | Math formula PNG rendering options. |
| Size2D | The Size2D class describes dimensions (w x h) . |
| Size2D.Float | The Float class defines dimensions specified in float coordinates. |
| SvgFigureRenderer | Implements rendering of some LaTeX compact content (supposed to fit one page) and then cropping it from the page as an SVG file. |
| SvgFigureRendererOptions | Options for rendering a LaTeX source code fragment to SVG. |
| SvgMathRenderer | Implements rendering of math formula to SVG. |
| SvgMathRendererOptions | Math formula SVG rendering options. |
| TeXConfig | Class providing available TeX configurations. |
| TeXExtension | Class defining constants to choose a TeX engine extension from. |
| TeXInputStream | The class that encapsulates TeX specific features of stream reading and associates the stream with its name. |
| TeXJob | Implements features of a TeX job. |
| TeXOptions | TeX file processing options class. |
| TeXOutputStream | The class that associates an output stream of a random nature with a name. |