Browse Source

setHyphenBaseURL() was missing.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@538485 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-0_94
Jeremias Maerki 17 years ago
parent
commit
603ae92fea
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      src/documentation/content/xdocs/trunk/embedding.xml

+ 7
- 0
src/documentation/content/xdocs/trunk/embedding.xml View File

@@ -291,6 +291,13 @@ try {
</p>
<source>fopFactory.setFontBaseURL("file:///C:/Temp/fonts");</source>
</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

Loading…
Cancel
Save