You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2007/03/25 12:36:03 UTC

DO NOT REPLY [Bug 41942] New: - fo:leader elements are ignored when converted to RTF

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41942>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41942

           Summary: fo:leader elements are ignored when converted to RTF
           Product: Fop
           Version: 0.93
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: rtf
        AssignedTo: fop-dev@xmlgraphics.apache.org
        ReportedBy: dlai333@hotmail.com


I'm using FOP 0.93 to convert FO to RTF. The FO consists of fo:leader elements 
as below. These fo:leader elements are converted to blank lines for PDF output 
but not for RTF. It seems these fo:leader elements are ignored by FOP when 
converted to RTF.

<fo:block line-height="13.7pt">
<fo:leader line-height="13.7pt"/>
</fo:block>

1.0dev gives the same result.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

DO NOT REPLY [Bug 41942] - fo:leader elements are ignored when converted to RTF

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41942>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41942





------- Additional Comments From a_l.delmelle@pandora.be  2007-03-25 03:47 -------

Just an idea for a workaround:
With 1.0dev it is possible to create empty lines in PDF output like so:

<fo:block line-height="13.7pt" linefeed-treatment="preserve">&#x0A;</fo:block>

I'm not sure if RTF output respects linefeed-preservation, though...

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.