General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
HEAlignmentJustifyRibbonCommand Class
A Ribbon item that allows a paragraph whose content is selected within the design view area to be fully justified (aligned with both the left and right margins).
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v19.2.dll
Declaration
public class HEAlignmentJustifyRibbonCommand :
HERibbonToggleCommandBase
Public Class HEAlignmentJustifyRibbonCommand
Inherits HERibbonToggleCommandBase
Remarks
The ASPxHtmlEditor provides alignment formatting for the selected editor's paragraph by using the Align Left (HEAlignmentLeftRibbonCommand), Align Right (HEAlignmentRightRibbonCommand), Align Center (HEAlignmentCenterRibbonCommand) and Justify (HEAlignmentJustifyRibbonCommand) buttons.
You can add these buttons to the ribbon by using either the ASPxHtmlEditor designer at design time, or programmatically.
Inheritance
Object
StateManager
CollectionItem
RibbonItemBase
RibbonButtonItem
RibbonToggleButtonItem
HERibbonToggleCommandBase
HEAlignmentJustifyRibbonCommand
See Also
Feedback