Uses of Class
org.apache.poi.hslf.model.MasterSheet

Packages that use MasterSheet
org.apache.poi.hslf.model   
 

Uses of MasterSheet in org.apache.poi.hslf.model
 

Subclasses of MasterSheet in org.apache.poi.hslf.model
 class SlideMaster
          SlideMaster determines the graphics, layout, and formatting for all the slides in a given presentation.
 

Methods in org.apache.poi.hslf.model that return MasterSheet
 MasterSheet Sheet.getMasterSheet()
          Return the master sheet .
 MasterSheet Slide.getMasterSheet()
          Returns the slide master associated with this slide.
 

Methods in org.apache.poi.hslf.model with parameters of type MasterSheet
 void Slide.setMasterSheet(MasterSheet master)
          Change Master of this slide.
 



Copyright 2007 The Apache Software Foundation or its licensors, as applicable.