Question
setting hyphenateAcrossColumns to false for a textFrame
Hi Everyone,
I only started writing scripts for InDesign yesterday and so I am still getting my head around everything.
I have created a textFrame like so:
var myTextFrame = myDocument.pages.item(0).textFrames.add();
and now, just like when using the UI in InDesign where you can go to the 'Paragraph' panel and uncheck the 'hyphenate' box. I want to do this in the script for this textFrame.
Thanks in advanced for your help.
I only started writing scripts for InDesign yesterday and so I am still getting my head around everything.
I have created a textFrame like so:
var myTextFrame = myDocument.pages.item(0).textFrames.add();
and now, just like when using the UI in InDesign where you can go to the 'Paragraph' panel and uncheck the 'hyphenate' box. I want to do this in the script for this textFrame.
Thanks in advanced for your help.