I'm not exactly sure I follow the question, but I think (hope) I understand it well enough to answer. The example you gave seems a bit off, though, as I don't see how the word "Test3" would ever break in the middle. The only break opportunity in the "Test3 Test3" inline would be at the space between the first "Test3" and second "Test3". If you truly don't want spaces within inlines to be treated as break opportunities, it seems a possible solution would be to replace all space characters ( ) with non-breaking space characters ( ).
Also... <block> <inline>Test1</inline> <inline>Test2</inline> </block> Will not create "Test1 Test2" but "Test1Test2", so if you do want a break opportunity between those inlines, you'll need to insert them manually. -----Original Message----- From: gtsopour [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2008 5:15 AM To: [email protected] Subject: Inline blocks in fop 0.94 (not block with inlines) <fo:block> <fo:inline>Text1</fo:inline> <fo:inline>Text2</fo:inline> </fo:block> I have a block and i put in it some inlines, as shown in the example. I want the inlines untouched-solid in a single line if they fit and if they don't feet , then change line main whole(do not get cut at the end of current line and continue at the next line). I How to keep the last inline in a single line, in case that it is too large too fit;;;;;;;;; Example (inlines seprated by coma(,)) NOT |||||||Test1 Test1, Test2 Test2, Test3 Te|||||||| |||||||st3|||||||| BUT |||||||Test1 Test1, Test2 Test2,|||||||| |||||||Test3 Test3|||||||| Thanks in advance!!! -- View this message in context: http://www.nabble.com/Inline-blocks-in-fop-0.94-%28not-block-with-inlines%29-tp18234290p18234290.html Sent from the FOP - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ---------------------------------------------------------------------- CONFIDENTIALITY NOTICE This message and any included attachments are from Cerner Corporation and are intended only for the addressee. The information contained in this message is confidential and may constitute inside or non-public information under international, federal, or state securities laws. Unauthorized forwarding, printing, copying, distribution, or use of such information is strictly prohibited and may be unlawful. If you are not the addressee, please promptly delete this message and notify the sender of the delivery error by e-mail or you may call Cerner's corporate offices in Kansas City, Missouri, U.S.A at (+1) (816)221-1024. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
