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