Re: [iText-questions] points per inch

2005-03-29 Thread Justin Lee
ot; <[EMAIL PROTECTED]> > To: "Paulo Soares" <[EMAIL PROTECTED]> > Cc: > Sent: Wednesday, March 30, 2005 12:42 AM > Subject: Re: [iText-questions] points per inch > > > >>Does that also apply to page margins? >> >>Paulo Soares wrote:

Re: [iText-questions] points per inch

2005-03-29 Thread Paulo Soares
TECTED]> Cc: Sent: Wednesday, March 30, 2005 12:42 AM Subject: Re: [iText-questions] points per inch > Does that also apply to page margins? > > Paulo Soares wrote: > > 72 also works vertically. You must use a PdfPTable and a > > PdfPCell.setFixedHeight(). > > >

Re: [iText-questions] points per inch

2005-03-29 Thread Justin Lee
h 30, 2005 12:17 AM > Subject: [iText-questions] points per inch > > > >>I'm trying to create a band across the top that is 7/8 inch tall. The >>table/cell height is specified by a float, but what unit is that float >>in? i.e., what can I use to say 7/8 * FOO t

Re: [iText-questions] points per inch

2005-03-29 Thread Paulo Soares
72 also works vertically. You must use a PdfPTable and a PdfPCell.setFixedHeight(). - Original Message - From: "Justin Lee" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 30, 2005 12:17 AM Subject: [iText-questions] points per inch > I'm trying to create a ban

[iText-questions] points per inch

2005-03-29 Thread Justin Lee
I'm trying to create a band across the top that is 7/8 inch tall. The table/cell height is specified by a float, but what unit is that float in? i.e., what can I use to say 7/8 * FOO to get the height I want. I need to do this in several places for both vertical and horizontal spacing. Horizont