diff options
author | William Victor Mote <vmote@apache.org> | 2003-07-09 17:27:07 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2003-07-09 17:27:07 +0000 |
commit | f62993ce02892e65e056fa2ef2111ceb8ee9abc8 (patch) | |
tree | e8e6616ac2b7d2f6dbfce91f1bee2cf125dcdccf /src/documentation/content | |
parent | c4b2a86a79808e21090e7b1764449886970e85ef (diff) | |
download | xmlgraphics-fop-f62993ce02892e65e056fa2ef2111ceb8ee9abc8.tar.gz xmlgraphics-fop-f62993ce02892e65e056fa2ef2111ceb8ee9abc8.zip |
add doc for remaining key-value pairs
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196667 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content')
-rw-r--r-- | src/documentation/content/xdocs/configuration.xml | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/src/documentation/content/xdocs/configuration.xml b/src/documentation/content/xdocs/configuration.xml index a1c3b1bcb..2099443f6 100644 --- a/src/documentation/content/xdocs/configuration.xml +++ b/src/documentation/content/xdocs/configuration.xml @@ -28,8 +28,8 @@ Also, since the configuration file is XML, be sure to keep it well-formed.</p> </ul> <p>See <link href="embedding.html#config-internal">Setting the Configuration Programmatically</link> for instructions on how to do so in an embedded environment.</p> </section> - <section id="summary"> - <title>Summary of Configuration Options</title> + <section id="summary-key-value"> + <title>Summary of Key-Value Configuration Options</title> <table> <tr> <th>Option (key)</th> @@ -37,6 +37,21 @@ Also, since the configuration file is XML, be sure to keep it well-formed.</p> <th>Default Value</th> </tr> <tr> + <td>baseDir</td> + <td>URL</td> + <td>directory containing the input FO file</td> + </tr> + <tr> + <td>fontBaseDir</td> + <td>URL</td> + <td>value of baseDir</td> + </tr> + <tr> + <td>hyphenation-dir</td> + <td>URL</td> + <td>None. This is for custom hyphenation patterns.</td> + </tr> + <tr> <td><link href="#svg-strokeSVGText">strokeSVGText</link></td> <td>Boolean</td> <td>True</td> |