I don´t intend to fail to respect either the seriousness of anybody. Wonder
if these questions is because I certainly locked. I am a serious person that
the only thing he wants is to make my job, I am not writing in order to hurt
or wasting time anyone. And I have to speak in english, and it is very
dificult for me.

But I appreciate your advice and try to put them into practice. Excuse me
for not knowing more and gain more control over itext.

A greeting.


2008/4/3, Bruno Lowagie <[EMAIL PROTECTED]>:
>
> Javier Del Amo wrote:
> > I have this:
> >
> >    Paragraph val = new Paragraph ("VALORACIÓN", seccíon);
> >    Anchor enlaceval = new Anchor("VALORACIÓN", seccion);
> >    enlaceval.setReference("#VALORACIÓN");
> >    val.add(enlaceval);
>
>
> You deliberately repeat the word.
> What you do is like:
> a = 1;
> b = 1;
> a = a + b;
> Now you see that a = 2 and you complain that you want it to be 1.
> April 1 was a few days ago, you know!
>
> Why didn't you try:
>
> Paragraph val = new Paragraph ("", seccíon);
>
> Anchor enlaceval = new Anchor("VALORACIÓN", seccion);
> enlaceval.setReference("#VALORACIÓN");
> val.add(enlaceval);
>
>
> Or something similar?
>
>
> >      Section sectionval = cap2.addSection(val);
>
>
> Moreover, I would never think of using an Anchor to create
> a PdfDestination; iText creates a PdfDestinations automatically
> for every Chapter and Section title. It's used in the outline
> tree. If I needed an extra destination, I'd use a PageEvent:
> onChapter or onWriter.
>
>
> > Ok Bruno, as you see, the result of this code is two words "VALORACIÓN".
>
>
> Just like 1 and 1 is 2. Honestly, you're not being serious
> asking questions like this.
>
>
> > One of this is the Section, and the other is the Anchor. My purpose is
> > to have one word "VALORACIÓN" that is at the same time a section and an
> > internal link.
>
>
> Either your question is a joke, or I still don't understand it.
>
> br,
> Bruno
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
>
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________
> iText-questions mailing list
> iText-questions@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/itext-questions
>
> Do you like iText?
> Buy the iText book: http://www.1t3xt.com/docs/book.php
> Or leave a tip: https://tipit.to/itexttipjar
>
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Do you like iText?
Buy the iText book: http://www.1t3xt.com/docs/book.php
Or leave a tip: https://tipit.to/itexttipjar

Reply via email to