| View previous topic :: View next topic |
| Author |
Message |
chkur General User

Joined: 30 Apr 2007 Posts: 9
|
Posted: Thu Aug 28, 2008 4:42 am Post subject: Page format in OOWriter via API |
|
|
I want:
1. Get list of page formats (A4, A3, Letter etc)
2. Apply some page format to page style
Is it possible? I found only way
| Code: | oStyle.Width = 21000
oStyle.Height = 29700
|
|
|
| Back to top |
|
 |
pshinoj Newbie

Joined: 31 Aug 2009 Posts: 2
|
Posted: Sun Sep 20, 2009 11:01 pm Post subject: Setting page size |
|
|
I am also looking for something like :
get all the pages in a Word Doc. and change the page size from A4 to Letter.
Could some one help on how to do this in a java program |
|
| Back to top |
|
 |
|