Interface PrintOperationAction


public interface PrintOperationAction
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Export to a file.
    static final int
    Show the print preview.
    static final int
    Start to print without showing
    the print dialog, based on the current print settings.
    static final int
    Show the print dialog.
  • Field Details

    • PRINT

      static final int PRINT
      Start to print without showing
      the print dialog, based on the current print settings.
      See Also:
    • PREVIEW

      static final int PREVIEW
      Show the print preview.
      See Also:
    • EXPORT

      static final int EXPORT
      Export to a file. This requires
      the export-filename property to be set.
      See Also: