You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2010/08/23 16:33:33 UTC

DO NOT REPLY [Bug 49808] Setting accessibility in Java

https://issues.apache.org/bugzilla/show_bug.cgi?id=49808

jgreffe@yahoo.fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from jgreffe@yahoo.fr 2010-08-23 10:33:30 EDT ---
My mistake, this has already been managed :

FOUserAgent fopUserAgent = FopFactory.newFOUserAgent();
fopUserAgent.setAccessbility(true);
Fop fop = FopFactory.newFop(String outputFormat, fopUserAgent, OutputStream
stream)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.