ITextRange.FormattedText Property

Definition

Gets or sets an ITextRange object with the formatted text of the specified range.

public:
 property ITextRange ^ FormattedText { ITextRange ^ get(); void set(ITextRange ^ value); };
ITextRange FormattedText();

void FormattedText(ITextRange value);
public ITextRange FormattedText { get; set; }
var iTextRange = iTextRange.formattedText;
iTextRange.formattedText = iTextRange;
Public Property FormattedText As ITextRange

Property Value

The formatted text.

Applies to