Click or drag to resize
TextRangeRtf Property
Gets or sets the content of the range as a Rich Text Format (RTF) string.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public string Rtf { get; set; }

Property Value

Type: String
Remarks
If the range is empty, value of this property is Empty. Setting this property to Empty will clear the range.
See Also