ITextRange.FormattedText Proprietà

Definizione

Ottiene o imposta un oggetto ITextRange con il testo formattato dell'intervallo specificato.

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

Valore della proprietà

Testo formattato.

Si applica a