Hi all,
I have a requirement where the structure pane of the Indesign document ( .indd file) should be hidden by default.I have to do it in Indesign script. And I am running the script using indesign CS3 server.
Am getting an error saying "Object does not support the property or method xmlViewPreferences" in the below line.
app.documents.item(0).xmlViewPreferences.showStructure=false;
Is XMLViewPreference object available in Indesign Server.
Kindly help.
Thanks in advance.