Package | Description |
---|---|
com.aspose.tex |
Modifier and Type | Interface and Description |
---|---|
interface |
IOutputWorkingDirectory
Interface of generalized output working directory.
|
Modifier and Type | Class and Description |
---|---|
class |
InputFileSystemDirectory
Implements the regular file system's method for getting a file stream to read from.
|
class |
InputZipDirectory
Implements the method for getting a file stream to write to when working directory is a ZIP archive.
|
class |
OutputFileSystemDirectory
Implements the regular file system's method for getting a file stream to write to.
|
class |
OutputZipDirectory
Implements the method for getting a file stream to write to when working directory is a ZIP archive.
|
Modifier and Type | Method and Description |
---|---|
IInputWorkingDirectory |
TeXOptions.getInputWorkingDirectory()
Gets input working directory.
|
IInputWorkingDirectory |
TeXOptions.getRequiredInputDirectory()
Gets the directory for the required input, e.g.,
packages that are beyond Aspose.TeX's LaTeX support.
|
Modifier and Type | Method and Description |
---|---|
void |
TeXOptions.setInputWorkingDirectory(IInputWorkingDirectory value)
Sets input working directory.
|
void |
TeXOptions.setRequiredInputDirectory(IInputWorkingDirectory value)
Sets the directory for the required input, e.g.,
packages that are beyond Aspose.TeX's LaTeX support.
|
Constructor and Description |
---|
FormatProvider(IInputWorkingDirectory workingDirectory,
String formatFileName)
Creates a new instance.
|