HERemoveFormatRibbonCommand Constructors
A Ribbon item that allows text formatting to be removed from the text selected within the design view area.Name | Parameters | Description |
---|---|---|
HERemoveFormatRibbonCommand() | none | Initializes a new instance of the HERemoveFormatRibbonCommand class with default settings. |
HERemoveFormatRibbonCommand(RibbonItemSize) | size | Initializes a new instance of the HERemoveFormatRibbonCommand class with the specified item size. |
HERemoveFormatRibbonCommand(String, RibbonItemSize) | text, size | Initializes a new instance of the HERemoveFormatRibbonCommand class with the specified settings. |
HERemoveFormatRibbonCommand(String) | text | Initializes a new instance of the HERemoveFormatRibbonCommand class with the specified item text. |
See Also