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