Class PageDimensions

java.lang.Object
org.docx4j.model.structure.PageDimensions

public class PageDimensions
extends java.lang.Object
Wraps PgSz (Page size) and PgMar (margin settings). - gives you an easy way to set these; - performs a few useful calculations Used in SectionWrapper, to store the dimensions of a page for a section; can also be used to store a set of page dimensions which aren't associated with any section.
Author:
jharrop