Hi
Maybe I uncovered a bug in the RtfWriter? 
 
Given the following code fragment, The title of the chapter is centered
in the PDF output but not the RTFoutput. 
// Create a paragraph for the chapter title
Paragraph titleP = new Paragraph (title, fontTitle_);
titleP.setAlignment(Element.ALIGN_CENTER);
chapter_ = new Chapter (titleP, getNextChapterNumber());
chapter_.setNumberDepth(0);
 --
Bowden
 

Reply via email to