com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class LaTeXSaveOptions



  • public class LaTeXSaveOptions
    extends UnifiedSaveOptions

    Save options for export to TeX format

    • Constructor Detail

      • LaTeXSaveOptions

        public LaTeXSaveOptions()

        Initializes a new instance of the LaTeXSaveOptions class.

    • Method Detail

      • getOutDirectoryPath

        public String getOutDirectoryPath()

        Property for _outDirectoryPath parameter.

        Returns:
        String value
      • setOutDirectoryPath

        public void setOutDirectoryPath(String value)

        Property for _outDirectoryPath parameter.

        Parameters:
        value - String value
      • addFontEncs

        public void addFontEncs(String... fontEncs)
        Adds a font ancoding to the font encoding list
        Parameters:
        fontEncs - Fonts to encodings list
      • clearFontEncs

        public void clearFontEncs()
        Clears fonts encodings list
      • getPagesCount

        public int getPagesCount()
        Get pages count
        Returns:
        int value
      • setPagesCount

        public void setPagesCount(int value)
        Set pages count
        Parameters:
        value - int value