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