HEPasteFromWordRibbonCommand Constructors
A Ribbon item that invokes the “Paste from Word” dialog allowing the copied Word text to be inserted into the design view area.| Name | Parameters | Description |
|---|---|---|
| HEPasteFromWordRibbonCommand() | none | Initializes a new instance of the HEPasteFromWordRibbonCommand class with default settings. |
| HEPasteFromWordRibbonCommand(RibbonItemSize) | size | Initializes a new instance of the HEPasteFromWordRibbonCommand class with the specified item size. |
| HEPasteFromWordRibbonCommand(String, RibbonItemSize) | text, size | Initializes a new instance of the HEPasteFromWordRibbonCommand class with the specified settings. |
| HEPasteFromWordRibbonCommand(String) | text | Initializes a new instance of the HEPasteFromWordRibbonCommand class with the specified item text. |
See Also