For DevelopersDocument APIDocument API C++Справочник классов, структур и методовКласс DocumentМетод Document::getSectionsOn this pageМетод Document::getSections Возвращает объект типа Sections. Пример Sections sections = document.getSections(); std::shared_ptr<Enumerator<Section>> enumerator = sections.getEnumerator(); while (enumerator->isValid()) { ...................... enumerator->goToNext(); }