com.groupdocs.viewer.options

Class ArchiveOptions



  • public class ArchiveOptions
    extends Object

    Provides options for rendering archive files.

    • Constructor Detail

      • ArchiveOptions

        public ArchiveOptions()
    • Method Detail

      • getFileName

        public FileName getFileName()
        The filename to display in the header. By default the name of the source file is displayed.
        Returns:
        The filename
      • getFolder

        public final String getFolder()

        The folder inside the archive to be rendered.

      • getItemsPerPage

        public int getItemsPerPage()
        Number of records per page (for rendering to HTML only)
      • setFileName

        public void setFileName(FileName mFileName)
        The filename to display in the header. By default the name of the source file is displayed.
        Parameters:
        mFileName - The filename
      • setFolder

        public final void setFolder(String value)

        The folder inside the archive to be rendered.

      • setItemsPerPage

        public void setItemsPerPage(int itemsPerPage)
        Number of records per page (for rendering to HTML only)