Skip to main content
A newer version of this page is available. .

HEExportToOdtDropDownRibbonCommand Constructors

A Ribbon item that allows exporting editor content to the Open Document (Odt) document format.
Name Parameters Description
HEExportToOdtDropDownRibbonCommand() none Initializes a new instance of the HEExportToOdtDropDownRibbonCommand class with default settings.
HEExportToOdtDropDownRibbonCommand(RibbonItemSize) size Initializes a new instance of the HEExportToOdtDropDownRibbonCommand class with the specified item size.
HEExportToOdtDropDownRibbonCommand(String, RibbonDropDownButtonItem[]) text, items Initializes a new instance of the HEExportToOdtDropDownRibbonCommand class with the specified settings.
HEExportToOdtDropDownRibbonCommand(String, RibbonItemSize, RibbonDropDownButtonItem[]) text, size, items Initializes a new instance of the HEExportToOdtDropDownRibbonCommand class with the specified settings.
HEExportToOdtDropDownRibbonCommand(String, RibbonItemSize) text, size Initializes a new instance of the HEExportToOdtDropDownRibbonCommand class with the specified settings.
HEExportToOdtDropDownRibbonCommand(String) text Initializes a new instance of the HEExportToOdtDropDownRibbonCommand class with the specified item text.
See Also