Package parasol :: Module PPT_wrapper :: Class PPTwrap
[hide private]
[frames] | no frames]

Class PPTwrap

source code


Instance Methods [hide private]
 
__init__(self, templatefile=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
show(self) source code
 
addTableSlide(self, text='my text', title='my title') source code
 
addTextSlide(self, text='my text', title='my title', textFont='', textFontSize=None, center=1, wrap=0, noBullets=0, makeItFit=1) source code
 
addImageSlide(self, imgFile='', title='picture') source code
 
saveAs(self, filename) source code
 
abandon(self) source code
 
Quit(self) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, templatefile=None)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)