The itemStyle module represents the ItemStyle XTension of QuarkXPress application in java scripting world. You can use its properties and methods for item style related operations.
Members
(static, readonly) xtID
XTension ID of the Item Style XTension.
Methods
(static) getItemStyles() → {assetInfo|app.APIError}
It gives the list of item styles available in the project.
Returns:
assetInfo on success else APIError.
- Type
- assetInfo | app.APIError