Partager via


Méthode ITextDocument2 ::GetStoryRanges2 (tom.h)

Obtient un objet pour énumérer les récits dans un document.

Syntaxe

HRESULT GetStoryRanges2(
  [out, retval] ITextStoryRanges2 **ppStories
);

Paramètres

[out, retval] ppStories

Type : ITextStoryRanges2**

Objet d’énumération d’histoires.

Valeur retournée

Type : HRESULT

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

Remarques

Appelez cette méthode uniquement si la méthode ITextDocument ::GetStoryCount retourne une valeur supérieure à une.

Configuration requise

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

ITextDocument2