Re: Which properties work in fop?

Hi,

You have gotten a couple of replies pointing you to the page that 
describes what's implemented.  Unfortunately, that page is out of date. 
 If you want to see what's current, you have to get the source 
distribution, and look in src/codegen for foproperties.xml  If a 
property is in there, and it does not inherit from ToBeImplemented, it 
is supported by at least one FO element implementation in FOP.  The bad 
news is that if you want to see if a particular FO element implements a 
specific property, you'll have to look at the code.  Not all elements 
currently  implement all of the properties in the recommendation.  The 
relevant packages are org.apache.fop.fo.flow and 
org.apache.fop.fo.pagination.

Hope this helps.

Bill Hastings

Received on Tuesday, 26 February 2002 13:04:04 UTC