Change character style on a range of text
hello
could 1 tell me how change character style sequence of letters within text frame.
i.e. (psuedo)
textframe.contents.applycharacterstyle(fromindex, toindex)
thanks
you don't give work on, maybe helps: can't apply indesign things "contents", string. need work id objects:
mytextframe.characters.itembyrange (from, to).appliedcharacterstyle = mycharstyle;
peter
More discussions in InDesign Scripting
adobe
Comments
Post a Comment