HEPrintRibbonCommand Constructors
A ribbon item that invokes a standard ‘Print’ dialog, allowing the editor’s content to be printed.| Name | Parameters | Description |
|---|---|---|
| HEPrintRibbonCommand() | none | Initializes a new instance of the HEPrintRibbonCommand class with default settings. |
| HEPrintRibbonCommand(RibbonItemSize) | size | Initializes a new instance of the HEPrintRibbonCommand class with the specified item size. |
| HEPrintRibbonCommand(String, RibbonItemSize) | text, size | Initializes a new instance of the HEPrintRibbonCommand class with the specified settings. |
| HEPrintRibbonCommand(String) | text | Initializes a new instance of the HEPrintRibbonCommand class with the specified item text. |
See Also