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.
|
com.aspose.latex.converter.latex2aps.IResourceLoadingCallback |
getResourceLoadingCallback()
Resource loading callback.
|
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 |
setResourceLoadingCallback(com.aspose.latex.converter.latex2aps.IResourceLoadingCallback value)
Resource loading callback.
|
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 com.aspose.latex.converter.latex2aps.IResourceLoadingCallback getResourceLoadingCallback()
Resource loading callback.
public void setResourceLoadingCallback(com.aspose.latex.converter.latex2aps.IResourceLoadingCallback value)
Resource loading callback.
value
- IResourceLoadingCallback objectpublic 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 © 2017 Aspose. All Rights Reserved.