Chapter 8. Page Formats (PageFormat class)

Table of Contents

Working with Page Sizes
Using a Pre-Defined Size
Using a Custom Page Size
Resizing Fonts (Convenience Method)
Determining Size (Convenience Method)

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:

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