FoxitPDFSDKforWeb v11.0.1
Foxit PDF SDK for Web
|
Classes | |
class | IContextMenu |
This is an abstract contextmenu class. The various behaviors of the user-customized contextmenu can be encapsulated in its subclasses, and then its subclasses should be created in the XViewerUI::createContextMenu to complete the contextmenu customization.. More... | |
class | IDateTimePicker |
An abstract class for implementing a date and time picker component. . More... | |
class | IFloatingTooltip |
An abstract class used to implement floating box components displayed after text selection or other operations. More... | |
interface | ISignatureUI |
Defines the interface for managing signature-related UI elements in document viewer applications. More... | |
interface | ISignDocDialog |
Interface for handling the signature dialog. More... | |
interface | ISignedSignaturePropertiesDialog |
Interface for displaying the properties of signed signature. More... | |
interface | ISignVerifiedResultDialog |
Interface for displaying the result of verifing signature. More... | |
class | IViewerUI |
This class provides an ability for user to customize the several UI like contextmenu which may be triggered from PDFViewCtrl module, that stuffs should be customized like the example: new PDFViewer({ ...otherOptions, viewerUI: class extends PDFViewCtrl.IViewerUI { ...implementations } }) . More... | |
class | OpenDateTimePickerOption |
Options for opening the date and time picker. More... | |
class | TinyViewerUI |
The default built-in UI implementation for PDFViewCtrl module. More... | |
interface | XFAWidgetInfo |
An interface represents the information of widget. More... | |