public final class LatexLoadOptions extends LoadOptions
Represents options for loading/importing TeX file into PDF document.
LoadOptions.MarginsAreaUsageModes, LoadOptions.PageSizeAdjustmentModes, LoadOptions.ResourceLoadingResult, LoadOptions.ResourceLoadingStrategy
Constructor and Description |
---|
LatexLoadOptions()
Creates default load options for converting TeX file into PDF document.
|
Modifier and Type | Method and Description |
---|---|
String |
getMathFontName()
Gets name of the font used for rendering math formulas.
|
String |
getSpecSymbolsFontName()
Gets name of the font used for rendering special symbols, e.g.
|
String |
getTextFontName()
Gets name of the font used for rendering math formulas.
|
IWarningCallback |
getWarningCallback()
Gets callback object for info/errors notification.
|
void |
setMathFontName(String value) |
void |
setSpecSymbolsFontName(String value)
Sets name of the font used for rendering special symbols, e.g.
|
void |
setTextFontName(String value)
Sets name of the font used for rendering math formulas.
|
void |
setWarningCallback(IWarningCallback value)
Sets callback object for info/errors notification.
|
getLoadFormat, getWarningHandler, setWarningHandler
public LatexLoadOptions()
Creates default load options for converting TeX file into PDF document.
public String getTextFontName()
Gets name of the font used for rendering math formulas.
public void setTextFontName(String value)
Sets name of the font used for rendering math formulas.
value
- String valuepublic IWarningCallback getWarningCallback()
Gets callback object for info/errors notification.
public void setWarningCallback(IWarningCallback value)
Sets callback object for info/errors notification.
value
- IWarningCallback valuepublic String getMathFontName()
Gets name of the font used for rendering math formulas.
public void setMathFontName(String value)
public String getSpecSymbolsFontName()
Gets name of the font used for rendering special symbols, e.g. \sigma, \textbraceright, \vdots, etc.
public void setSpecSymbolsFontName(String value)
Sets name of the font used for rendering special symbols, e.g. \sigma, \textbraceright, \vdots, etc.
value
- String valueCopyright © 2016 Aspose. All Rights Reserved.