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 Jo...@kbcsecurities.be on 2002/02/04 12:04:27 UTC

Re: table border problem, and block text-align problem...

it's probably thick when you vieuw it with adobe acrobat reader...
when ya print it it will be the same size (normally)


the font you need to make an metrics file (xml) look into docs there
somewhere in subforlder will be a font.fo (read it)
then you'll know what to do


kind regards,



Jochen Maes
EDP departement
Programmeur

KBC-Securities
Havenlaan 16
1080 Brussel

Tel : 02/429.96.81
Fax : 02/429.17.48
E-mail : Jochen.Maes@kbcsecurities.be

**********************************************************************************************************************************************************

This message is for the named person's use only. It may contain
confidential, proprietary or legally privileged information. You must not,
directly or indirectly, use, disclose, distribute, print, or copy any part
of this message if you are not the intended recipient. KBC Securities
reserves the right to monitor all e-mail communications through its
networks. Any views expressed in this message are those of the individual
sender, except where the message states otherwise and the sender is
authorised to state them to be the views of any such entity.
**********************************************************************************************************************************************************


                                                                                                                     
                    "Nick Winger"                                                                                    
                    <nick.winger@va        To:     "Apache Mailinglist \(E-Mail\)" <fo...@xml.apache.org>          
                    nguard.at>             cc:                                                                       
                                           Subject:     table border problem, and block text-align problem...        
                    04-02-02 01:10                                                                                   
                    PM                                                                                               
                    Please respond                                                                                   
                    to fop-dev                                                                                       
                                                                                                                     
                                                                                                                     




hi !


i've got the following table:

<fo:table width="100%" border-top-style="solid" border-top-width="0.2mm"
 border-bottom-style="solid" border-bottom-width="0.2mm"
 border-left-style="solid" border-left-width="0.2mm"
 border-right-style="solid" border-right-width="0.2mm"
 table-omit-header-at-break="false" table-omit-footer-at-break="false">

but only the very right border is thick. the top, bottom and left border
are
thin...

know why ?

second:

i have the following block in a table cell:

 <fo:table-cell border-width="0.1mm" border-style="solid"
padding-before="3pt" padding-start="3pt" padding-end="3pt"
padding-after="3pt">
    <fo:block font-family="Times" font-size="13pt" font-weight="bold"
text-align="left">
        some text
    </fo:block>
</fo:table-cell>"

but the compiler says the following error for the text-align property:

Warning: Unknown enumerated value for property 'text-align': left
Error in text-align property value 'left':
org.apache.fop.fo.expr.PropertyException: No conversion defined

third:

what is the font-family name for Arial, because when i say
font-family="Arial" i get an error message !


greetings

Nick Winger

(Software-Developer)



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






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