A ribbon panel contains several ribbon elements, which can be a button, a file selecotr or a dropdown list.
Use RibbonCategory.getPanelByIndex or RibbonCategory.getPanelByName to get an existing ribbon panel. Use RibbonCategory.addPanel to add a ribbon panel to a ribbon category.
Represents ribbon panels in ribbon category.
A ribbon panel contains several ribbon elements, which can be a button, a file selecotr or a dropdown list.
Use
RibbonCategory.getPanelByIndex
orRibbonCategory.getPanelByName
to get an existing ribbon panel.Use
RibbonCategory.addPanel
to add a ribbon panel to a ribbon category.