diff options
author | Jeremias Maerki <jeremias@apache.org> | 2007-05-16 08:49:48 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2007-05-16 08:49:48 +0000 |
commit | 603ae92feaeb6aded740a95e804e8f98cb8e06c3 (patch) | |
tree | c8657a4e148be94b348359c47f320f6f8c77354c /src | |
parent | 29ea9c1b107d76826380f40b57798bb038c6e31b (diff) | |
download | xmlgraphics-fop-603ae92feaeb6aded740a95e804e8f98cb8e06c3.tar.gz xmlgraphics-fop-603ae92feaeb6aded740a95e804e8f98cb8e06c3.zip |
setHyphenBaseURL() was missing.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@538485 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/documentation/content/xdocs/trunk/embedding.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/trunk/embedding.xml b/src/documentation/content/xdocs/trunk/embedding.xml index 00d57c75e..3e3c964f8 100644 --- a/src/documentation/content/xdocs/trunk/embedding.xml +++ b/src/documentation/content/xdocs/trunk/embedding.xml @@ -293,6 +293,13 @@ try { </li> <li> <p> + The <strong>hyphenation base URL</strong> to use when resolving relative URLs for + hyphenation patterns. Example: + </p> + <source>fopFactory.setHyphenBaseURL("file:///C:/Temp/hyph");</source> + </li> + <li> + <p> Disable <strong>strict validation</strong>. When disabled FOP is less strict about the rules established by the XSL-FO specification. Example: </p> |