On Friday 10 November 2006 20:29, Henry Lu wrote:
> What I'd see is to reduce the space between rows in a table.
What you are seeing is not space between the rows of the table, but the height
of each table cell and this is influenced by the height of the contents. Use
the setLeading method of the
Here is my code:
n = list.size();
t = new Table(4, n);
t.setCellpadding(0.1F);
t.setCellspacing(0.1F);
//t.setSpacing(-2.0F);
//t.setSpaceBetweenCells(-2.0F);
//t.setSpaceInsideCell(-2.0F);
//t.setDefau
Ok.
What space between which elements do you wish to reduce. Perhaps some example
code of what you are doing and maybe an example of the incorrect document
could be provided. Otherwise I'm just guessing.
Greetings,
Mark
On Friday 10 November 2006 16:46, Henry Lu wrote:
> I tried the followings
I tried the followings in the RTF
t.setCellpadding(0.1F);
t.setCellspacing(0.1F);
And there is no difference at all.
-Henry
Mark Hall wrote:
>On Friday 10 November 2006 15:20, Henry Lu wrote:
>
>
>>In RTF, How do we set the space between rows of a table and lines of
>