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

HEExportToRtfDropDownRibbonCommand Constructors

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