Share via


ITextRange.FormattedText Propiedad

Definición

Obtiene o establece un objeto ITextRange con el texto con formato del intervalo especificado.

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

Valor de propiedad

Texto con formato.

Se aplica a