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