Skip to main content

HEExportToTxtDropDownRibbonCommand Constructors

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