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