Click or drag to resize
TextRangeSetFormattedText Method
Sets the formatted text of this range text to the formatted text of the specified range.

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

Parameters

other
Type: TextObjectModelTextRange
The formatted text to replace this range's text.
Exceptions
ExceptionCondition
ArgumentNullExceptionother is null.
See Also