UCOP wrote:
> Hello. I had a question RE the use of variables with iText. I am
> able to infer how this works from the examples, but wanted to make
> sure anyways.
>
> See the example below. My question is this:
>
> Cell cell = new Cell("Here is some text"); table.addCell(cell);
>
> c
Hello. I had a question RE the use of variables with iText. I am able to infer how
this works from the examples, but wanted to make sure anyways.
See the example below. My question is this:
Cell cell = new Cell("Here is some text");
table.addCell(cell);
cell = new Cell("Here the variable i