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