Click or drag to resize
TextStorySetText Method
Sets 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 void SetText(
	string value,
	[OptionalAttribute] RichTextFlags options
)

Parameters

value
Type: SystemString
options (Optional)
Type: TextObjectModelRichTextFlags
See Also