As shown, the text content are child nodes of the document root node
(<document>).

The para tag is misleading since it appears to be actually designed to
something, such a align the text after it somehow.  But since the tag is empty
(that is, it has no text content), it can do no such thing.

If the text content is supposed to be impacted by the para tag, then the para
tag must enclose it... so as Bruno corrected, it *must* be:
<paragraph_with_nonleft_alignment >
Blah blah blah
</paragraph_with_nonleft_alignment >

-----Original Message-----
From: Eugene [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 03, 2002 11:20 AM
To: [EMAIL PROTECTED]
Subject: [iText-questions] :(


<document>
<paragraph_with_nonleft_alignment />
Blah blah blah
<paragraph_with_nonleft_alignment />
Blah blah blah
<newline />
</document>

This is a template of some document. And "Blah blah blah" phrase is a
static text in it. And it will be some data from the DataBase at the place of
the
<paragraph_with_nonleft_alignment /> tag. This static text put out
document format: it can be only the left alignment text  after it.


 Eugene                          mailto:[EMAIL PROTECTED]



-------------------------------------------------------
This SF.net email is sponsored by: Microsoft Visual Studio.NET 
comprehensive development tool, built to increase your 
productivity. Try a free online hosted session at:
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions


-------------------------------------------------------
This SF.net email is sponsored by: Microsoft Visual Studio.NET 
comprehensive development tool, built to increase your 
productivity. Try a free online hosted session at:
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to