![]() |
|
Syntactic Confectionery Delight | |
PerlMonks |
Win32::PowerPoint extensionby EnzoXenon (Novice) |
on May 19, 2023 at 14:52 UTC ( #11152310=perlquestion: print w/replies, xml ) | Need Help?? |
EnzoXenon has asked for the wisdom of the Perl Monks concerning the following question:
I'm attempting to extend the Win32::PowerPoint module to alter the size of a page in PowerPoint.
In the Constants.pm module I've added the following to define the page names to the enumeration from the Microsoft documentation
In the PowerPoint.pm module I've added a method to alter the page setup like this
In my call to this function I try to set the slide size with no luck
When I debug the code and print out the slide information ... from within PowerPoint.pm from this code
I list out the options called (they seem to be right) and get the answers like this So, I can properly read the current values but I can't set new ones. Any wisdom would be greatly apprecaited. Your humble apprentice formerly registered as nzsvz9 but can't find or fix his login so newly creating this EnzoXenon account
Back to
Seekers of Perl Wisdom
|
|