[iText-questions] Groups e SubGroups

2006-04-28 Thread marvit
Hello Paulo, I need help me for mount this report, with Groups and subgroups, want to know what by the way, bellow the model: Manager: Pedro Employees Age Ocupation Ana20 Analista Paula 30 Caixa Claudia50 An

[iText-questions] Question PdfContentByte

2006-04-19 Thread marvit
Bruno, How position the rectangule, i obtain position text, but rectangule no, below code. PdfContentByte cb; cb = writer.DirectContent; cb1.RoundRectangle(0, 0, 284, 120,10); cb1.Stroke(); Thanks Marcio Martins

[iText-questions] Itext C#

2006-04-13 Thread marvit
Bruno, When the version C# will stay equal the Java, for download. Tks, Marcio Martins

Re: [iText-questions] Table Headers

2006-04-07 Thread marvit
Bruno, I would like that you saw o .pdf, because when have more table, o header father no show in others pages. I'm using the object Table(), try add the table in HeaderFooter(), but not compatible object. Tks. Em (09:05:20), bruno escreveu: >marvit wrote: >

[iText-questions] Table Headers

2006-04-06 Thread marvit
>Bruno, > > I am sending .pdf to you analyze, see you that o report has a Header >and sub-Headers. > > I created all report in one object table to that create dependences >between the headers e sub-headers. > > I would like that show sub-headers when necessary(break pages). > >Tks. Ma

[iText-questions] Question Table Section

2006-04-06 Thread marvit
Hello, How Create section in the table? I need repeat sub-titles when insert new pages. This is Possible? Tks. Marcio Rodrigues Martins [EMAIL PROTECTED]

[iText-questions] Question Table Set Font

2006-03-27 Thread marvit
Hello, As I can change the attributes of the font in a table. Thanks