This content has been marked as final.
Show 4 replies
-
1. Re: Applying paragraph style without clearing overrides, I need this in other way. Help me on this..
Marijan Tompa Aug 31, 2010 12:45 PM (in response to Green4ever)Hey!
This simulates find/replace:
app.findTextPreferences = NothingEnum.nothing; app.changeTextPreferences = NothingEnum.nothing; app.findTextPreferences.appliedParagraphStyle = "Tx1"; app.changeTextPreferences.appliedParagraphStyle = "Tx2"; app.activeDocument.changeText();
Hope it helps!
--
tomaxxi
-
2. Re: Applying paragraph style without clearing overrides, I need this in other way. Help me on this..
[Jongware] Aug 31, 2010 12:56 PM (in response to Green4ever)Replace
<< Here i need some help like applyParagraphStyle (ps, false);>>
with
for (item=0; item<myFind.length; item++)
myFind[item].applyParagraphStyle (ps, false);
-
3. Re: Applying paragraph style without clearing overrides, I need this in other way. Help me on this..
Marijan Tompa Aug 31, 2010 1:23 PM (in response to [Jongware])Yeah, that's right... It's my fault I was in middle of something else, and my mind wasn't in my head
--
tomaxxi
-
4. Re: Applying paragraph style without clearing overrides, I need this in other way. Help me on this..
Green4ever Sep 1, 2010 9:22 PM (in response to [Jongware])Hi Jongware,
Yes it is working perfect........ Thank u very much...




