Skip to main content
Legend
April 15, 2015
Answered

WaxRun

  • April 15, 2015
  • 1 reply
  • 1359 views

Hello,

In the SDK you can access a WaxRun, here is how the documentation describes a waxrun.

"

wax run is created each time the appearance of the text changes within the line. Examples of this include changes in point size, changes in font, and the interruption of the flow of text in a line because text wrap causes text to flow around another frame. "


A textStyleRange doesn't quit do it.


Any way to get this via scripting?


Thank you.


P.

This topic has been closed for replies.
Correct answer TᴀW

Not that I know of.

textStyleRange is the best you've got.

1 reply

TᴀW
TᴀWCorrect answer
Legend
April 15, 2015

Not that I know of.

textStyleRange is the best you've got.

Visit www.id-extras.com for powerful InDesign scripts that save hours of work — automation, batch tools, and workflow boosters for serious designers.
PickoryAuthor
Legend
April 15, 2015

I thought so.

Shame, I wanted to keep that part as a script.

I wonder if I can connect my C++ with the scripting lines array. So I could have some thing like this.

var waxArray = lines.getwaxarray ( );

Thank you.

P.

TᴀW
Legend
April 15, 2015

That is beyond my ken.

Visit www.id-extras.com for powerful InDesign scripts that save hours of work — automation, batch tools, and workflow boosters for serious designers.