Copy link to clipboard
Copied
Dear Friend,
I need to findwhat "hyphenateLadderLimit = 3" and .fillColor = "Green". Please suggest friend.
I have place my coding below. but my code is not working i have received property error comment.
app.findTextPreferences = NothingEnum.nothing;
app.changeTextPreferences = NothingEnum.nothing;
app.findTextPreferences.hyphenationLastWord = hyphenateLadderLimit=3; //***Error this line
app.changeTextPreferences.fillColor = "Green";
app.activeDocument.changeText();
Where is my mistake friend. Help needed
Thanks in Advance
Copy link to clipboard
Copied
Could you please post an image of how the text looks like, that you are trying to find. Thanks Stefan
Copy link to clipboard
Copied
Be careful with the syntax
See details here: Methods and properties for finttextPreferences
Copy link to clipboard
Copied
Dear Rocket & Loic
@First; Thanks your replay.
I got the answer in my above question.
Thanks