Package | Description |
---|---|
com.aspose.pdf |
The com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like
Document or indirectly through several
subpackages. |
com.aspose.pdf.tex |
Modifier and Type | Class and Description |
---|---|
class |
TeXMemoryOutputDirectory
Implements fetching an output stream from memory.
|
Modifier and Type | Method and Description |
---|---|
ITeXInputDirectory |
TeXLoadOptions.getInputDirectory()
Gets/sets TeX input directory.
|
ITeXInputDirectory |
TeXLoadOptions.getRequiredInputDirectory()
Gets/sets TeX requires input directory.
|
Modifier and Type | Method and Description |
---|---|
void |
TeXLoadOptions.setInputDirectory(ITeXInputDirectory value)
Gets/sets TeX input directory.
|
void |
TeXLoadOptions.setRequiredInputDirectory(ITeXInputDirectory value)
Gets/sets TeX requires input directory.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ITeXOutputDirectory
Interface of generalized TeX output directory.
|
Modifier and Type | Class and Description |
---|---|
class |
TeXFileSystemInputDirectory
Implements the regular file system's method for getting a file stream to read from.
|
class |
TeXFileSystemOutputDirectory
Implements the regular file system's method for getting a file stream to write to.
|
Copyright © 2023 Aspose. All Rights Reserved.