TdxRichEditView Members
The base class for all Rich Edit control views.Constructors
Name | Description |
---|---|
Create(IdxRichEditControl) | Initializes a new instance of the TdxRichEditView class with specified settings. |
Properties
Name | Description |
---|---|
ActualBackColor | |
ActualPadding | |
AllowDisplayLineNumbers | |
BackColor | Specifies the background color of the document area. |
BackColorChanged | |
Bounds | |
DefaultHitTestPageAccuracy | |
LookAndFeel | |
MatchHorizontalTableIndentsToTextEdge | |
Padding | |
ScaleFactor | |
ShowHorizontalRulerByDefault | |
ShowVerticalRulerByDefault | |
Type | |
ZoomChanged | |
ZoomChanging | |
ZoomFactor |
Methods
Constants
Name | Description |
---|---|
DefaultMinHeight | Specifies the minimum height (in pixels) of the document View area in the Rich Edit control. |
DefaultMinWidth | Specifies the minimum width (in pixels) of the document View area in the Rich Edit control. |
DefaultZoomFactor | Specifies the default zoom factor used to display a document within the Rich Edit control. |
MaxZoomFactor | Specifies the upper bound of the document View zooming range in the Rich Edit control. |
MinZoomFactor | Specifies the lower bound of the document View zooming range in the Rich Edit control. |
See Also