Interface IDocumentExportOptions

All Superinterfaces:
IInitScriptProviderExportOptions
All Known Implementing Classes:
DocumentExportOptions, PdfExportOptions, PowerPointExportOptions

public interface IDocumentExportOptions extends IInitScriptProviderExportOptions
Defines document-specific export options.
  • Method Details

    • getAuthor

      String getAuthor()
      Document author. It will be displayed in the upper left corner
      Returns:
      Document author. It will be displayed in the upper left corner
    • setAuthor

      void setAuthor(String author)
      Document author. It will be displayed in the upper left corner
      Parameters:
      author - Document author. It will be displayed in the upper left corner
    • getCompany

      String getCompany()
      Company name displayed in the lower left corner
      Returns:
      Company name displayed in the lower left corner
    • setCompany

      void setCompany(String company)
      Company name displayed in the lower left corner
      Parameters:
      company - Company name displayed in the lower left corner
    • getIsLandscape

      boolean getIsLandscape()
      Indicates page orientation when exporting
      Returns:
      Indicates page orientation when exporting
    • setIsLandscape

      void setIsLandscape(boolean isLandscape)
      Indicates page orientation when exporting
      Parameters:
      isLandscape - Indicates page orientation when exporting
    • getLogo

      byte[] getLogo()
      Company logo displayed in the lower left corner. Only in the first page
      Returns:
      Company logo displayed in the lower left corner. Only in the first page
    • setLogo

      void setLogo(byte[] logo)
      Company logo displayed in the lower left corner. Only in the first page
      Parameters:
      logo - Company logo displayed in the lower left corner. Only in the first page
    • getColor

      int getColor()
      Color used for titles underlines
      Returns:
      Color used for titles underlines
    • setColor

      void setColor(int color)
      Color used for titles underlines
      Parameters:
      color - Color used for titles underlines