Skip to main content
Inspiring
September 10, 2014
Answered

Tabular spacing on numbers

  • September 10, 2014
  • 1 reply
  • 453 views

It it possible to apply the open type property of 'tabular lining' to a textFrame using extendscript. Tried looking for the syntax to this but can't find anything.

Something like this

     tem.textRange.characterAttributes.tabular=true

Thanks in advance if you can help out

This topic has been closed for replies.
Correct answer Bob Haslett

Worked it out eventually its:

item.textRange.characterAttributes.figureStyle=FigureStyleType.TABULAR

1 reply

Bob HaslettAuthorCorrect answer
Inspiring
September 10, 2014

Worked it out eventually its:

item.textRange.characterAttributes.figureStyle=FigureStyleType.TABULAR