Dear All, I have a Microsoft Word document with multiple Sections in it. When I perform a Section enumeration, the result is '0' (see code below)
alltextSections = doc.getTextSections().getElementNames()
print len(alltextSections)
Is there an equivalent of Sections in OpenOffice which has another name ?
How to enumerate them then ?
Thanks a lot !
Laurent
