Name | Description | |
---|---|---|
![]() | NRichTextView Constructor | Default constructor. |
The following tables list the members exposed by NRichTextView.
Name | Description | |
---|---|---|
![]() | NRichTextView Constructor | Default constructor. |
Name | Description | |
---|---|---|
![]() | AcceptsTab | Gets or sets whether tab characters are accepted as input. |
![]() | AdjustTextColorForReadability | Returns true whether to adjust text color for readability purposes |
![]() | ContentBackgroundFill | Gets or sets the content background fill. |
![]() | ContextMenuBuilder | Gets the context menu builder |
![]() | EditingRoot | Gets the current root element |
![]() | EditSettings | Gets the edit settingss |
![]() | EditTargetType | Gets or sets the current edit target |
![]() | EnsureCaretVisibleOnResize | Gets whether to ensure the caret visibility when the rich text view is resized |
![]() | FindSettings | Gets the find settings |
![]() | GotoSettings | Gets the goto settings |
![]() | HRuler | Gets or sets the horizontal ruler of the rich text |
![]() | HScrollBar | Gets or sets the HScrollBar |
![]() | HScrollMode | Gets or sets the scroll mode, which specifies the visibility of the H scrollbar |
![]() | InsertDateSettings | |
![]() | InsertTimeSettings | Gets the insert time settings |
![]() | IsActive | Retursnt true if the view is active |
![]() | IsInPlace | Returns true if the view is in place edit view (and handles Esc key) |
![]() | IsReadOnly | Returns true if the view is readonly |
![]() | IsSelectable | Returns true if the view is readonly |
![]() | ReplaceSettings | Gets the replace settings |
![]() | Selection | Gets the view selection |
![]() | SpellChecker | Gets the spell checker attached to the view Gets or sets the spell check service of this view |
![]() | Text | Gets or sets the content of the view in plain text format |
![]() | TextContent | Gets the content of this rich text view |
![]() | TextDocument | Gets the document of this view |
![]() | ViewSettings | Gets the view settingss |
![]() | VRuler | Gets or sets the vertical ruler of the rich text |
![]() | VScrollBar | Gets or sets the VScrollBar |
![]() | VScrollMode | Gets or sets the scroll mode, which specifies the visibility of the Y scrollbar |
Name | Description | |
---|---|---|
![]() | Copy | Copyies the current selection to the clipboard |
![]() | CreateSaveFileDialog | Overridden. Creates the save file dialog shown by the SaveToFile methods that do not have a fileName parameter. Overriden to set the default file format to DOCX if the current document has never been saved. |
![]() | Cut | Cuts the current selection |
![]() | EnsureCaretVisible | Ensures that the carret is visible |
![]() | GetOwnerWidget | Gets the owner widget of this view |
![]() | GetPageDownPosition | Gets the next page position |
![]() | GetPageUpPosition | Gets the prev page position |
![]() | InvalidateMeasure | Overridden. Invalidates the measure. |
![]() | IsPointOverText | Returns true if the point is over text |
![]() | Paste | Pastes the clipboard content to the view. |
![]() | Prints the document | |
![]() | ScrollInDirection | Overridden. Scrolls the viewport in the specified direction, with the specified amount of steps. |
![]() | TryEnterExampleDescriptionMode | Tries to enter in display description mode |
![]() | TryGetMousePositionInDocumentCoordinates | Tries to get the mouse position in document coordinates |
![]() | TryGetTextPositionFromMousePosition | Gets the text position in the current editing root given the current mouse position |
![]() | UpdateCaretInfo | Immediately calls the UpdateCaretInfo of the caret if any. Does nothing if the m_nUpdateTextCounter is raised. |
![]() | ViewToDocument | Converts a pont form view to document coordinates. |
![]() | VisitChildDisplaySubtree | Overridden. |
![]() | ZoomIn | Increaseases the zoom factor with the zoom step. |
![]() | ZoomOut | Decreases the zoom factor with the zoom step |
Name | Description | |
---|---|---|
![]() ![]() | AAlC | |
![]() | AccumulateContentDisplayChildren | Overridden. Accumulates the display children of the node that are considered to be content. |
![]() | ArrangeContent | Overridden. Arranges the content of the element within the specified content area. |
![]() | BuildCommander | Overridden. Builds the rich text commander, by adding the rich text command actions |
![]() | BuildInteractor | Overridden. Builds the rich text interactor by adding the rich text tools. |
![]() | ComputeWindowSize | Overridden. Computes the window size based on a content rect and the specified scrollbars visibility |
![]() | CreateNewDocument | Overridden. Creates a new document. |
![]() | CreateSpellChecker | Creates the spell checker. |
![]() | GetBottomSideAdorner | Overridden. Overriden return an instance of a NHScrollBar |
![]() | GetHScrollBar | Overridden. Overriden to return the HScrollBar child |
![]() | GetHScrollBarSettings | Overridden. Gets the settings that need to be applied to the HScrollbar for the viewport parameters, in case the HScrollBar is visible. |
![]() | GetHScrollMode | Overridden. Overriden to return the value of the HScrollMode property |
![]() | GetLeftSideAdorner | Overridden. Overriden to return the vertical ruler. |
![]() | GetNoScrollHAlign | Overridden. |
![]() | GetNoScrollVAlign | Overridden. |
![]() | GetRightSideAdorner | Overridden. Overriden return an instance of a NVScrollBar |
![]() | GetTopSideAdorner | Overridden. Overriden to return the horizontal ruler. |
![]() | GetTotalViewport | Overridden. |
![]() | GetViewportOrigin | Overridden. Overriden to return the Document ViewportOrigin |
![]() | GetVScrollBar | Overridden. Overriden to return the VScrollBar child |
![]() | GetVScrollBarSettings | Overridden. Gets the settings that need to be applied to the VScrollbar for the viewport parameters, in case the VScrollBar is visible. |
![]() | GetVScrollMode | Overridden. Overriden to return the value of the VScrollMode property |
![]() | GetZoomFactor | Overridden. Gets the viewport zoom factor |
![]() | GetZoomMode | Overridden. Overriden to return ENZoomMode.Normal |
![]() | MeasureContent | Overridden. Measures the element's content. |
![]() ![]() | MYKC | |
![]() | OnArrangeSlotChanged | Overridden. Called when the width or height of the arrange slot has changed. |
![]() | OnDocumentChanged | Overridden. Called when the Document property has changed. |
![]() | OnFocusIn | Overridden. Default handler for the NKeyboard.FocusInEvent event. |
![]() | OnFocusOut | Overridden. Default handler for the NKeyboard.FocusOutEvent event. |
![]() | OnMouseDown | Overridden. |
![]() | OnPaintWindowBackground | Overridden. Overriden to paint the window background, after the widget background and border are painted. |
![]() | OnPostPaint | Overridden. Performs the element post-children custom paint. |
![]() | OnZoomFactorChanged | Called when the Orientation property has changed. |
![]() | pYKC | |
![]() | QYKC | |
![]() | SetViewportOrigin | Overridden. Overriden to set the Document ViewportOrigin |
![]() | SetZoomFactor | Overridden. |
![]() | SYKC | |
![]() | UYKC | |
![]() | WYKC | |
![]() ![]() | xYKC |