-
Notifications
You must be signed in to change notification settings - Fork 154
Implement Presentation.AutoSaveOn property in PowerPointApi #439
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Implement Presentation.AutoSaveOn property in PowerPointApi #439
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As I said, I tested this approach using an extension, but it doesn't seem to return the value of the AutoSaveOn property.
/// SupportByVersion PowerPoint 16 | ||
/// Get/Set | ||
/// </summary> | ||
/// <remarks> Docs: <see href="https://learn.microsoft.com/fr-fr/office/vba/api/powerpoint.presentation.autosaveon"/> </remarks> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use the link to the English documentation.
Does this implementation work for you? |
In fact, it appears this property is not accessible through API. It's only a VBA helper to deactivate AutoSave. I didn't find a way to access it another way. Too bad. |
Weird, this property exists in Excel and it works. All the stuff from VBA model exists in COM objects too. I can check if it's exposed on Mac. |
Let me know if it works for you. I trully would need this property to be available! Thanks |
Here are all the members of the The
|
So you mean it should work ?
|
Add AutoSaveOn property in PowerPoint Api