Interface SaveAsPdfCallback.Params

Enclosing interface:
SaveAsPdfCallback

public static interface SaveAsPdfCallback.Params
The parameters of the SaveAsPdfCallback.
  • Method Summary

    Modifier and Type
    Method
    Description
    default Path
    Returns an absolute path to the directory where the target PDF file is suggested to be saved.
    default String
    Returns a string that represents the suggested name of the target PDF file.
  • Method Details

    • suggestedFileName

      default String suggestedFileName()
      Returns a string that represents the suggested name of the target PDF file.
    • suggestedDirectory

      default Path suggestedDirectory()
      Returns an absolute path to the directory where the target PDF file is suggested to be saved.