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