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