Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents the FormatTool in the app.
The FormatTool is on the right of the app. It offers many buttons and dialogs to control the state of text, path, annot and so on. To get the FormatTool, please use:

Foxit.ReaderApp.getFormatTool();

Hierarchy

  • FormatTool

Index

Methods

close

  • close(): Promise<void>
  • Close the FormatTool.

    Returns Promise<void>

disable

  • disable(): Promise<void>
  • Disable the FormatTool, and all buttons in the FormatTool will be disabled.

    Returns Promise<void>

enable

  • enable(): Promise<void>
  • Enable the FormatTool.

    Returns Promise<void>

isEnabled

  • isEnabled(): Promise<boolean>
  • Check the FormatTool is enable.

    Returns Promise<boolean>

isShow

  • isShow(): Promise<boolean>
  • Get if the FormatTool is showing or not.

    Returns Promise<boolean>

show

  • show(): Promise<void>
  • Show the FormatTool. It will appears on the right of the window.

    Returns Promise<void>