Package | Description |
---|---|
com.aspose.tex |
Modifier and Type | Class and Description |
---|---|
class |
OutputConsoleTerminal
Provides the console as a terminal output destination.
|
class |
OutputFileTerminal
Implements a terminal whose output is to be written to a file in some working directory.
|
class |
OutputMemoryTerminal
Provides a memory stream as a terminal output destination.
|
Modifier and Type | Method and Description |
---|---|
IOutputTerminal |
TeXOptions.getTerminalOut()
Gets the output terminal writer.
|
Modifier and Type | Method and Description |
---|---|
void |
TeXOptions.setTerminalOut(IOutputTerminal value)
Sets the output terminal writer.
|