InDesign Scripting Guide - Script Requirements
Hi Team,
I am developing Adobe Plugins that work with Adobe Illustrator and InDesign. We need your support for the following requirements.
- Please provide an official scripting guide for Adobe InDesign.
- We cannot find the right script for the following actions in InDesign 2.1. To read and write leading from and to a Text Frame. 2.2. How to create groups or groupItems in InDesign? 2.3. How to add textFrames and other groupItems into the groupItem in InDesign? 2.4. To read and write width from and to a Text Frame. 2.5. To read and write height from and to a TextFrame.
We cannot find some basic properties of TextFrames such as width and height in InDesign. In Illustrator, we can access the width and height of a TextFrame like "textFrame.width;" and "textFrame.height;" but we cannot find the equivalent script for InDesign. Most of the time, it is like we need to write custom functions to get the desired value like using "Geometric Bounds' to calculate the height and width.
Can we get direct and simple properties to access the values, please?
Please let me know if you require additional information.