Re: [iText-questions] variable reuse in iText

2002-01-28 Thread Tim Bray
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

[iText-questions] variable reuse in iText

2002-01-26 Thread UCOP
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