Click or drag to resize
TextStorySetFormattedText Method
Replaces the story's text with the specified formatted text.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public void SetFormattedText(
	TextRange range
)

Parameters

range
Type: TextObjectModelTextRange
Exceptions
ExceptionCondition
ArgumentNullExceptionrange is null.
See Also