| Revision 1675,
958 bytes
checked in by jharrop, 8 months ago
(diff) |
|
Allow auto config of log4j to be disabled
|
| Line | |
|---|
| 1 | # Page size: use a value from org.docx4j.model.structure.PageSizePaper enum |
|---|
| 2 | # eg A4, LETTER |
|---|
| 3 | docx4j.PageSize=LETTER |
|---|
| 4 | # Page size: use a value from org.docx4j.model.structure.MarginsWellKnown enum |
|---|
| 5 | docx4j.PageMargins=NORMAL |
|---|
| 6 | docx4j.PageOrientationLandscape=false |
|---|
| 7 | |
|---|
| 8 | # Page size: use a value from org.pptx4j.model.SlideSizesWellKnown enum |
|---|
| 9 | # eg A4, LETTER |
|---|
| 10 | pptx4j.PageSize=LETTER |
|---|
| 11 | pptx4j.PageOrientationLandscape=false |
|---|
| 12 | |
|---|
| 13 | # These will be injected into docProps/app.xml |
|---|
| 14 | # if App.Write=true |
|---|
| 15 | docx4j.App.write=true |
|---|
| 16 | docx4j.Application=docx4j |
|---|
| 17 | docx4j.AppVersion=2.7 |
|---|
| 18 | # of the form XX.YYYY where X and Y represent numerical values |
|---|
| 19 | |
|---|
| 20 | # These will be injected into docProps/core.xml |
|---|
| 21 | docx4j.dc.write=true |
|---|
| 22 | docx4j.dc.creator.value=docx4j |
|---|
| 23 | docx4j.dc.lastModifiedBy.value=docx4j |
|---|
| 24 | |
|---|
| 25 | # |
|---|
| 26 | #docx4j.McPreprocessor=true |
|---|
| 27 | |
|---|
| 28 | # If you haven't configured log4j yourself |
|---|
| 29 | # docx4j will autoconfigure it. Set this to true to disable that |
|---|
| 30 | docx4j.Log4j.Configurator.disabled=false |
|---|
Note: See
TracBrowser
for help on using the repository browser.