For DevelopersDocument APIDocument API C#Справочник классовКласс DocumentМетод Document.getSectionsOn this pageМетод Document.getSections Возвращает объект типа Sections. Пример Sections sections = document.getSections(); SectionsEnumerator sectionsEnumerator = sections.GetEnumerator(); foreach (var section in sectionsEnumerator) { Console.WriteLine(section.getRange().extractText()); }