Bug 24195 - [PATCH] RTF: added support for nested blocks, inlines and several text attributes
Summary: [PATCH] RTF: added support for nested blocks, inlines and several text attrib...
Status: CLOSED FIXED
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: general (show other bugs)
Version: all
Hardware: All All
: P3 normal
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-28 23:03 UTC by Peter Herweg
Modified: 2012-04-01 06:32 UTC (History)
0 users



Attachments
patch file (11.79 KB, patch)
2003-10-28 23:04 UTC, Peter Herweg
Details | Diff
new module (to be placed into org.apache.fop.rtf.rtflib.rtfdoc) (3.40 KB, text/plain)
2003-10-28 23:04 UTC, Peter Herweg
Details
new module (to be placed into org.apache.fop.rtf.rtflib.rtfdoc) (10.62 KB, text/plain)
2003-10-28 23:05 UTC, Peter Herweg
Details
new module (to be placed into org.apache.fop.rtf.rtflib.rtfdoc) (4.02 KB, text/plain)
2003-10-28 23:05 UTC, Peter Herweg
Details
new module (to be placed into org.apache.fop.rtf.renderer) (13.77 KB, text/plain)
2003-10-28 23:06 UTC, Peter Herweg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Herweg 2003-10-28 23:03:20 UTC
Hello,

i'd like to submit the attached patch and modules.
They add support for blocks (also nested), inlines (also nested), underlined, 
italic, space-before/-after.

Sorry, this is a quite large patch. I could not keep it small.

Thanks and kind regards
Peter Herweg
Comment 1 Peter Herweg 2003-10-28 23:04:06 UTC
Created attachment 8788 [details]
patch file
Comment 2 Peter Herweg 2003-10-28 23:04:54 UTC
Created attachment 8789 [details]
new module (to be placed into org.apache.fop.rtf.rtflib.rtfdoc)
Comment 3 Peter Herweg 2003-10-28 23:05:18 UTC
Created attachment 8790 [details]
new module (to be placed into org.apache.fop.rtf.rtflib.rtfdoc)
Comment 4 Peter Herweg 2003-10-28 23:05:40 UTC
Created attachment 8791 [details]
new module (to be placed into org.apache.fop.rtf.rtflib.rtfdoc)
Comment 5 Peter Herweg 2003-10-28 23:06:04 UTC
Created attachment 8792 [details]
new module (to be placed into org.apache.fop.rtf.renderer)
Comment 6 Glen Mazza 2003-11-01 14:46:09 UTC
Thanks, Peter, I added your patches.  Note that you apparently forgot to give 
us the update to RTFHandler as you had for MIFHandler (to accompany the new 
Inline methods you added to the parent FOTreeHandler.java class)--So I just 
placed similar (empty) method definitions in RTFHandler.

We are thinking of moving the RTF renderer code (probably MIF also) to render.* 
or otherwise out of the root directory in the future--just FYI for you.

BTW, in addition to your fine coding, please sign up and participate on the FOP-
DEV and FOP-USER lists--wir moechten mehr ueber Sie wissen!  :-)

Thanks,
Glen
Comment 7 Glenn Adams 2012-04-01 06:32:24 UTC
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed