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 Sudarshan Saravu <su...@db.com> on 2004/05/17 05:53:07 UTC

Column level Border Not seen

Hi,

The Column level BORDER is not seen in the generated PDF,

find the sample code here i am trying... am i going wrong somewhere?


Thnx in Advance,


Cheers,
Sudarshan.






     <fo:block-container border-color="black" border-width="0.1pt" height="0.5cm" width="16.5cm" top="10.3cm" left="0cm" padding="0pt" position="absolute" keep-with-next="always" keep-together="always">
               <fo:table border="solid" border-color="black" border-width="0.01pt" table-layout="fixed" >
                 <fo:table-column column-width="2.35cm" border-width="1mm" border-color="black" />
                 <fo:table-column column-width="2.35cm" border-width="1mm" border-color="black" />
                 <fo:table-column column-width="2.35cm" border-width="1mm" border-color="black"/>
                 <fo:table-column column-width="2.35cm" border-width="1mm" border-color="black"/>
                 <fo:table-column column-width="2.35cm" border-width="1mm" border-color="black"/>
                 <fo:table-column column-width="2.35cm" border-width="1mm" border-color="black"/>
                 <fo:table-column column-width="2.35cm" border-width="1mm" border-color="black"/>



                 <fo:table-body>
                    <fo:table-row >
                      <fo:table-cell>
                         <fo:block font-size="7pt" font-weight="bold" space-after="1.5mm" space-before="1mm" start-indent="1mm">ISIN
                             </fo:block>
                      </fo:table-cell>
                      <fo:table-cell>
                         <fo:block font-size="7pt" font-weight="bold" space-before="1mm" >Term
                             </fo:block>
                      </fo:table-cell>
                      <fo:table-cell>
                         <fo:block font-size="7pt" font-weight="bold" space-before="1mm" >Issue Date
                         </fo:block>
                      </fo:table-cell>
                    </fo:table-row>

                    </fo:table-body>

                 </fo:table>
               </fo:block-container>



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


Re: Column level Border Not seen

Posted by Martin Regner <m....@dievision.de>.
Hey,
i don't know if it work this way, but have you tried 
border-style="solid"?

Greetings,
Martin

Am Montag, 17. Mai 2004 05:53 schrieb Sudarshan Saravu:
> Hi,
>
> The Column level BORDER is not seen in the generated PDF,
>
> find the sample code here i am trying... am i going wrong somewhere?
>
>
> Thnx in Advance,
>
>
> Cheers,
> Sudarshan.
>
>
>
>
>
>
>      <fo:block-container border-color="black" border-width="0.1pt"
> height="0.5cm" width="16.5cm" top="10.3cm" left="0cm" padding="0pt"
> position="absolute" keep-with-next="always" keep-together="always">
> <fo:table border="solid" border-color="black" border-width="0.01pt"
> table-layout="fixed" > <fo:table-column column-width="2.35cm"
> border-width="1mm" border-color="black" /> <fo:table-column
> column-width="2.35cm" border-width="1mm" border-color="black" />
> <fo:table-column column-width="2.35cm" border-width="1mm"
> border-color="black"/> <fo:table-column column-width="2.35cm"
> border-width="1mm" border-color="black"/> <fo:table-column
> column-width="2.35cm" border-width="1mm" border-color="black"/>
> <fo:table-column column-width="2.35cm" border-width="1mm"
> border-color="black"/> <fo:table-column column-width="2.35cm"
> border-width="1mm" border-color="black"/>
>
>
>
>                  <fo:table-body>
>                     <fo:table-row >
>                       <fo:table-cell>
>                          <fo:block font-size="7pt" font-weight="bold"
> space-after="1.5mm" space-before="1mm" start-indent="1mm">ISIN </fo:block>
>                       </fo:table-cell>
>                       <fo:table-cell>
>                          <fo:block font-size="7pt" font-weight="bold"
> space-before="1mm" >Term </fo:block>
>                       </fo:table-cell>
>                       <fo:table-cell>
>                          <fo:block font-size="7pt" font-weight="bold"
> space-before="1mm" >Issue Date </fo:block>
>                       </fo:table-cell>
>                     </fo:table-row>
>
>                     </fo:table-body>
>
>                  </fo:table>
>                </fo:block-container>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
> For additional commands, e-mail: fop-user-help@xml.apache.org

-- 
Dievision GmbH | Kriegerstrasse 44 | 30161 Hannover
Telefon: (0511) 288791-0 | Telefax: (0511) 288791-99
http://www.dievision.de | mailto:m.regner@dievision.de


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