Skip to main content
September 20, 2010
Question

How to change properties in Synchronize Options [js][cs4]

  • September 20, 2010
  • 1 reply
  • 816 views

Hi all,

From that above TOC Synchronize options scrrenshots i need to set the value of Smart Match Style Groups to flase, but i cant... Is ther e any way to set those properties.

Regards,

San

This topic has been closed for replies.

1 reply

Jongware
Community Expert
Community Expert
September 20, 2010

Please type a bit slower. Three empty images? Smart Match Style Groups? (I'll forgive you 'flase', that's an obvious typo.)

The one you are pointing out in the single visible image, TOC Styles, is this Book property:

synchronizeTableOfContentStyleboolr/wIf true, synchronize table of content styles.

September 21, 2010

Ofcourse its a book property, i can set the property as below

myBook.styleSourceDocument =myBook.bookContents;//stDoc;
        //myBook.styleSourceDocument = app.documents[0];//File ('/Users/sankar/Desktop/TOC_1 column/templates/Untitled-9.indd');//stDoc.tocStyles[1];//.bookContents[0];//app.document.File('/Users/sankar/Desktop/TOC_1 column/templates/35865_00_Template.indd');//stDoc;
        myBook.synchronizeTableOfContentStyle  = true; // Synchronize TOCStyles
        myBook.synchronizeTextVariable = false;
        myBook.synchronizeTableStyle = false;
        myBook.synchronizeParagraphStyle = false;  
        myBook.synchronizeCharacterStyle = false; 
        myBook.synchronizeTrapStyle = false; 
        myBook.synchronizeMasterPage = false;  
        myBook.synchronizeObjectStyle = false; 
        myBook.synchronizeSwatch = false; 
        myBook.synchronizeCellStyle = false; 
        myBook.synchronizeBulletNumberingList = false;
        myBook.synchronizeConditionalText = false;  
        //myBook.smartMatchStyleGroups = false;
        //myBook.synchronizeCrossReferenceFormat = false; -- Cant

and also i want to set smartMatchStyleGroups and synchronizeCrossReferenceFormat. And i searched there is no object for synchronizeCrossReferenceFormat( is it possible).

Please give your valuable suggestion to control smartMatchStyleGroups

Thanks in advance,

San

September 23, 2010

anyone have suggestion for this, please...