You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by shrutin <sh...@mastek.com> on 2009/09/30 07:18:15 UTC

Horizontal line under table headers

Hello,

How can I add a horizontal line under the table headers?

Also is it possible to control the line height of fo:marker, i did add a
line-height for the fo:block covering the marker but it does not seem to
work.

Thanks,
Shruti
-- 
View this message in context: http://www.nabble.com/Horizontal-line-under-table-headers-tp25675163p25675163.html
Sent from the FOP - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org


RE: Horizontal line under table headers

Posted by Roland Neilands <rn...@pulsemining.com.au>.
Shruti,

I vaguely recall that marker formats are controlled where you set them, not where you retrieve them.

Regards,
Roland

-----Original Message-----
From: shrutin [mailto:shrutij@mastek.com] 
Sent: Wednesday, 30 September 2009 3:18 PM
To: fop-users@xmlgraphics.apache.org
Subject: Horizontal line under table headers


Hello,

How can I add a horizontal line under the table headers?

Also is it possible to control the line height of fo:marker, i did add a
line-height for the fo:block covering the marker but it does not seem to
work.

Thanks,
Shruti
-- 
View this message in context: http://www.nabble.com/Horizontal-line-under-table-headers-tp25675163p25675163.html
Sent from the FOP - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org


AW: Horizontal line under table headers

Posted by Georg Datterl <ge...@geneon.de>.
Hi shrutin, 

The horizontal line could be a bottom border. The height of the marker can be influenced if you influence the height of the block in the marker. fo:marker itself only tells fop: "Use the following content in places where retrieve-marker asks for them". 

<fo:marker>
<fo:block line-height="10cm">text</fo:block>
</fo:marker>

Only the fo:block is placed soemwhere else, not the fo:marker element.

Regards,
 
Georg Datterl
 
------ Kontakt ------
 
Georg Datterl
 
Geneon media solutions gmbh
Gutenstetter Straße 8a
90449 Nürnberg
 
HRB Nürnberg: 17193
Geschäftsführer: Yong-Harry Steiert 

Tel.: 0911/36 78 88 - 26
Fax: 0911/36 78 88 - 20
 
www.geneon.de
 
Weitere Mitglieder der Willmy MediaGroup:
 
IRS Integrated Realization Services GmbH:    www.irs-nbg.de 
Willmy PrintMedia GmbH:                            www.willmy.de
Willmy Consult & Content GmbH:                 www.willmycc.de 
-----Ursprüngliche Nachricht-----
Von: shrutin [mailto:shrutij@mastek.com] 
Gesendet: Mittwoch, 30. September 2009 07:18
An: fop-users@xmlgraphics.apache.org
Betreff: Horizontal line under table headers


Hello,

How can I add a horizontal line under the table headers?

Also is it possible to control the line height of fo:marker, i did add a line-height for the fo:block covering the marker but it does not seem to work.

Thanks,
Shruti
--
View this message in context: http://www.nabble.com/Horizontal-line-under-table-headers-tp25675163p25675163.html
Sent from the FOP - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org