Answered
How do I enable text wrapping and set non-printing?
Couldn't find any examples.
Looked through the developer documentation, but I don't know how to use it.
https://www.indesignjs.de/extendscriptAPI/indesign-latest/#ObjectStyle.html
Is this correct? It doesn't seem to work. It also shows a syntax error for nonprinting.
objectStyle.textWrapPreferences.properties = {
nonprinting: true,
}
