-- Bill

"J.Pietschmann" <[EMAIL PROTECTED]> wrote on 04/24/2006 04:47:57 PM:

> Bill Greene wrote:
> > I am puzzled as to why FOP seems to think that I have specified a
> > "table-layout" of "auto".
> 
> That's because you didn't specify a table-layout property
> on the table, therefore the default kicks in which happens
> to be "auto". You can ignore the warning, or specify
> table-layout="fixed".

Specify it where?  As I said in my original message:

> Note in the following invocation of FOP, that I passed the 
"table-layout"
> parameter as "fixed", not "auto".  An earlier run hinted that the 
default
> value for "border-before-width.conditionality" might be causing an 
"auto"
> attribute to be generated, which is why I set that parameter here:
> 
> c:\\j2sdk1.4.2_10/bin/java.exe -verbose -showversion \
>       -Xmx1500m \
>       -classpath 
> 'c:\j2sdk1.4.2_10\bin;...;C:\cygwin\usr\share\java\jimi-1.0.jar' \
>       org.apache.fop.cli.Main -d -x -r -v \
>       -fo  generated/dim-design.fo \
>       -param border-collapse 'separate' \ 
>       -param hyphenate 'false' \
>       -param table-layout 'fixed' \     <--- *** Am I not specifying 
table-layout="fixed" here? ***
>       -param nominal-table-width '7.5in' \
>       -param border-before-width.conditionality 'discard' \
>       -pdf generated/dim-design.pdf
> ...
> 
> J.Pietschmann
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to