Partager via


Méthode ITextRange2 ::GetPara2 (tom.h)

Obtient un objet ITextPara2 avec les attributs de paragraphe d’une plage.

Syntaxe

HRESULT GetPara2(
  [out, retval] ITextPara2 **ppPara
);

Paramètres

[out, retval] ppPara

Type : ITextPara2**

Objet ITextPara2 .

Valeur retournée

Type : HRESULT

Si la méthode réussit, elle retourne NOERROR. Sinon, elle retourne un code d’erreur HRESULT.

Spécifications

Condition requise Valeur
Client minimal pris en charge Windows 8 [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2012 [applications de bureau uniquement]
Plateforme cible Windows
En-tête tom.h
DLL Msftedit.dll

Voir aussi

ITextRange2

ITextRange2 ::SetPara2