Dear Wiki user,

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

The "ODT_render" page has been changed by MarekJagielski:
http://wiki.apache.org/xmlgraphics-fop/ODT_render?action=diff&rev1=2&rev2=3

  = Apache FOP's ODT render =
- This page describes the design of Apache FOP's ODT render.
+ This page describes the design of Apache FOP's ODT render. The appropriate 
opened issue can be found at: 
https://issues.apache.org/bugzilla/show_bug.cgi?id=53400. 
+ 
+ == Integration with FOP ==
+ ODT render is integrated with FOP as ODTFOEventHandlerMaker, implementation 
of FOEventHandler, similar to RTFFOEventHandlerMaker. However, ODT Converter is 
using only the endPageSequence event to go through the tree separately. 
Integration can be seen as point for review. 
+ 
+ == Dependencies ==
+ Odt render is for its work is using '''odfdom-java-0.8.7.jar''' that provides 
the DOM implementation of odt document. The reference: 
http://incubator.apache.org/odftoolkit/odfdom/index.html
  
  == Design ==
+ FopOdtConverter is a real entry point for the render. Initialization creates 
a new ODT document. At the end of generation we should use method 
writeToOutputStream. In the meantime, just once we should put highest FONode of 
the FOP tree.
- hthtrt
- 
- == Integration with FOP ==
- uyiyuiyuiyui
  
  == Implementation State ==
  rtfyuty

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to