ITextRange.FormattedText Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.