print "\nPowerPoint.pm(): slide size=" . $self->presentation->PageSetup->SlideSize . "\n"; print "PowerPoint.pm(): width=" . $self->presentation->PageSetup->SlideWidth . "\n"; print "PowerPoint.pm(): height=" . $self->presentation->PageSetup->SlideHeight . "\n\n";