com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class LatexLoadOptions



  • public final class LatexLoadOptions
    extends LoadOptions

    Represents options for loading/importing TeX file into PDF document.

    • Constructor Detail

      • LatexLoadOptions

        public LatexLoadOptions()

        Creates default load options for converting TeX file into PDF document.

    • Method Detail

      • getTextFontName

        public String getTextFontName()

        Gets name of the font used for rendering math formulas.

        Returns:
        String value
      • setTextFontName

        public void setTextFontName(String value)

        Sets name of the font used for rendering math formulas.

        Parameters:
        value - String value
      • getResourceLoadingCallback

        public IResourceLoadingCallback getResourceLoadingCallback()

        Resource loading callback.

        Returns:
        IResourceLoadingCallback object
      • setResourceLoadingCallback

        public void setResourceLoadingCallback(IResourceLoadingCallback value)

        Resource loading callback.

        Parameters:
        value - IResourceLoadingCallback object
      • getWarningCallback

        public WarningCallback getWarningCallback()

        Gets callback object for info/errors notification.

        Returns:
        IWarningCallback value
      • setWarningCallback

        public void setWarningCallback(WarningCallback value)

        Sets callback object for info/errors notification.

        Parameters:
        value - IWarningCallback value
      • getMathFontName

        public String getMathFontName()

        Gets name of the font used for rendering math formulas.

        Returns:
        String value
      • setMathFontName

        public void setMathFontName(String value)
      • getSpecSymbolsFontName

        public String getSpecSymbolsFontName()

        Gets name of the font used for rendering special symbols, e.g. \sigma, \textbraceright, \vdots, etc.

        Returns:
        String value
      • setSpecSymbolsFontName

        public void setSpecSymbolsFontName(String value)

        Sets name of the font used for rendering special symbols, e.g. \sigma, \textbraceright, \vdots, etc.

        Parameters:
        value - String value
      • getUseTempFile

        public final boolean getUseTempFile()

        Sets/Gets the value indicating whether the LaTeX parser should save normalized content into a temp file or into memory.

        Returns:
        boolean value
      • setUseTempFile

        public final void setUseTempFile(boolean value)

        Sets/Gets the value indicating whether the LaTeX parser should save normalized content into a temp file or into memory.

        Parameters:
        value - boolean value