Compartilhar via


ITextRange.FormattedText Propriedade

Definição

Obtém ou define um objeto ITextRange com o texto formatado do 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 da propriedade

O texto formatado.

Aplica-se a