Overset text in Table of Contents

Indesign version = CS2
API = javascript
I'm having a problem getting overset text to appear in a TOC. I am passing true for the "includeOverset" param in the call document.createTOC() but the overset text does not appear. This is happening on both the CS2 desktop and CS2 server. If I open the generated document and re-generate the TOC then answer yes to the dialog asking wether or not to include overset text the missing text will appear.
Are there known issues with using the "includeOverset" when creating a TOC in the javascript API. Or are there other properties that I'm missing that need to be set.
Thanks Mike

Mike,
I also include overset text in my TOC that is actually off of the viewable spread. At first, it didn't work (even though I asked it to include the text). Then, I moved the field to be a few px within the viewable spread but left the text still off of the edge and it worked.
I am doing this through Javascript with CS3.
You may be having an entirely different problem... but I hope this helps :)
Eric

Similar Messages

  • White text in table of contents thumbnail

    OK this has really got me stumped so I hope someone can help.
    I have written the first chapter of my new book. All the font, including section headings, is black.
    When I preview the book (on both iPad and my macbook) the thumbnail view of the table of contents has changed the text colour to white. So the text is now white on a white background and hard to read.
    I am using the latest version of ibooks 1.01 and ibooks author 2.2.
    I would be very grateful for any suggestions. This has not happened in any of my other books.
    Many Thanks
    Paul

    Mike,
    I also include overset text in my TOC that is actually off of the viewable spread. At first, it didn't work (even though I asked it to include the text). Then, I moved the field to be a few px within the viewable spread but left the text still off of the edge and it worked.
    I am doing this through Javascript with CS3.
    You may be having an entirely different problem... but I hope this helps :)
    Eric

  • Remove "Slide Title" text from table of contents?

    Hi all,
    Is there anyway to remove the text "Slide Title" when you publish a Table of Contents (ToC) from Captivate 8?
    It seems I can remove/add the other text from the ToC (e.g. project name, title, etc.) but not the line that appears above all of the slides and the accompanying bookmark button/icon.
    Any ideas?
    Cheers,

    Hi Lilybiri,
    Ah thanks for the confirmation and reply. That's a shame but I'll just work around it.
    Cheers,

  • Need to Export a hypertext index list or Table of Content when saving as pdf

    I have a catalog that is being converted from print to web and will be exported as a pdf and then converted to a flip book using a flash template. The flash template does have this capability and pdf files can and do import table of content text for navigating the pdf document. What I need to do is to take the Table of Contents list from the catalog (which I have tagged with hyperlinks) and have it appear in the pdf as a text-based table of contents with hyperlinks. I saw one post discussing "InDesign's index feature" but don't see that anywhere in my app. I am using CS3 currently. (been told to stay away from 4 til bugs are worked out of .ai and dreamweaver).

    You've stayed away from CS4 so long that CS5 will be shipping in the few weeks.
    As for your question, I'm not really sure what you're asking. Who's doing this converting for you?
    Bob

  • Tables inside overset text frames

    Hi everybody!
    Im trying to write a script to set the width of all tables in a document equal to its parent text frame, I was succesful, but
    the tables that are overflowed do not get resized. I have only come up with a way to find if there is an overflowed text frame
    but not to find and overflowed text frame contents. PLS HELP!
    heres my code:
    //resizes tables
    var myTextFrames = app.activeDocument.textFrames.everyItem();
    var myTables = myTextFrames.tables.everyItem().getElements();
    for (var i = 0; i < myTables.length; i++){
             var myTextFrame =  myTables[i].parent;
                        var myWidth = myTextFrame.visibleBounds[3] - myTextFrame.visibleBounds[1];
                myTables[i].width = myWidth;
    //finds a textframe with overset text
    var myOverset = app.activeDocument.textFrames.everyItem().getElements();
                    for(var x = 0; x < myOverset.length; x++){
                        if(myOverset[x].overflows == true){   
                        alert("There is overset text")

    @Kai – cool. Maybe just a little thing:
    You suppose that the first text frame of a given story has the same width as the one with the overset (holding a table in the overflow).
    So, if we have the following situation:
    A table in the overflow will get too wide after running your script:
    Instead of the first text frame in the story we could address the last one directly with:
    else if ( container.constructor.name == "Story" ) {
        var myTextFrame = container.textContainers[0].endTextFrame;
    And the result will be:
    The property endTextFrame is in the class of TextFrame.
    We could also have written:
    else if ( container.constructor.name == "Story" ) {
        var myTextFrame = container.textContainers[container.textContainers.length-1];
    Uwe

  • Table of Contents text frame, keep intro text

    I have a table of contents textframe on the first page. In that same textframe, I have some intro text. When I click update TOC, it updates the TOC and replaces the intro text with the TOC. How do I keep the intro text?

    I did a workaround (not sure if this is a good solution) where I created another textframe on top of the TOC textframe and put the intro text there.
    However, sometimes, the intro text can be longer and can be overlapped and overset with the TOC textframe. How do I detect if the intro text is overset and if so to "resize it" vertically (at the same time reduce the TOC textframe size vertically)?

  • ID CS5: How to include additional text into a table of contents and how to hide text from it?

    I have the following problem:
    1. I'd like to include additional Information in my table of contents which I don't want to appear in the text I refer to.
    Example: I do have a picture with a caption saying:
    picture 1: Blablabla.
    And I want to have the source of the picture as additional information in the table of contents:
    picture 1........Blablabla (source: thisandthat)........23
    Still I don't want this additional content to disappear, as soon as I update the table of contents!
    How can I achieve that?
    2. And how can I have this the other way round?
    Let's say I want the source in the caption, but not in the table of contents.
    So the caption says:
    picture1: Blablabla (source: thisandthat)
    but the table of content says:
    picture 1........Blablabla.....................23
    I was trying to achieve this by two different praograph styles in the caption. One which would be listed, and one which wouldn't be listed, but this of course resulted in always having two paragraphs in the caption, which I'd like to avoid:
    picture1: Blablabla
    (source: thisandthat)
    Any solution to this?
    Best Regards,
    Rainer Schwachsinn

    Sorry, missed the second part of the question. I think the only way to do that is to use invisible "dummy" text of some sort, and if you're going to do it for some entries, you might as will do it for all.
    One of the easiest ways is to put the text you want inthe TOC into an anchored frame attached to the actual heading in the text (so it moves along with it). Use a unique paragraph style for this text, and include this style, not the one applied to the headings inthe text, to make the TOC. I usually use a character color of red to make it satnd oout so I don't forget it's there, and the position on the page isn't really critical. Select the anchored frame, open the Attributes panel and make it non-printing. You'll see it in editing mode, the TOC will pick it up (as will variables, if required) but it will disappear on output.

  • Table of contents and the order of multiple text frames flowing across pages

    I have a multi-page document,
    on each page, there are 2 text frames:
    - A text frame for containing a PAGE TITLE
    and
    - A text frame, flowing from one page to another containing: a MAIN TITLE, a SECTION TITLE, and flowing body copy (on page 1); and another MAIN TITLE, a SECTION TITLE, and flowing body copy; (on page 2)
    When I generate a TOC, using the Page, Main and Section Titles styles, the expected outcome would be:
    Page Title             1
       Main Title           1
    Section Title          1
    Page Title             2
       Main Title           2
    Section Title          2
    But because the Main title and Section titles are all within one flowing text frame and the content flows across multiple pages, and each of the Page Titles are within 2 separate text frames, the actual TOC generated is:
    Page Title             1
       Main Title          1
    Section Title         1
       Main Title           2
    Section Title          2
    Page Title             2
    ...where the TOC lists all the TOC items from the flowing text frame in one grouping first, then the individual free standing text frame title.
    QUESTION: Is the only way to automatically rectify this is to combine all the text into one flowing text frame? or is there another workaround?
    Have played with the left/right, top/bottom alignment of the individual text frames; also experimented with the object layering, to no avail..
    Thanks for any insights.

    I ended up using a product called InFlow from EmSoftware.  The solution offers a plugin to InDesign that builds pages on the fly when there is overset text.  The setup is pretty minimual and it seems easy to use.  The only drawback that the plugin MAY have is that it does not remove the pages it built if the pages are not needed from record to record.  I could not test this myself since my test data did not test more then one record, but when I turned my proof set off, the pages that were built were still on screen.  It does seem to work well for what we are looking to do, so if anyone is looking for something that will build pages on the fly in situations where the "Dynamic Story Handling" is not available, I would suggest looking into this.

  • Including Tagged Text in a Table of Contents

    I would like to include only a few words from a given paragraph in the Table of Contents.
    For example in the example paragraph, I would like only the term Blather to appear in the TOC "Blather - Blah blah blah blah."
    Is there a way I can tag "Blather" and then have the TOC dialog include Tagged Text?
    I'm using CS 5.5.
    Thanks you.

    Thanks Peter,
    I like the auto-updating feature of the second option.
    So that I understand, you're suggesting I create a hyperlink destination on the text to display in the TOC (right-click --> Interactive --> New Hyperlink Destination), and then manually insert a cross-reference to that hyperlink destination in my TOC (Type --> Hyperlinks & Cross-References --> Insert Cross-References --> Link to: Text Anchor)?

  • How to get only partial text of a paragraph into the table of content?

    Hi guys,
    currently I'm working on a manuscript based on the publication manual of the American Psychological Association.
    Unfortunately, there is some sort of heading that's placed right in front of further text. Here an example:
    +This is my heading.+ Now ordinary text formatted differently should follow.
    Does anyone here know, how to get the text of the heading (but not the following text) into the table of content? For as far as I know I can't format the heading as a different paragraph than the following text.
    By the way, I use pages'08.
    Thanks for your help

    Hi Dennis,
    thanks for your suggestion, unfortunately I already tried that and it didn't work. I have created several unique styles. Problem is, I need two diferent styles in *one paragraph* - one style for the "heading", which is consistent to the APA manual not an own paragraph (sorry, not my idea...), and another style for the following text. As my example above shows, the heading is followed by usual text and I may not press return after the heading and switch to a new paragraph..
    It has to look exactly like this:
    +heading in italics.+ Now heading is followed by usual text without changing the paragraph or starting a new line. Blurb blurb blurb whatsoever blurb blurb. The text goes on an on and an on you see.
    I can't format the heading differently than the text (because if I try, the whole paragraph is formatted this way) and so I can't add just the heading to the TOC. Do you see what my problem is? Got any other suggestion?

  • Removing overset text in empty table rows (InDesign CS5.5)

    I have some overset text in a table that appears to be empty rows.  I've opened story editor so I can remove the text, but I can't select the area that's overset (the red lines).  How does one remove this overset stuff if you can't select it.

    Have you tried adjusting the height of the row to reveal the over set text?
    Or try placing your cursor in the cell in question and just hit the delete key...Sometimes invisible characters like column break can be accidently added.
    Or perhaps, highlighting the entire row and hit the backspace key.

  • Table of Contents into existing text fame?

    Hi there,
    I'm looking to put a table of contents about halfway down a page that has content on it (paragraph > ToC > another paragraph). I don't want the ToC in its own text frame, because if the copy/layout before it changes, it'll be in the wrong place...
    Is there a way to do this without copying/pasting the ToC into the text frame (which doesn't permit me to update the ToC)?
    Thanks in advance!
    - steve

    flossdaily wrote:
    Hi there,
    I'm looking to put a table of contents about halfway down a page that has content on it (paragraph > ToC > another paragraph). I don't want the ToC in its own text frame, because if the copy/layout before it changes, it'll be in the wrong place...
    Is there a way to do this without copying/pasting the ToC into the text frame (which doesn't permit me to update the ToC)?
    Thanks in advance!
    - steve
    The TOC needs to be in a frame that's not threaded to others, but is able to grow and shrink to contain its content, and also resize in relation to frames around it.
    Typefi systems' InDesign CS4 free Auto-fit plug-in probably can do what you want, but there's no sign of a CS5 version at this time.
    http://www.typefi.com/index.php/typefi-autofit
    The commercial Blatner Tools has an autopage component probably can also do what you want.
    www.dtptools.com/help.asp?id=108
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • Table of Contents Not Picking Up HEADER text

    I have a number of sections in my Pages 5 document. I have unique headings in the Header for each section and have applied a paragraph style to these - HEADING 1. However none of the HEADING 1 headings are appearing in the table of contents. I have HEADING 1 ticked in the TABLE OF CONTENTS window on the right hand side of the Page 5 window.
    It feels like a bug or does TABLE OF CONTENTS not pick up paragraphed style text from the header?

    Very odd!
    Seems Pages 5 all you do is chase rabbits down rabbit holes.
    I like being able to do T.O.C.s for every section but with all the other downgrades in Pages 5 it isn't worth fighting.
    Pages '09 should still be in your Applications/iWork folder and just works, much better than its "upgrade".
    Wait for Pages 5 to get out of beta and rate/review it in the App Store.
    Peter

  • Serious problem with text variables in table of contents

    I posted this in the regular InDesign forum -- seems that there's no easy solution that would work well in a production environment (only suggestion was to convert the variables to text). However, thought I'd post it here to see if anyone on the scripting forum has a suggestion that might help:
    Using InDesign CS4, when there is more than one text variable in a heading that is then included in a generated table of contents, the characters in the table of contents entry are scrambled. Is there a way to avoid this problem so that the table of contents entry has the same text as in the heading?

    (This might also have been mentioned in your other thread:)
    Text variables work great, but have one big basic flaw: the text cannot be broken. If you have a single text variable contents that's too wide for your text frame, all characters get squished together. I imagine this being even worse when you have two or more variables in a single paragraph. (Another big flaw is that you cannot include character formatting. Let's hope Adobe is working on it.)
    You cannot "work around" this basic behavior with a script. The only thing you can do is convert the variables to text, which will de-variablize them (for want of a better word).
    Other than using variables, you might want to use the regular Table of Contents feature (which is not "live" but needs updating after each change in the original document text), or perhaps Cross References, which can be used to pick up entire paragraphs.

  • HT5071 Please Help! how do I fix this error: "The title of the Table of Contents in portrait view is placeholder text : Book Title. Please redeliver your corrected full book file with a custom preview file. "

    Urgent.
    I have been not approved of this error
    been back and forth with Apple
    The title of the Table of Contents in portrait view is placeholder text : Book Title. Please redeliver your corrected full book file with a custom preview file. The book will not go live in the store without a matching custom preview file."
    1st, how do you clarify the Table of Contents issue. No idea what I am doing wrong
    2nd what is a customr preview file?  I uploaded a sample book already.
    Please advise ASAP
    my email: [email protected]
    thanks

    I double check my table of content and I do not have a place holder... so I don't understand the error.

Maybe you are looking for

  • Urgent:Idoc stuck with status 03 in TRFC

    My Idoc is in status 03, but it is not reached to destination. I guess It is stuck in Rfc layer or in some QUEUE. There was quality system refresh last week here with Production system. Pelase suggest what seetings need to be changed and where. in SM

  • Need help with VBA to control PDF fields

    Hi, I am attempting to use Excel VBA to control Acrobat but cannot find any documentation on the syntax to modify fields within the PDF form. I am able to commnicate with Acrobat using CreateObject ( "AcroExch.App") and point to the AVDocs, PDDocs, P

  • A few of my built in apps disappeared and I want them back, please help, a few of my built in apps disappeared and I want them back, please help

    a few of my built in apps disappeared and I want them back, please help, a few of my built in apps disappeared and I want them back, please help.  It just happened and I didn't do anything.  The camera app the I-tunes store the App Store and Safari a

  • Android ASUS tab into 802.1X EAP/PEAP wireless network

    Hi Guys,                 I have been fighting with this for awhile now, i decided to call the exeprt.  At work with have a 802.1x EAP wirless network. PCs and Blackberies work fine once they grab their cert. However,  things aren't that esay with the

  • Help On PM and PS integartions

    Hello PS gurus,    I am currentently working in an assignment where i need to have PM and PS integrations where all the PM tasks are to be monitered through Project Systems . can any body help me out with the various integration aspects in SPRO and r