Question
Using Find() in ExtendScript to search for Italics
I believe it would be the right place to place my query.
I'm trying to search for all Italics in my Document with Extendscript.
findParams = AllocatePropVals(1);
findParams[0].propIdent.num = Constants.FS_FindCharFmt;
findParams[0].propVal.valType = Constants.FT_String, etc..
How do I specify italic in the params?
Michael
[Thread split from original by moderator]
