Set Change Bar to TextRange with ExtendScript
Hi community,
Is there a way to set Change Bar to a TextRange using ExtendScript?
I have found a way to set Change Bar to Pgf but can not find how to do the same with TextRange.
function setChangeBar(oTextRange) {
if (!oTextRange) return
var pgf = oTextRange.beg.obj
pgf.ChangeBar = 1;
}
Thanks.
