Uses of Enum
org.docx4j.model.structure.PageSizePaper
Packages that use PageSizePaper
Package
Description
-
Uses of PageSizePaper in org.docx4j.model.structure
Methods in org.docx4j.model.structure that return PageSizePaperModifier and TypeMethodDescriptionstatic PageSizePaperReturns 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 PageSizePaperModifier and TypeMethodDescriptionvoidPageDimensions.setPgSize(PageSizePaper sz, boolean landscape) -
Uses of PageSizePaper in org.docx4j.openpackaging.packages
Methods in org.docx4j.openpackaging.packages with parameters of type PageSizePaperModifier and TypeMethodDescriptionstatic 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 PageSizePaperModifier and TypeMethodDescriptionCreateDocxWithSmartArt.createSmartArtDocx(PageSizePaper sz, boolean landscape, MarginsWellKnown margins, Document xml) createSmartArtDocx from the provided XML.