SubDocument.GetText Method
| Name | Parameters | Description |
|---|---|---|
| GetText(DocumentRange, TextFragmentOptions) | range, getTextOptions | Returns the plain text of the specified document range. |
| GetText(DocumentRange, PlainTextDocumentExporterOptions, TextFragmentOptions) | range, options, getTextOptions | Returns the plain text of the specified document range. |
| GetText(DocumentRange, PlainTextDocumentExporterOptions) | range, options | Returns the plain text of the specified document range. |
| GetText(DocumentRange) | range | Returns the plain text of the specified document range. |