Partager via


ITextPara2::GetDuplicate2, méthode (tom.h)

Obtient un doublon de cet objet de format de paragraphe de texte.

Syntaxe

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

Paramètres

[out, retval] ppPara

Type : ITextPara2**

Objet de format de paragraphe de texte en double

Valeur retournée

Type : HRESULT

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

Spécifications

   
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

ITextPara2

ITextPara2::SetDuplicate2