Gets the plain text in given text range.
Namespace: FirstFloor.DocumentsAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
string GetText( ref TextPointer position1, ref TextPointer position2 ) |
| Visual Basic |
|---|
Function GetText ( _ ByRef position1 As TextPointer, _ ByRef position2 As TextPointer _ ) As String |
| Visual C++ |
|---|
String^ GetText( TextPointer^% position1, TextPointer^% position2 ) |
Parameters
- position1
- Type: FirstFloor.Documents..::..TextPointer%
The position1.
- position2
- Type: FirstFloor.Documents..::..TextPointer%
The position2.