Click or drag to resize
TextStoryGetText Method
Gets the plain text in the story according to the specified conversion options.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public string GetText(
	[OptionalAttribute] PlainTextFlags options
)

Parameters

options (Optional)
Type: TextObjectModelPlainTextFlags

Return Value

Type: String
See Also