Represents the ribbon bar in the top of the app.
The app has only one ribbon bar, and the ribbon bar has several ribbon categories, and ribbon categories can be switched between each other by clicking the button in the ribbon bar.
To get the ribbon bar, please use:
const ribbonBar = Foxit.ReaderApp.getRibbonBar();
Add a ribbon category to the ribbon bar.
Get a ribbon category by index.
Get a ribbon category by name.
Get the category count in the ribbon bar.
Represents the ribbon bar in the top of the app.
The app has only one ribbon bar, and the ribbon bar has several ribbon categories, and ribbon categories can be switched between each other by clicking the button in the ribbon bar.
To get the ribbon bar, please use: