Answered
How to get Alternate Layout Name to delete alternate layout
Hi...
I want to get name of layout as shown in image (Letter V) to delete alternate layout through scripting.
Hi...
I want to get name of layout as shown in image (Letter V) to delete alternate layout through scripting.
A seemingly more concise way to do this is the following
app.documents[0].sections.everyItem().alternateLayout
The resultant array can also contain blank entries for sections that do not have an alternatelayout applied to it.
-Manan
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.