Uses of Class
org.docx4j.wml.SectPr.PgSz
Packages that use SectPr.PgSz
Package
Description
-
Uses of SectPr.PgSz in org.docx4j.convert.out.common.wrappers
Methods in org.docx4j.convert.out.common.wrappers with parameters of type SectPr.PgSzModifier and TypeMethodDescriptionprivate static booleanConversionSectionWrapperFactory.insertPageBreak(SectPr.PgSz pgSzThis, SectPr.PgSz pgSzNext) -
Uses of SectPr.PgSz in org.docx4j.model.structure
Fields in org.docx4j.model.structure declared as SectPr.PgSzMethods in org.docx4j.model.structure that return SectPr.PgSzModifier and TypeMethodDescriptionPageDimensions.createPgSize()Deprecated.PageDimensions.getPgSz()Methods in org.docx4j.model.structure with parameters of type SectPr.PgSzModifier and TypeMethodDescriptionprivate voidPageDimensions.init(SectPr.PgSz pgSz, SectPr.PgMar pgMar, CTColumns cols) voidPageDimensions.setPgSz(SectPr.PgSz pgSz) Constructors in org.docx4j.model.structure with parameters of type SectPr.PgSz -
Uses of SectPr.PgSz in org.docx4j.wml
Fields in org.docx4j.wml declared as SectPr.PgSzModifier and TypeFieldDescriptionprotected SectPr.PgSzSectPr.pgSzprotected SectPr.PgSzSectPrBase.pgSzMethods in org.docx4j.wml that return SectPr.PgSzModifier and TypeMethodDescriptionObjectFactory.createSectPrPgSz()Create an instance ofSectPr.PgSzSectPr.getPgSz()Gets the value of the pgSz property.SectPrBase.getPgSz()Gets the value of the pgSz property.Methods in org.docx4j.wml with parameters of type SectPr.PgSzModifier and TypeMethodDescriptionvoidSectPr.setPgSz(SectPr.PgSz value) Sets the value of the pgSz property.voidSectPrBase.setPgSz(SectPr.PgSz value) Sets the value of the pgSz property.