source: trunk/docx4j/src/main/resources/docx4j.properties @ 1675

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
3docx4j.PageSize=LETTER
4# Page size: use a value from org.docx4j.model.structure.MarginsWellKnown enum
5docx4j.PageMargins=NORMAL
6docx4j.PageOrientationLandscape=false
7
8# Page size: use a value from org.pptx4j.model.SlideSizesWellKnown enum
9# eg A4, LETTER
10pptx4j.PageSize=LETTER
11pptx4j.PageOrientationLandscape=false
12
13# These will be injected into docProps/app.xml
14# if App.Write=true
15docx4j.App.write=true
16docx4j.Application=docx4j
17docx4j.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
21docx4j.dc.write=true
22docx4j.dc.creator.value=docx4j
23docx4j.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
30docx4j.Log4j.Configurator.disabled=false
Note: See TracBrowser for help on using the repository browser.