ITextDocument.GetText(TextGetOptions, String) Method

Definition

Gets the text in the active story (document).

public:
 void GetText(TextGetOptions options, [Out] Platform::String ^ & value);
void GetText(TextGetOptions const& options, [Out] winrt::hstring const& & value);
public void GetText(TextGetOptions options, out string value);
Public Sub GetText (options As TextGetOptions, ByRef value As String)

Parameters

options
TextGetOptions

The text retrieval options.

value
String

Platform::String

winrt::hstring

The text in the active story.

Applies to

See also