You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by Apache Wiki <wi...@apache.org> on 2006/04/04 12:32:06 UTC

[Xmlgraphics-fop Wiki] Trivial Update of "ApiDesign" by ChrisBowditch

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Xmlgraphics-fop Wiki" for change notification.

The following page has been changed by ChrisBowditch:
http://wiki.apache.org/xmlgraphics-fop/ApiDesign

The comment on the change is:
No such method as setConfiguration, its setUserConfig

------------------------------------------------------------------------------
  
  {{{
  FopFactory fopFactory = FopFactory.newInstance();
- fopFactory.setConfiguration(new File("C:/FOP/fop.xconf"));
+ fopFactory.setUserConfig(new File("C:/FOP/fop.xconf"));
  
  FOUserAgent userAgent = fopFactory.newFOUserAgent();
  userAgent.setTitle("My document");

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