Метод Section.getPageProperties
Метод возвращает параметры страниц раздела PageProperties.
Пример
for section in sectionsEnumerator:
pageProperties = section.getPageProperties()
print(pageProperties.height)
Метод возвращает параметры страниц раздела PageProperties.
for section in sectionsEnumerator:
pageProperties = section.getPageProperties()
print(pageProperties.height)