| 12345678910111213141516171819202122232425 | # Page size: use a value from org.docx4j.model.structure.PageSizePaper enum# eg A4, LETTERdocx4j.PageSize=A4# Page size: use a value from org.docx4j.model.structure.MarginsWellKnown enumdocx4j.PageMargins=NORMALdocx4j.PageOrientationLandscape=false# Page size: use a value from org.pptx4j.model.SlideSizesWellKnown enum# eg A4, LETTERpptx4j.PageSize=LETTERpptx4j.PageOrientationLandscape=false# These will be injected into docProps/app.xml# if App.Write=truedocx4j.App.write=truedocx4j.Application=docx4jdocx4j.AppVersion=8.3.1# of the form XX.YYYY where X and Y represent numerical values# These will be injected into docProps/core.xmldocx4j.dc.write=truedocx4j.dc.creator.value=docx4jdocx4j.dc.lastModifiedBy.value=docx4j##docx4j.McPreprocessor=true# If you haven't configured log4j yourself# docx4j will autoconfigure it. Set this to true to disable thatdocx4j.Log4j.Configurator.disabled=false
 |