aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/rtf
Commit message (Collapse)AuthorAgeFilesLines
* RTF structural renderer moved from root to render.rtf, joining all the other ↵Glen Mazza2003-11-0495-15178/+0
| | | | | | | | | | renderers RTF Library moved from root to render.rtf.rtflib, but kept separate from renderer itself. See: http://marc.theaimsgroup.com/?l=fop-dev&m=106753338719406&w=2 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196981 13f79535-47bb-0310-9956-ffa450edef68
* Peter Herweg's missed files from his previous RTF patch.Glen Mazza2003-11-012-116/+95
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196976 13f79535-47bb-0310-9956-ffa450edef68
* Peter Herweg's RTF patches applied--note the RTFHandler update was missing,Glen Mazza2003-11-0111-13/+881
| | | | | | | added similar changes as was done to the MIFHandler. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196975 13f79535-47bb-0310-9956-ffa450edef68
* apply patch from Peter Herweg for RTF pagination properties (see ↵William Victor Mote2003-10-153-0/+142
| | | | | | http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23464) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196960 13f79535-47bb-0310-9956-ffa450edef68
* Fixed Testcase. Joerg Pietschmann2003-09-271-8/+8
| | | | | | | | Some style changes. Replace FIXME with TODO git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196939 13f79535-47bb-0310-9956-ffa450edef68
* reset background-color for each paragraph, submitted by Peter Herweg, see ↵William Victor Mote2003-09-211-3/+8
| | | | | | http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23302 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196935 13f79535-47bb-0310-9956-ffa450edef68
* style changes onlyWilliam Victor Mote2003-09-191-61/+72
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196928 13f79535-47bb-0310-9956-ffa450edef68
* add support for "xsl-region-before", "xsl-region-after" and fo:page-number ↵William Victor Mote2003-09-191-4/+123
| | | | | | tag, submitted by Peter Herweg, see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23274 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196927 13f79535-47bb-0310-9956-ffa450edef68
* style changes onlyWilliam Victor Mote2003-09-185-467/+475
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196922 13f79535-47bb-0310-9956-ffa450edef68
* changes for RTF tables, submitted by Peter Herweg, see ↵William Victor Mote2003-09-187-18/+1211
| | | | | | http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23166 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196921 13f79535-47bb-0310-9956-ffa450edef68
* add structure for handling table columns in fo/FOInputHandler and its ↵William Victor Mote2003-09-161-0/+15
| | | | | | subclasses -- submitted by Peter Herweg, see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23085 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196916 13f79535-47bb-0310-9956-ffa450edef68
* make RtfColorTable.getColorNumber return an Integer instead of int, so that ↵William Victor Mote2003-09-162-15/+15
| | | | | | it can return a null value -- submitted by Peter Herweg, see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23082 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196915 13f79535-47bb-0310-9956-ffa450edef68
* add support for font-size and font-weight, as per patch from Peter Herweg ↵William Victor Mote2003-09-091-0/+18
| | | | | | (mailto:pherweg@web.de) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196893 13f79535-47bb-0310-9956-ffa450edef68
* remove global import statementsWilliam Victor Mote2003-09-083-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196891 13f79535-47bb-0310-9956-ffa450edef68
* 1. Partial implementation of fo:region-xxx and background-color propertyGlen Mazza2003-09-011-1/+1
| | | | | | | | | | | | | | | in AWTRenderer. 2. ColorType has a new getAWTColor() method, also alpha() function renamed to getAlpha(). Definition of Alpha values switched to make consistent with java.awt.Color (i.e., 0 is transparent and 1 is opaque). 3. AbstractRenderer's handleViewportTraits() renamed to handleRegionTraits() to lesson confusion (FOP has three types of viewports-- Page, Region, and Block--handleViewportTraits() was only good for Region.) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196878 13f79535-47bb-0310-9956-ffa450edef68
* move control/Document to apps/DocumentWilliam Victor Mote2003-08-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196817 13f79535-47bb-0310-9956-ffa450edef68
* 1. integrate Document and LayoutStrategy into workflowWilliam Victor Mote2003-08-151-11/+3
| | | | | | | 2. make Document a child of Driver and start integrating this hierarchy git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196803 13f79535-47bb-0310-9956-ffa450edef68
* 1. create control packageWilliam Victor Mote2003-08-141-3/+3
| | | | | | | 2. move layout.FontInfo to control.Document git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196798 13f79535-47bb-0310-9956-ffa450edef68
* 1. convert fo.FOTreeHandler to fire events when it completes a PageSequence ↵William Victor Mote2003-08-121-1/+3
| | | | | | | | | | | or document object 2. move logic that starts layout from fo.FOTreeHandler to apps.Driver. 3. add logic to apps.Driver to handle the events fired from fo.FOTreeHandler 4. end result is that FOTreeHandler now allows other objects to handle page-sequence and document objects in a manner similar to the way SAX allows them to handle XML elements. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196787 13f79535-47bb-0310-9956-ffa450edef68
* rename StructureHandler to FOInputHandler to clarify that its subclasses are ↵William Victor Mote2003-07-291-48/+48
| | | | | | handling data for output that is either structured or laid out git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196756 13f79535-47bb-0310-9956-ffa450edef68
* Inter-package references between fo.flow and fo.pagination removed by moving ↵Glen Mazza2003-07-171-1/+1
| | | | | | | | | | | Flow and StaticContent classes to pagination package. Pagination.PageSequence and .Root children Title, Declarations, and ColorProfile also moved under pagination. Rationale given here: http://marc.theaimsgroup.com/?l=fop-dev&m=105813290817472&w=2 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196722 13f79535-47bb-0310-9956-ffa450edef68
* cleanup some gump javadoc warningsWilliam Victor Mote2003-07-161-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196719 13f79535-47bb-0310-9956-ffa450edef68
* Place RTFLib into its own group for purposes of javadoc generation. Add ↵William Victor Mote2003-07-076-0/+40
| | | | | | package.html files for the RTFLib packages. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196630 13f79535-47bb-0310-9956-ffa450edef68
* clean up javadoc warning (can't reference ↵William Victor Mote2003-07-071-9/+11
| | | | | | org.apache.fop.rtf.rtflib.testdocs.NestedTable because it is not marked "public") git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196629 13f79535-47bb-0310-9956-ffa450edef68
* clean up gump javadoc warningsWilliam Victor Mote2003-07-063-7/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196628 13f79535-47bb-0310-9956-ffa450edef68
* Changes to implement background color at the paragraph level in RTF output.William Victor Mote2003-07-053-8/+54
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196608 13f79535-47bb-0310-9956-ffa450edef68
* style changes only, mostly javadoc comments and refactoring of namesWilliam Victor Mote2003-07-044-50/+99
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196587 13f79535-47bb-0310-9956-ffa450edef68
* extract method adjustBorderProperties from writeRtfContent, primarily to ↵William Victor Mote2003-07-041-19/+24
| | | | | | satisfy checkstyle requirements for method size. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196586 13f79535-47bb-0310-9956-ffa450edef68
* style changes only, mostly javadoc comments and refactoring of namesWilliam Victor Mote2003-07-035-147/+275
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196569 13f79535-47bb-0310-9956-ffa450edef68
* style changes only, mostly javadoc comments and refactoring of namesWilliam Victor Mote2003-07-033-101/+216
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196566 13f79535-47bb-0310-9956-ffa450edef68
* style changes only, mostly javadoc comments and refactoring of namesWilliam Victor Mote2003-07-038-74/+178
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196565 13f79535-47bb-0310-9956-ffa450edef68
* style changes only, mostly javadoc comments and refactoring of namesWilliam Victor Mote2003-07-035-64/+109
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196564 13f79535-47bb-0310-9956-ffa450edef68
* style changes only, mostly javadoc comments and refactoring of namesWilliam Victor Mote2003-07-034-71/+145
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196562 13f79535-47bb-0310-9956-ffa450edef68
* style changes only, mostly javadoc commentsWilliam Victor Mote2003-07-021-6/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196561 13f79535-47bb-0310-9956-ffa450edef68
* Extract computeImageSize and writeSizeInfo methods (to reduce size of ↵William Victor Mote2003-07-021-30/+41
| | | | | | writeRtfContentWithException for checkstyle). Compiles but untested. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196560 13f79535-47bb-0310-9956-ffa450edef68
* style changes only, mostly javadoc comments and refactoring of namesWilliam Victor Mote2003-07-0223-211/+281
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196559 13f79535-47bb-0310-9956-ffa450edef68
* style changes only, mostly javadoc comments and refactoring of namesWilliam Victor Mote2003-07-026-68/+131
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196558 13f79535-47bb-0310-9956-ffa450edef68
* style changes only, mostly javadoc comments and refactoring of namesWilliam Victor Mote2003-07-025-44/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196557 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup style issues, mostly javadoc comments.William Victor Mote2003-07-0117-102/+249
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196554 13f79535-47bb-0310-9956-ffa450edef68
* Add javadoc comments. Remove unused IBorderAttributes.java interface, whose ↵William Victor Mote2003-07-012-92/+29
| | | | | | content is duplicated in BorderAttributesConverter.java. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196553 13f79535-47bb-0310-9956-ffa450edef68
* Refactor constants to conform to style guidelines. Add javadoc comments.William Victor Mote2003-06-3011-51/+77
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196552 13f79535-47bb-0310-9956-ffa450edef68
* Got some low hanging style errors as reported by eclipse.Joerg Pietschmann2003-06-302-18/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196551 13f79535-47bb-0310-9956-ffa450edef68
* Refactor constants to conform to style guidelines.William Victor Mote2003-06-302-8/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196550 13f79535-47bb-0310-9956-ffa450edef68
* style changes only.William Victor Mote2003-06-3026-272/+303
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196547 13f79535-47bb-0310-9956-ffa450edef68
* style changes onlyWilliam Victor Mote2003-06-3031-711/+657
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196543 13f79535-47bb-0310-9956-ffa450edef68
* style changes onlyWilliam Victor Mote2003-06-3020-322/+302
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196542 13f79535-47bb-0310-9956-ffa450edef68
* Convert all tab characters to spaces to comply with style requirements.William Victor Mote2003-06-3040-2594/+2592
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196541 13f79535-47bb-0310-9956-ffa450edef68
* Place jfor credits in a separate section, primarily to keep the standard ↵William Victor Mote2003-06-2980-684/+1137
| | | | | | header intact. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196540 13f79535-47bb-0310-9956-ffa450edef68
* Bug #20397: Move StructureHandler.java to fo package and LayoutHandler.java ↵Glen Mazza2003-06-291-43/+42
| | | | | | to layoutmgr package. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196538 13f79535-47bb-0310-9956-ffa450edef68
* style changes onlyWilliam Victor Mote2003-06-271-40/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196536 13f79535-47bb-0310-9956-ffa450edef68