| 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 |




