Package | Description |
---|---|
com.aspose.tex |
The com.aspose.tex is a root package for all classes that deal with TeX files.
|
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 |
---|---|
SaveOptions |
TeXOptions.getSaveOptions()
Gets options used for rendering into destination format (XPS, PDF, image, etc.).
|
Modifier and Type | Method and Description |
---|---|
void |
TeXOptions.setSaveOptions(SaveOptions value)
Sets options used for rendering into destination format (XPS, PDF, image, etc.).
|
Modifier and Type | Class and Description |
---|---|
class |
BmpSaveOptions
Class representing options of saving to bitmap image.
|
class |
ImageSaveOptions
Basic class for XPS-as-image saving options.
|
class |
JpegSaveOptions
Class representing options of saving to JPEG image.
|
class |
PdfSaveOptions
Class representing options of saving to PDF.
|
class |
PngSaveOptions
Class representing options of saving to PNG image.
|
class |
SvgSaveOptions
Class representing options of saving to SVG.
|
class |
TiffSaveOptions
Class representing options of saving to TIFF image.
|
class |
XpsSaveOptions
Class representing options of saving to XPS.
|
Copyright © 2022 Aspose. All Rights Reserved.