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