diff options
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> |