@extendscript/ind.util.rulers
An InDesign ruler utility that adds the `rulers.set()` method. This method sets both rulers to the desired units. It returns the original ruler-settings which we can pass back to reset the rulers to original state.
An InDesign ruler utility that adds the `rulers.set()` method. This method sets both rulers to the desired units. It returns the original ruler-settings which we can pass back to reset the rulers to original state.
This module creates the shared `Sky` object. A peer-dependency for all ExtendScript Modules.
ExtendScript Preset Manager
ExtendScript TAP runner and reporter
The Object.isFrozen() determines if an object is frozen.
The Object.isSealed() method determines if an object is sealed.
The `Object.keys()` method returns an array of a given object's own enumerable properties.
The `Object.preventExtensions()` method prevents new properties from ever being added to an object (i.e. prevents future extensions to the object).
The Object.seal() method seals an object, preventing new properties from being added to it and marking all existing properties as non-configurable. Values of present properties can still be changed as long as they are writable.
The `Object.setPrototypeOf()` method sets the prototype (i.e., the internal `Prototype` property) of a specified object to another object or null.
The trim() method removes whitespace from both ends of a string.
Jaw is a data controller that wraps JSON objects with JSON-schema. It provides an easy to use, chaining API for managing JSON instances in ExtendScript.
Some utils for transforming InDesign bounds arrays.
Some layer utilities for InDesign
A tool to load InDesign menus.
Utilities that create or target page items in InDesign.
Some page tools for InDesign
The ruler utility adds the `ruler.set()` method. This method sets both rulers to the desired units. It returns the original ruler-settings which we can pass back to reset the rulers to original state.
Adds the light-weight, language independent, data interchange format `JSON` to ExtendScript.
Adds the `clone()` method to JSON