Re: Apply Object Style for Anchor
Hi An anchored object is not parent but child(pageItem) for anchor. myFound[i].parentTextFrames[0].appliedObjectStyle = app.activeDocument.objectStyles.item("Image") //Error this only try this code...
View ArticleRe: not able to merge table cells
hello dave,, i am waiting for your response, please find the attachment tables and take a overview on situation.
View ArticleRe: not able to merge table cells
hi, dear i just want to know how will i find or get the return value of any variable in java script through indesign object model?? ex- "var tab= table.rows.length;" i just want to know the return...
View ArticleRe: not able to merge table cells
hi, dear i want to know how will i find or get the return value of any variable in java script through indesign object model?? ex- "var tab= table.rows.length;" i just want to know the return value...
View ArticleRe: Search cross reference marker
Hi, Peter.Thank you for your reply. What I want to do is showing the cross reference markers's location to user.I gived up to search the cross reference markers now.I am using...
View ArticleScript to apply cell style after search for paragraph
Hello, can somebody help my do a script to search for all occurences of a paragraph format in tables and then apply a cell style to the enclosing cell for a document. Thanks in advance. Peter BTW Mac...
View ArticleRe: Script to activate the Color Separations Panel?
Hi, It works on my side (polish version). Specific separation set of preview is stored with layoutWindow since one can have a doc displayed in 4 windows with different sets of view. But there is no...
View ArticleExport Tagging
Hi All, I have a docuemnt which has huge number of paragraph styles i need to change the the Tag: and Class: in the "Export tagging". Thanks in advanceLearner
View ArticleRe: Search cross reference marker
First you need to find the hyperlink associated with the cross-reference (which you already did, I think). It's true that you can't use hyperlink.showDestination(), but you can use this:...
View ArticleRe: Script to apply cell style after search for paragraph
Hi, use this:var mDoc = app.activeDocument, pST = mDoc.paragraphStyles.item("paraStyleName"), cST = mDoc.cellStyles.item("cellStyleName"), mFound, mParent, count; app.findTextPreferences = null;...
View ArticleGetting ParagraphStyles in a text file
Hi All, How to get all the paragraph style names in a text file. Thanks in advanceLearner
View ArticleRe: Script to apply cell style after search for paragraph
Hi Jarek, thank you very much. Peter
View ArticleRe: Getting ParagraphStyles in a text file
Hi Learner, Please use the below JS code, its getting the paragraph styles only. If you need character styles also you can edit simply. var Report = new File("~/Desktop/Styles_Report.txt" );...
View ArticleRe: not able to merge table cells
Your posted script has syntax errors so I couldn't find what you were doing wrong because the script won't run as posted. Can you post a version that actually exhibits the problem you're trying to...
View ArticleRe: How to process nested groups
Peter, Thanks so much for the reply. Good to know. One interesting thing I have run into is that when iterating through myDoc.allPageItems, I can view the individual page items in the data browser....
View ArticleRe: How to process nested groups
No, I've not seen that. Please report it: https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform Peter
View ArticleReplace existing files.
Hi Forum, using the below code, im copying the links to the particular folder. The problem is when i'm copying Links to the particular folder and if the particular folder already has the same links...
View ArticleSet Layer Color to color name
This works: set layer color of layer 1 to light blue This doesn't: set listOfColors to {"light blue", "green", "blue"} set layer colour of layer 1 to item 1 of listOfColors I can see that item 1 is...
View ArticleRe: Set Layer Color to color name
Those UI colours are app constants so NO double quotes… Also NO u in color on last line… tell application "Adobe InDesign CS5" tell the active document set layer color of...
View Article