TeXSaveOptions

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

ConstructorDescription
TeXSaveOptions()Initializes a new instance of the LaTeXSaveOptions class.

Methods

MethodDescription
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:

ParameterTypeDescription
valuejava.lang.StringString value

addFontEncs(String[] fontEncs)

public void addFontEncs(String[] fontEncs)

Adds a font ancoding to the font encoding list

Parameters:

ParameterTypeDescription
fontEncsjava.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:

ParameterTypeDescription
valueintint value