Package | Description |
---|---|
com.aspose.tex.rendering |
The com.aspose.tex.rendering package provides classes of available devices and save options that can be used while converting TeX(LaTeX) to other formats.
|
Modifier and Type | Method and Description |
---|---|
PdfTextCompression |
PdfSaveOptions.getTextCompression()
Specifies at which level in the document outline to display
ApsBookmark objects.
0 - not displayed.
1 at first level and so on. |
static PdfTextCompression |
PdfTextCompression.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfTextCompression[] |
PdfTextCompression.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfSaveOptions.setTextCompression(PdfTextCompression value)
Specifies at which level in the document outline to display
ApsBookmark objects.
0 - not displayed.
1 at first level and so on. |
Copyright © 2022 Aspose. All Rights Reserved.