View Single Post
Old 02-23-2009, 08:32 AM   #5 (permalink)
Ultimatum
The Wanderer
 
Join Date: Jan 2008
Posts: 13
Thanks: 0
Ultimatum is on a distinguished road
Default

Gibou thanks for your explanation. But I have a few questions on your post. How do I add the objects Page etc.. to the class WordDocument. Now I have a method addParagraph and then I pass the object paragraph to that method or should I extend Page class with WordDocument class?

And it is possible to put images and text in header/footer as well and it is also possible to add pagenumbers to those so it's a little more then only paragraphs. In the class Text I know have all the properties like fontsize, fontfamily, fontcolor, bold, italic, underline. And with the Text class I can give every line other properties. That's why I have a Text class.

I love more comments from anybody to help me solve this problem :)
Ultimatum is offline  
Reply With Quote