Forgetting about sub documents, a docx is made up of a number of sections, each with their own section properties (which define page dimensions, margins etc). So it is natural to think of a document in terms of sections. But since in Open XML, all sectPr elements - except the document level one - are hidden in paragraphs, our JAXB object model doesn't expose this structure. This class does that.
@author jharrop
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.