You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by ss...@apache.org on 2022/12/20 16:37:11 UTC

[xmlgraphics-website] branch master updated: Add fop.xconf options

This is an automated email from the ASF dual-hosted git repository.

ssteiner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/xmlgraphics-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 73633b77 Add fop.xconf options
73633b77 is described below

commit 73633b772293460b284234099b373a1f5ea7e811
Author: ssteiner <ss...@apache.org>
AuthorDate: Tue Dec 20 16:36:51 2022 +0000

    Add fop.xconf options
---
 content/fop/trunk/configuration.mdtext | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/content/fop/trunk/configuration.mdtext b/content/fop/trunk/configuration.mdtext
index ddb64cf5..fce910a8 100644
--- a/content/fop/trunk/configuration.mdtext
+++ b/content/fop/trunk/configuration.mdtext
@@ -37,6 +37,8 @@ See [Setting the Configuration Programmatically](embedding.html#config-internal)
 | default-page-settings | n/a | Specifies the default width and height of a page if "auto" is specified for either or both values. Use "height" and "width" attributes on the default-page-settings element to specify the two values. | "height" 11 inches, "width" 8.26 inches |
 | use-cache | boolean (true, false) | All fonts information that has been gathered as a result of "directory" or "auto-detect" font configurations will be cached for future rendering runs. This setting should improve performance on systems where fonts have been configured using the "directory" or "auto-detect" tag mechanisms. By default this option is switched on. | true |
 | cache-file | String | This option specifies the file/directory path of the fop cache file. This file is currently only used to cache font triplet information for future reference. | ${base}/conf/fop.cache |
+| table-border-overpaint | Boolean (true, false) | Setting this option to 'true' will cause FOP to produce table borders without uneven lines | false |
+| simple-line-breaking | Boolean (true, false) | Setting this option to 'true' will cause FOP to use a faster line breaking algorithm | false |
 | renderers | (see text below) | Contains the configuration for each renderer. See below. | N/A |
 
 [^1]: Relative URIs for those properties are evaluated relative to the base URI of the configuration file. If the configuration is provided programmatically, the base URI can be set with `FopFactory.setUserConfigBaseURI` ; default is the current working directory.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org