Re: Insert text without picking up local overrides
@Jongware – just tested your snippet.1. It works well, if the Italic text style ranges are not formatted with a character style ("Italic"). 2. It does work halfway, if the a character style ("Italic")...
View ArticleRe: How can i apply a CharStyle for created footnote on the fly? [CS6-jsx]
@Dmitry – just like in the UI.You can control the footnote with the footnote options like that: app.documents[0].footnoteOptions.footnoteMarkerStyle = "myCharacterStyle"; Uwe
View ArticleRe: Location names changing
Very very usefull hint - hans-..... and very very usefull answer and clicked it for you -hans-... thanks for your support, fantastic J....
View ArticleRe: How can i apply a CharStyle for created footnote on the fly? [CS6-jsx]
also you are overcomplicating things a bit by first storing the footnote text in a temp variable, removing the content of the found text (error proned, might invalidate the insertion point reference)....
View ArticleFind insertionPoints[-1] and change
HI Forum, I'm using this to find only the lowercase character starting in bullets list. And to check the previous line last character for semicolon; if not change it to semicolon. eg. • Anchor;•...
View ArticleRe: Find insertionPoints[-1] and change
Hi, Please use the below code, it may helpful: app.findTextPreferences = app.changeGrepPreferences = null; app.findGrepPreferences.bulletsAndNumberingListType = ListType.BULLET_LIST;...
View ArticleRe: Apply paragraph to the next paragraph after the found paragraph
Also tried this approach but got the same error: settheStoriestoobject referenceofstoriesofmyDoc repeatwiththeStoryintheStories try...
View ArticleRe: Apply paragraph to the next paragraph after the found paragraph
Hi Kari, I don't speak AppleScript so I can't help you, but if you do need a quick solution and this is holding you up, I sell a script that does exactly what you're looking for, by the sounds of it:...
View ArticleLink Chaser, new multi-relink tool.
Hi guys!After seeing quite a few requests on the forum for a tool to relink multiple images to a different folder (and because i could also use something like this in my workflow) I whiped this up:...
View ArticleRe: Location names changing
rajnikids, please check this out: http://forums.adobe.com/thread/1276902
View ArticleRe: How can i apply a CharStyle for created footnote on the fly? [CS6-jsx]
Thanks! it turned out more easy, than i could think))
View ArticleRe: How can i apply a CharStyle for created footnote on the fly? [CS6-jsx]
Yes. After some thinking i got idea and change my lines with your way. All does work))
View ArticleMaking paragraph rules automatically change size and offset position when the...
Okay...scripting is new to me, so forgive me if this is an easy answer. Here is what I am trying to do: I have a header display that features a gradiant rule both above and below the header. If I set...
View ArticleRe: Making paragraph rules automatically change size and offset position when...
I won't be ale to cobble something together on short (or medium) notice, but thefollowing is important information: If your rule position and thickness is okay at a 20pt size, can we assume both...
View ArticleRe: Making paragraph rules automatically change size and offset position when...
Correct. It should have exactly the same relative positions and thicknesses at all sizes. This is a header treatment for a customer with very strict style requirements. And, by the way, thank for the...
View ArticleRe: Insert text without picking up local overrides
Thanks for all of your help and suggestions and for being so quick to reply. What was happening was that even though I used the clear overrides method, the terminal tag still took on the formatting of...
View ArticleRe: Apply paragraph to the next paragraph after the found paragraph
Thanks for the tip, Arel! But I need to find the solution to this problem in order learn more about AppleScripting InDesign…
View ArticleScript to spell out state abbreviations
Is there a script to spell out state abbreviations? For instance, change CA to California, and so on.
View ArticleScript for switching master pages
Would it be possible to write a script to do this: Replace one master page with another whenever a certain paragraph style appears? I'm looking for a quick way to replace my A Master (with running...
View Article