Uses of Class
org.docx4j.model.structure.PageDimensions
| Package | Description |
|---|---|
| org.docx4j.model.structure | |
| org.docx4j.openpackaging.parts.WordprocessingML | |
| org.docx4j.toc | |
| org.docx4j.toc.switches |
-
Uses of PageDimensions in org.docx4j.model.structure
Methods in org.docx4j.model.structure that return PageDimensions Modifier and Type Method Description PageDimensionsSectionWrapper. getPageDimensions() -
Uses of PageDimensions in org.docx4j.openpackaging.parts.WordprocessingML
Methods in org.docx4j.openpackaging.parts.WordprocessingML with parameters of type PageDimensions Modifier and Type Method Description static BinaryPartAbstractImage.CxCyBinaryPartAbstractImage.CxCy. scale(org.apache.xmlgraphics.image.loader.ImageInfo imageInfo, PageDimensions page)static BinaryPartAbstractImage.CxCyBinaryPartAbstractImage.CxCy. scale(org.apache.xmlgraphics.image.loader.ImageInfo imageInfo, PageDimensions page, int maxWidth)Return scaling values constrained by specified maxWidth. -
Uses of PageDimensions in org.docx4j.toc
Constructors in org.docx4j.toc with parameters of type PageDimensions Constructor Description TocEntry(PropertyResolver propertyResolver, PageDimensions pageDimensions, STTabTlc leader) -
Uses of PageDimensions in org.docx4j.toc.switches
Constructors in org.docx4j.toc.switches with parameters of type PageDimensions Constructor Description SwitchProcessor(PageDimensions pageDimensions, STTabTlc leader)