  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | -none- | -none- 2007-10-01 - By meenakshi thilagam
Back Hello Mister Bean, Thank you for your reply. I did as you said and it worked. Mintara --- mister bean <abinstock@(protected)> wrote:
> > I don't use the iText sharp version, but you have a > conceptual issue here. > > Leading is the distance between two baselines. So > if you make the leading > of this new paragraph only 0.7 pts below the image, > any text larger than 0.7 > pts will overwrite the image. > > Increase the leading so that the baseline of the > text is lower. By trial and > error you will find how much to lower it to so that > you have the gap you > want. > > For future reference, this distance will change > anytime you change the > typeface/font or the size of the text. > > ---mr. bean > > > meenakshi thilagam wrote: > > > > Hello Everybody, > > > > I have an image and a description below it. I want > to > > minimize the distance between the image and the > next > > line (description) > > I am using setLeading(0.7). The output Iam getting > is > > that the description is written on the image > itself. > > > > This is how I am doing it. > > > > > > iTextSharp::text::Image *gif = > > > iTextSharp::text::Image::GetInstance("c:\\imgage1.jpg"); > > gif->Alignment = > > iTextSharp::text::Image::MIDDLE_ALIGN; > > gif->ScaleToFit(470,800); > > document->Add(gif); > > > > Paragraph*p4=new > > Paragraph(this->txtdescription1->Text,font0); > > p4->set_Leading(0.7); > > p4->Alignment= > > iTextSharp::text::Image::MIDDLE_ALIGN; > > document->Add(p4); > > > > Else where I am drawing a table and a description > with > > setLeading(0.7) between the two, > > it works, but not here. > > What is wrong ? > > Thank you. > > Minatara. > > > > > > > > > __ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ______ __ __ > > Looking for a deal? Find great prices on flights > and hotels with Yahoo! > > FareChase. > > http://farechase.yahoo.com/ > > > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio > 2005. > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > __ ____ ____ ____ ____ ____ ____ ____ ____ ____ > > iText-questions mailing list > > iText-questions@(protected) > > > https://lists.sourceforge.net/lists/listinfo/itext-questions > > Buy the iText book: > http://itext.ugent.be/itext-in-action/ > > > > > > -- > View this message in context: > http://www.nabble.com/setLeading-Problem-tf4528572.html#a12925931 > Sent from the iText - General mailing list archive > at Nabble.com. > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio > 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > __ ____ ____ ____ ____ ____ ____ ____ ____ ____ > iText-questions mailing list > iText-questions@(protected) > https://lists.sourceforge.net/lists/listinfo/itext-questions > Buy the iText book: > http://itext.ugent.be/itext-in-action/ >
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ______ __ __ Moody friends. Drama queens. Your life? Nope! - their life, your story. Play Sims Stories at Yahoo! Games. http://sims.yahoo.com/
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ __ ____ ____ ____ ____ ____ ____ ____ ____ ____ iText-questions mailing list iText-questions@(protected) https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
|
|
 |