Steve Canny

Results 120 comments of Steve Canny

It would be great for it to be added to the package, it's just not likely for that to happen this week and I'm not sure when we'll get to...

@pa-t This looks pretty good and I think I'm going to be in here soon adding some other things so I can probably bundle it in; I've made it a...

Say @pa-t, on the documentation bit, not sure we'd need a lot, but can you help me understand when alt-text is used and what it's for? A couple questions: *...

I'd be thinking we want to resolve to a short blurb that goes in the docstring and leave it at that. Probably no more than 50 words and maybe less,...

Also, what is this attribute called in the MS API? A search on "powerpoint vba get alt text" is a good place to start.

@mindful-time please open a separate issue for your issue and I'll be happy to help you with it. Closing as inactive.

I'm not sure what a hidden slide is. Could you elaborate?

Ah, interesting. I wasn't aware of that feature. PowerPoint is still the source of surprises after all these years :) There's no API support for this yet. If you wanted...

Hmm, interesting. I expect the `show` attribute is what gets it done. I suspect the `` element is only there to allow reporting of presentation status (like last save, this...

*Implementation note*: MS API protocol for this operation is: ```python Slide.SlideShowTransition.Hidden = True/False ``` There are eight other slide transition properties on the SlideShowTransition object such as AdvanceOnClick and SoundEffect.