docx4j.properties 921 B

12345678910111213141516171819202122232425
  1. # Page size: use a value from org.docx4j.model.structure.PageSizePaper enum
  2. # eg A4, LETTER
  3. docx4j.PageSize=A4
  4. # Page size: use a value from org.docx4j.model.structure.MarginsWellKnown enum
  5. docx4j.PageMargins=NORMAL
  6. docx4j.PageOrientationLandscape=false
  7. # Page size: use a value from org.pptx4j.model.SlideSizesWellKnown enum
  8. # eg A4, LETTER
  9. pptx4j.PageSize=LETTER
  10. pptx4j.PageOrientationLandscape=false
  11. # These will be injected into docProps/app.xml
  12. # if App.Write=true
  13. docx4j.App.write=true
  14. docx4j.Application=docx4j
  15. docx4j.AppVersion=8.3.1
  16. # of the form XX.YYYY where X and Y represent numerical values
  17. # These will be injected into docProps/core.xml
  18. docx4j.dc.write=true
  19. docx4j.dc.creator.value=docx4j
  20. docx4j.dc.lastModifiedBy.value=docx4j
  21. #
  22. #docx4j.McPreprocessor=true
  23. # If you haven't configured log4j yourself
  24. # docx4j will autoconfigure it. Set this to true to disable that
  25. docx4j.Log4j.Configurator.disabled=false