First part of the Master Page Styles implementation
February 14th, 2007The first part of the Master Page Styles implementation is done and already checked in into the CVS repository. Now, you can set up the page properties like page orientation and the margins for the different page sides. The following code snippte will show you how to do this.
TextDocument document = new TextDocument();
document.New();
// you can modify the default Master Page Style
TextMasterPage txtMP =
document.DocumentStyles.TextMasterPageCollection.GetDefaultMasterPage();
// or you can query for other existing Master Page Styles
// e.g. document.DocumentStyles.TextMasterPageCollection.GetByStyleName(string styleName);
txtMP.TextPageLayout.MarginLeft = “6cm”;
txtMP.TextPageLayout.MarginRight = “6cm”;
txtMP.TextPageLayout.PageOrientation = “landscape”;
….
…
You can also access the page footer and header, but this part isn’t completed and full usable, up to now. Now, I will work on at this part to make it full usable as soon as possible. At least, I’ve also checked in the first attempt for image and table conversation for the PDF Exporter.
My Blog 

February 15th, 2007 at 3:12 pm
Lars, Sorry for posting here:
How to get my user name and password?
I forgot both of them, but i know my email.
When i try to register again, it sais the email is registered already and asks to click on “forgot password”.
but when i click on it , it says enter your user name.
Very confusing system, please help.
February 15th, 2007 at 3:14 pm
Your rss entries is not working
Parse error: syntax error, unexpected ‘;’ in /is/htdocs/wp1032780_E0UPBZI5RV/www/components/com_jd-wp/wp-rss2.php on line 50
February 16th, 2007 at 12:01 pm
Hi Darius, you should recieve a email regarding to you account question …
Regards
Lars