Question
Find/Change object style via JavaScript in InDesign
Hi Community,
I'm facing an issue finding and replacing object style through JavaScript

Using the following code:
var doc = app.activeDocument;
app.findObjectPreferences = null;
app.findObjectPreferences.appliedObjectStyles = "[None]";
app.changeObjectPreferences.appliedObjectStyles = "Content";Can someone help me to get the following things in Javascript:

