aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/rtf/renderer/RTFHandler.java
Commit message (Expand)AuthorAgeFilesLines
* RTF structural renderer moved from root to render.rtf, joining all the other ...Glen Mazza2003-11-041-773/+0
* Peter Herweg's missed files from his previous RTF patch.Glen Mazza2003-11-011-114/+93
* Peter Herweg's RTF patches applied--note the RTFHandler update was missing,Glen Mazza2003-11-011-0/+13
* apply patch from Peter Herweg for RTF pagination properties (see http://nagoy...William Victor Mote2003-10-151-0/+18
* Fixed Testcase. Joerg Pietschmann2003-09-271-8/+8
* reset background-color for each paragraph, submitted by Peter Herweg, see htt...William Victor Mote2003-09-211-3/+8
* style changes onlyWilliam Victor Mote2003-09-191-61/+72
* add support for "xsl-region-before", "xsl-region-after" and fo:page-number ta...William Victor Mote2003-09-191-4/+123
* style changes onlyWilliam Victor Mote2003-09-181-74/+61
* changes for RTF tables, submitted by Peter Herweg, see http://nagoya.apache.o...William Victor Mote2003-09-181-18/+166
* add structure for handling table columns in fo/FOInputHandler and its subclas...William Victor Mote2003-09-161-0/+15
* make RtfColorTable.getColorNumber return an Integer instead of int, so that i...William Victor Mote2003-09-161-2/+2
* add support for font-size and font-weight, as per patch from Peter Herweg (ma...William Victor Mote2003-09-091-0/+18
* 1. Partial implementation of fo:region-xxx and background-color propertyGlen Mazza2003-09-011-1/+1
* move control/Document to apps/DocumentWilliam Victor Mote2003-08-201-1/+1
* 1. integrate Document and LayoutStrategy into workflowWilliam Victor Mote2003-08-151-11/+3
* 1. create control packageWilliam Victor Mote2003-08-141-3/+3
* 1. convert fo.FOTreeHandler to fire events when it completes a PageSequence o...William Victor Mote2003-08-121-1/+3
* rename StructureHandler to FOInputHandler to clarify that its subclasses are ...William Victor Mote2003-07-291-48/+48
* Inter-package references between fo.flow and fo.pagination removed by moving ...Glen Mazza2003-07-171-1/+1
* Changes to implement background color at the paragraph level in RTF output.William Victor Mote2003-07-051-3/+45
* Got some low hanging style errors as reported by eclipse.Joerg Pietschmann2003-06-301-14/+8
* Bug #20397: Move StructureHandler.java to fo package and LayoutHandler.java ...Glen Mazza2003-06-291-43/+42
* Get rtflib (jfor) files to compile.William Victor Mote2003-06-261-6/+6
* Add support for text-align in paragraphs.William Victor Mote2003-06-181-2/+34
* Fix checkstyle problems.William Victor Mote2003-05-061-2/+93
* Clean up StructureHandler's startPageSequence() method to remove unnecessary ...William Victor Mote2003-05-061-1/+1
* Make StructureHandler and most of its methods abstract. It is never instantia...William Victor Mote2003-05-061-11/+115
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+204