cx4j.2.8.1.source-code.docx4j.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of docx4j Show documentation
Show all versions of docx4j Show documentation
docx4j is a library which helps you to work with the Office Open
XML file format as used in docx
documents, pptx presentations, and xlsx spreadsheets.
##############################
# docx setup
# Page size: use a value from org.docx4j.model.structure.PageSizePaper enum
# eg A4, LETTER
docx4j.PageSize=LETTER
# Page size: use a value from org.docx4j.model.structure.MarginsWellKnown enum
docx4j.PageMargins=NORMAL
docx4j.PageOrientationLandscape=false
# These will be injected into docProps/app.xml
# if App.Write=true
docx4j.App.write=true
docx4j.Application=docx4j
docx4j.AppVersion=2.7
# 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
##############################
# pptx setup
# Page size: use a value from org.pptx4j.model.SlideSizesWellKnown enum
# eg A4, LETTER
pptx4j.PageSize=LETTER
pptx4j.PageOrientationLandscape=false
##############################
# docx4j general config
#
#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
##############################
# JAXP factories
# Property that specifies the factory class to be used for SAX style parsing
# If this element is not specified, and you are using Sun/Oracle Java 6/7,
# "com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl" will be used
# (avoiding Crimson).
#javax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
# DocumentBuilderFactory Property specifies the factory class to be used for DOM style parsing in this application.
# If this element is not specified,
#javax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
# TransformerFactory Property? that specifies the factory class to be used when transforming documents using
# the javax.xml.transform packages.
# "org.apache.xalan.processor.TransformerFactoryImpl"
# is used in docx4j. Requires Xalan on your classpath.
# Note: if you chose something else, HTML and PDF output won't work, since
# these rely on Xalan extension functions.
# docx4j stores a TransformerFactory in XmlUtils. It shouldn't affect the system-wide property.
# Bottom line: add Xalan to your classpath. this property is NOT IMPLEMENTED.
# XPathFactory NOT USED
© 2015 - 2025 Weber Informatics LLC | Privacy Policy