|
||
Table of Contents
Page formats are the settings that determine a page's size and orientation when it is printed. Page formats are accessed and managed via the presentation object. This is the only way to manage page formats.
There are two types of page formats:
Slide format - dictates the size and orientation of slides when printed
Notes format - dictates the size and orientation of notes when printed
To access the slide format so you can change its settings use the following method from the Presentation class:
PageFormat getSlideFormat() [Presentation]
To access the notes format so you can change its settings use the following method from the Presentation class:
PageFormat getNotesFormat() [Presentation]
|
||
| Page generated: 2008-01-18 02:53:28 GMT | TonicPoint Builder Developer's Guide -- Version 2.3 |