|
Refactoring the Paragraph class |
|
|
|
Written by LB
|
|
Saturday, 08 October 2005 |
|
Refectoring the Paragraph class for better usability. Now, it's possible to create blank paragraphs and paragraphs with simple text with only one line of code. Notice, this features are not available in the current download version. They are only available in the cvs version. - [a TextDocument].Content.Add(new Paragraph([a TextDocument], ParentStyle.Standard.ToString());
- [a TextDocument].Content.Add(new Paragraph([a TextDocument], ParentStyle.Standard, "Some nice text");
Add the change log site. Here you will also find what's new in the current cvs version. Also i added little code snippet section. Code snipptes
|
|
Last Updated ( Sunday, 25 December 2005 )
|