TeXSaveOptions
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.pdf.SaveOptions, com.aspose.pdf.UnifiedSaveOptions
public class TeXSaveOptions extends UnifiedSaveOptions
Save options for export to TeX format
Constructors
| Constructor | Description |
|---|---|
| TeXSaveOptions() | Initializes a new instance of the LaTeXSaveOptions class. |
Methods
| Method | Description |
|---|---|
| getOutDirectoryPath() | Property for _outDirectoryPath parameter. |
| setOutDirectoryPath(String value) | Property for _outDirectoryPath parameter. |
| addFontEncs(String[] fontEncs) | Adds a font ancoding to the font encoding list |
| clearFontEncs() | Clears fonts encodings list |
| getPagesCount() | Get pages count |
| setPagesCount(int value) | Set pages count |
TeXSaveOptions()
public TeXSaveOptions()
Initializes a new instance of the LaTeXSaveOptions class.
getOutDirectoryPath()
public String getOutDirectoryPath()
Property for _outDirectoryPath parameter.
Returns: java.lang.String - String value
setOutDirectoryPath(String value)
public void setOutDirectoryPath(String value)
Property for _outDirectoryPath parameter.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | String value |
addFontEncs(String[] fontEncs)
public void addFontEncs(String[] fontEncs)
Adds a font ancoding to the font encoding list
Parameters:
| Parameter | Type | Description |
|---|---|---|
| fontEncs | java.lang.String[] | Fonts to encodings list |
clearFontEncs()
public void clearFontEncs()
Clears fonts encodings list
getPagesCount()
public int getPagesCount()
Get pages count
Returns: int - int value
setPagesCount(int value)
public void setPagesCount(int value)
Set pages count
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | int value |