I'm looking for Office.js Powerpoint add-in apis that can modify slide content properties
The .load() and .sync() methods to read properties (font size , color, position) of ppt content are not documented very clearly and I could not find the list of options that can be passed to the .load() method in the docs
eg: calling .load("slides") along with the .sync() loads the slides property.
context.presentation.load("slides");
await context.sync();
I'm looking for all the possible arguments of the load() methods, and all the different properties that I can fetch.