Question
Why can't turn off hyphenation by Script?
If hyphenation =false , set hyphenation =true , it is ok.
But hyphenation =true, can't set hyphenation = false.
My code: oTF.textRange.paragraphAttributes.hyphenation = false;
Why can't turn off hyphenation by Script?