HECheckSpellingRibbonCommand Constructors
A Ribbon item that allows checking the spelling of the content within the design view area.Name | Parameters | Description |
---|---|---|
HECheckSpellingRibbonCommand() | none | Initializes a new instance of the HECheckSpellingRibbonCommand class with default settings. |
HECheckSpellingRibbonCommand(RibbonItemSize) | size | Initializes a new instance of the HECheckSpellingRibbonCommand class with the specified item size. |
HECheckSpellingRibbonCommand(String, RibbonItemSize) | text, size | Initializes a new instance of the HECheckSpellingRibbonCommand class with the specified settings. |
HECheckSpellingRibbonCommand(String) | text | Initializes a new instance of the HECheckSpellingRibbonCommand class with the specified item text. |
See Also