Re: [iText-questions] DottedLineSeparator and paragraph alignment

2009-05-31 Thread 1T3XT info
Mathias Nilsson wrote: > Pardon me for asking but you say that I shouldn't wrap my table in a > columntext. > How can I absolute position the table? With writeSelectedRows (see chapter 6 of "iText in Action"). -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info

Re: [iText-questions] DottedLineSeparator and paragraph alignment

2009-05-30 Thread Mathias Nilsson
Pardon me for asking but you say that I shouldn't wrap my table in a columntext. How can I absolute position the table? -- View this message in context: http://www.nabble.com/DottedLineSeparator-and-paragraph-alignment-tp23763684p23800131.html Sent from the iText - General mailing list archive a

Re: [iText-questions] DottedLineSeparator and paragraph alignment

2009-05-30 Thread Mathias Nilsson
Ok -- View this message in context: http://www.nabble.com/DottedLineSeparator-and-paragraph-alignment-tp23763684p23799855.html Sent from the iText - General mailing list archive at Nabble.com. -- Register Now for Creat

Re: [iText-questions] DottedLineSeparator and paragraph alignment

2009-05-30 Thread 1T3XT info
Mathias Nilsson wrote: > Hi, > > I hope I'm not making a simple mistake here but here is some simple code. I've added a fix to iText in the SVN repository to avoid that ALIGN_RIGHT or ALIGN_CENTER has any effect if you use horizontal separators. As you can see in the code below, right aligned w

Re: [iText-questions] DottedLineSeparator and paragraph alignment

2009-05-30 Thread 1T3XT info
Mathias Nilsson wrote: > Hi, > > I hope I'm not making a simple mistake here but here is some simple code. Either your example doesn't really make sense, or I don't understand what you're trying to achieve. People use the DottedLineSeparator in left aligned paragraphs because they want part of

Re: [iText-questions] DottedLineSeparator and paragraph alignment

2009-05-30 Thread Mathias Nilsson
Hi, I hope I'm not making a simple mistake here but here is some simple code. package se.edgesoft; import java.io.FileOutputStream; import com.lowagie.text.Chunk; import com.lowagie.text.Document; import com.lowagie.text.Element; import com.lowagie.text.Font; import com.lowagie.text.Paragraph;

Re: [iText-questions] DottedLineSeparator and paragraph alignment

2009-05-28 Thread 1T3XT info
Mathias Nilsson wrote: > Hi, > > When using the DottedLineSeparator I can get it to work if the Paragraph is > aligned left. > > I have a columnText and a pdftable with one cell. The paragraph is added to > the cell. > If I have 3 chunks and the middle is a DottedLineSeparator then it will only

[iText-questions] DottedLineSeparator and paragraph alignment

2009-05-28 Thread Mathias Nilsson
Hi, When using the DottedLineSeparator I can get it to work if the Paragraph is aligned left. I have a columnText and a pdftable with one cell. The paragraph is added to the cell. If I have 3 chunks and the middle is a DottedLineSeparator then it will only work if the paragraph is aligned left.