Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents Namespace : DocumentPageText Class |
The following tables list the members exposed by DocumentPageText.
Name | Description | |
---|---|---|
DocumentPageText Constructor | Initializes a new instance of DocumentPageText. |
Name | Description | |
---|---|---|
Characters | The list of text characters found in the document page. | |
Text | The text found in the document page. | |
TextMap | List that contains the indices into Characters of each character in Text | |
Words | The list of text words found in the document page. |
Name | Description | |
---|---|---|
BuildText | Build the text found in the document page as a simple string object. | |
BuildTextWithMap | Build the text found in the document page with extra map back into the characters list. | |
BuildWords | Build a list of the words found in the document page. | |
ClearBuildData | Clears the generated words, text and map values. | |
ClipText | Creates a new DocumentPageText from a portion of this text data. | |
FromSvgDocument | Parses the text from an SVG document. | |
ParseLinks | Parses the links found in this DocumentText. |