Leadtools.Documents.UI Namespace : DocumentViewerText Object |
The following tables list the members exposed by DocumentViewerText.
Name | Description | |
---|---|---|
![]() | AutoGetText | Indicates whether this DocumentViewerText should parse the text of the pages automatically when needed. |
![]() | CharacterKeyModifier | Modifier key to use to select individual characters in the page without their words or lines. |
![]() | DocumentViewer | Owner document viewer. |
![]() | LastFindText | Data for the last find text operation. |
![]() | LineKeyModifier | Modifier key to use for selecting the whole line when any of its characters is selected. |
![]() | RenderSelection | Indicates whether selected text should be automatically rendered on the view. |
![]() ![]() | SelectedFill | The fill used to hilight the currently selected text. |
![]() | WordKeyModifier | Modifier key to use for selecting the whole word when any of its characters is selected. |
Name | Description | |
---|---|---|
![]() | ClearLastFindText | Clears the last find text operation results. |
![]() | ClearSelection | Clears the text selection in the specified page or the whole document. |
![]() | Copy | Copies the selected text to the clipboard |
![]() | Dispose | Destroys this object and removes it from the page. |
![]() | ExportText | Text of a page or the whole document as a simple string object. |
![]() | Find | Performs a "find", "find next" or "find previous" search operation on the text of the document. |
![]() | GetAllDocumentPageText | DocumentPageText objects for all the pages in the document. |
![]() | GetDocumentPageText | DocumentPageText object of a page. |
![]() | GetSelectedText | Selected text of a page or all pages in the document as a simple string object. |
![]() | GetSelectedTextItems | Selected text of a page as a list of DocumentViewerTextItem. |
![]() | HasAnyDocumentPageText | Indicates whether the text for all the pages have been obtained. |
![]() | HasDocumentPageText | Indicates whether the text for the specified page have been obtained. |
![]() | HasSelectedText | Checks whether the specified page or all pages in the document have text that is currently selected. |
![]() | SelectAll | Selects all the text in the specified page or the whole document. |
![]() | SelectText | Selects the text that intersect with a specified area. |
![]() | SetDocumentPageText | Sets the text for a page. |
![]() | SetSelectedTextItems | Replaces the selected text items for a page. |