Re: [iText-questions] Textfield Style to Paragraph Style

2009-07-13 Thread Thomas Chille
2009/7/13 1T3XT info : > Which should be a no-brainer if you're using ColumnText and if you > understand the difference between "text mode" and "composite mode". > > I fail to see the question. > Do you know the difference between "text mode" and "composite mode"? No, not yet. I first read about i

Re: [iText-questions] Textfield Style to Paragraph Style

2009-07-12 Thread 1T3XT info
Thomas Chille wrote: > Yes i am trying indeed to simulate "flattening". > The main reason is, that i have to use in my "dynamic areas" not the > default line leading. And I want to use different styles within one > "dynamic area" too. So you're doing something as is done in this example: http:/

Re: [iText-questions] Textfield Style to Paragraph Style

2009-07-12 Thread Thomas Chille
2009/7/11 1T3XT info : > You're trying to achieve what "flattening" does out of the box. > Why? Ok, next try :) Yes i am trying indeed to simulate "flattening". The main reason is, that i have to use in my "dynamic areas" not the default line leading. And I want to use different styles within one

Re: [iText-questions] Textfield Style to Paragraph Style

2009-07-11 Thread 1T3XT info
Thomas Chille wrote: > Is it even possible to transfer the textfields text positioning to a > parapgraphs text by copy the textfields style properties? > > I hope i make myself clear. No, you're not making yourself clear. You're trying to achieve what "flattening" does out of the box. Why? -- Th

Re: [iText-questions] Textfield Style to Paragraph Style

2009-07-10 Thread Thomas Chille
Bruno, thanks for your reply! At first i try to achieve that the paragraph text in a column starts at the same absolute position like the text in a textfield which is positioned at this absolute position too. That's my problem for now. The missing line leading in textfields is just the reason fo

Re: [iText-questions] Textfield Style to Paragraph Style

2009-07-10 Thread Bruno Lowagie
Thomas Chille wrote: > Hi, > > am i totally wrong with my approach? You say you have to use a line leading, but you're not setting the leading anywhere. OK, you use 0 in the setSimpleColumn method, but that's the leading for "text mode". As you're adding the paragraph with addElement, you're i

Re: [iText-questions] Textfield Style to Paragraph Style

2009-07-10 Thread Thomas Chille
Hi, am i totally wrong with my approach? any hint would help. thanks in advance thomas 2009/7/9 Thomas Chille : > Hi, > > i am trying to determine the style of an existing multiline textfield > to use it on a newly created paragraph. I do this because i have to > use line leading wich is not su

[iText-questions] Textfield Style to Paragraph Style

2009-07-09 Thread Thomas Chille
Hi, i am trying to determine the style of an existing multiline textfield to use it on a newly created paragraph. I do this because i have to use line leading wich is not supported in textfields. It works fine except the y-values. They always are differing from field to parargraph, even so the nu