Uses of Class
org.docx4j.model.structure.PageSizePaper
| Package | Description |
|---|---|
| org.docx4j.model.structure | |
| org.docx4j.openpackaging.packages | |
| org.docx4j.openpackaging.parts.DrawingML |
-
Uses of PageSizePaper in org.docx4j.model.structure
Methods in org.docx4j.model.structure that return PageSizePaper Modifier and Type Method Description static PageSizePaperPageSizePaper. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PageSizePaper[]PageSizePaper. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.model.structure with parameters of type PageSizePaper Modifier and Type Method Description voidPageDimensions. setPgSize(PageSizePaper sz, boolean landscape) -
Uses of PageSizePaper in org.docx4j.openpackaging.packages
Methods in org.docx4j.openpackaging.packages with parameters of type PageSizePaper Modifier and Type Method Description static WordprocessingMLPackageWordprocessingMLPackage. createPackage(PageSizePaper sz, boolean landscape)Creates a WordprocessingMLPackage, containing a MainDocumentPart (with content), Styles part, DocPropsCorePart part, and DocPropsExtendedPart. -
Uses of PageSizePaper in org.docx4j.openpackaging.parts.DrawingML
Methods in org.docx4j.openpackaging.parts.DrawingML with parameters of type PageSizePaper Modifier and Type Method Description WordprocessingMLPackageCreateDocxWithSmartArt. createSmartArtDocx(PageSizePaper sz, boolean landscape, MarginsWellKnown margins, org.w3c.dom.Document xml)createSmartArtDocx from the provided XML.