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

HEExportToDocxDropDownRibbonCommand Constructors

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