Skip to content

Latest commit

 

History

History

styles

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

styles

version

Utility

Tools to create and adjust character, paragraph and object styles in InDesign.

Install

npm install @extendscript/ind.util.styles

Include

#include 'node_modules/@extendscript/ind.util.styles/styles.js'

Use

Load the module by creating a reference.

var styles = Sky.getUtil("styles")

Test

We can test the code against a range of targets:

npm run test myTarget

We keep a log of test results

More info

Read the docs