Add a ribbon panel to the ribbon category
Get the name of the ribbon category.
Get a ribbon panel by index.
Get a ribbon panel by index.
Get the count of ribbon panels in the ribbon category.
Get the title of the ribbon category.
Set the title of the ribbon category.
Represents ribbon categories in the ribbon bar.
A ribbon categories contains several ribbon panels, and these ribbon panels are seperated by line from each other.
Use
RibbonBar.getCategoryByIndex
orRibbonBar.getCategoryByName
to get an existing ribbon category.Use
RibbonBar.addCategory
to add a ribbon category to a ribbon bar.