Help Center

CRichEditCtx.GetStoryRangesmethod

Gets the story collection object used to enumerate the stories in a document.

Windowsmethoddocumented

Syntax

FUNCTION GetStoryRanges () AS ITextStoryRanges PTR

Return value

The ITextStoryRanges pointer. It can be null if there is only one story in this document.

Description

Gets the story collection object used to enumerate the stories in a document.

Reference

  • Defined in AfxNova/CRichEditCtx.inc:4319
  • Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
  • Topic: CRichEditCtx Class