ITextRange.FormattedText Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit un objet ITextRange avec le texte mis en forme de la plage spécifiée.
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
Valeur de propriété
Texte mis en forme.