How do I change "At Insertion Point" to "Below Current Line" globally?

Hello,
I have a book that I will be converting to Structured FrameMaker. All of the graphics are referenced to the chapters with the Anchored Frame set to:
"At Insertion Point"
"Distance Above Baseline: 0.0 pt"
If I do not change the Anchor Frame to "Below Current Line", then all of my graphics will float above the text, when in Structured FrameMaker and I will have to manually set each graphic to "Below Current Line".
Since I have already set all the graphics to "At Insertion Point", I was wondering if there was a way I could change this to "Below Current Line" - either through Find/Change or through some plugin.
I appreciate any/all suggestions related to this topic.
Thanks,
Jim

Hi Jim,
You could save the documents as MIF and search/replace the correct MIF codes (the MIF files are plain text files). Otherwise, you could use FrameScript or the FDK to do it. If you are interested in a FrameScript solution, please contact me offlist. Thank you very much.
Rick Quatro
585-659-8267
rick at frameexpert dot com

Similar Messages

  • How can I change the insert SWF File, I need to add a few things and make it better?

    How can I change the insert SWF File, I need to add a few things and make it better? Is there an option inside of the dreamweaver menu that I am not looking at. It would make it easier on me if I changed some things around and didn't have to do it all myself each time I used it. Just incase you was needing to remember what swf flash was, It is not a swf video either.
      <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="640" height="480">
        <param name="movie" value="Sonic Kaboom.swf">
        <param name="quality" value="high">
        <param name="wmode" value="opaque">
        <param name="swfversion" value="9.0.115.0">
        <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
        <param name="expressinstall" value="../Scripts/expressInstall.swf">
        <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
        <!--[if !IE]>-->
        <object type="application/x-shockwave-flash" data="Sonic Kaboom.swf" width="640" height="480">
          <!--<![endif]-->
          <param name="quality" value="high">
          <param name="wmode" value="opaque">
          <param name="swfversion" value="9.0.115.0">
          <param name="expressinstall" value="../Scripts/expressInstall.swf">
          <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
          <div>
            <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
            <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
          </div>
          <!--[if !IE]>-->
        </object>
        <!--<![endif]-->
      </object>
    </div>

    If I understand correctly, Sonic Kaboom.swf needs to be edited in a separate Flash authoring program and then reinserted into your HTML document. 
    As Murray said, Flash is dead.  Nobody uses it anymore.   We use HTML5, CSS3 and JavaScript animations which have universal support from Smartphones, Tablets and other web devices that can't support Flash.   Look at Edge Animate.
    HTML animation | Download free Adobe Edge Animate CC trial
    Nancy O.

  • How to locate the first insertion point on every page?

    I need to paste some same anchored objects on every page for exporting RTF format.
    So I need to locate the first insertion point on every page.
    Then, I use the code below (make a simple example):
    for(i = 0; i < app.documents[0].pages.length; i ++){
         app.select(app.documents[0].pages[i].textFrames[0].insertionPoints[0])
         app.paste()
    But when a file has a very long table spread over several pages, the location operation will select the insertion point before the table --- the starting point of the table.
    For instance, a table start on page 3 and end on page 10
    app.documents[0].pages[4~10].textFrames[0].insertionPoints[0])  can't select the first insertion point from page 4 to page 10. (In terms of scripting, the insertion point exists before the very long table starting on page 3.)
    How can I solve the problem? Thanks in advance.

    I dont know exactly what you are trying to do but you can try this. If you have table which runs trough multiple pages, you can first divede this tabel, that cells on separate pages would represent stand alone table. Than you can fit textframe to this table. When addressing indention poin you will get right position.
    In your case when table start at 3rd and ends on 10th page you would get 8 tables in 8 textframes on its own page. If textframes are linked and table is smaller than textframe you will have problem when addressing first insertion point on 4th or any other page. That why you should fit textframe to table:
    var bl=app.activeDocument.pages[1].textFrames[0].insertionPoints[0].baseline
    var tf=app.activeDocument.pages[1].textFrames[0];
    var gb=[tf.geometricBounds[0],tf.geometricBounds[1],bl,tf.geometricBounds[3]];
    tf.geometricBounds=gb;
    Now when you set
    app.activeDocument.pages[1].textFrames[0].insertionPoints[0] you will get position before table or
    app.activeDocument.pages[1].textFrames[0].insertionPoints[-1] you will get position after table

  • How can i change the mouse pointer image?

    Hi friends!!
    It's possible to change the mouse pointer image in Swing?
    Thanks a lot.

    There's a setCursor() method on the frame component.

  • How do you change the sync point?

    Hi,
    I have a clip and the audio track is synced, the little line that connects the audio to the video is on say frame 10, but I want to trim 20 frames off the beginning, it I do and hit delete the audio is delete too. How do I move the sync point to some point after what I want to trim, yet maintain the same sync,
    Thanks
    Rich

    I think I know what you are trying to do.  To move the clip connection or connect to another clip select the clip who's connection you want to move (your audio clip in this case) alt + cmd click where you want the new connection to be from (further along the clip i.e. > frame 20 in your case).  The clip connection moves to this new point, if this point on your story line is another clip it connect to the new clip. 

  • [JS] [CS3] How do you find an insertion point's paragraph index #?

    This is probably a very simple thing to do, but I haven't been able to find a way to reference this. Thanks in advance for any help provided.
    Len Swierski

    The unexpected higher number is exactly the problem. The paragraph index property has nothing to with the paragraph array position; it's the index of the first character of that paragraph. (Sorry -- you'll have to re-read that post ...)
    Fortunately you can still use the returned number. Using the handy function everyItem() on the text frame's Paragraphs collection, you can gather all "first character" indexes into an array. Then it's only a case of testing your InsertionPoint index against the values.
    Suppose you copy this post into InDesign and inspect each of the paragraph's indexes. You would get an array like this:
    [0, 237, 238, 508, 509 ]
    The first value points to the start of the first paragraph in "character count mode". The second value points to the empty line below the first paragraph (I suspect it points to the Return character in InDesign). Since there is nothing else on that line, the next paragraph starts exactly one character after that.
    I think the following script does what you need -- but beware! It works, just as you asked, on individual text frames. It even works correctly if the text frame starts in the middle of a paragraph in the previous linked textframe, and this paragraph will correctly be reported to be "#0" of the current frame.
    ip = app.selection[0].insertionPoints[0];
    parIndex = getParIndex(ip);
    alert (parIndex);
    function getParIndex (someIp)
         var allPars = someIp.parentTextFrames[0].paragraphs.everyItem().index;
         var loopy;
         for (loopy=allPars.length-1; loopy > 0; loopy--)
              if (someIp.index >= allPars[loopy])
                   return loopy;
         return 0;

  • How do you change the first letter of a new line from uppercase to lowercase?

    In filling in case sensitive id's and passwords, the iPad automatically capitalizes the first letter---how do you change to lower case?

    You can shut off Auto Capitalization in the settings to prevent that from happening.  Go to Settings>General>Keyboard>Auto Capitalization>Off.
    You can change to lower case manually by tapping the "black X icon in the arrow" in the upper right corner of the keyboard to delete the capital letter and then type in the lower case letter.

  • How do I stop the the points in a drawn line graphic jumping into line with each other?

    Just trying to annotate a few pics in a report, proposals for MTB trails over a copied pdf of a map. 
    When I try to place a point, it will automatically line itself up with a previous point which is hugely frustrating
    Cheers in advance
    Rik

    Hold down the command key whilst dragging.
    Peter

  • In STO Process How can i Change the shipping point manually

    Hi,
    I need clarification in STO process, shipping point determined automatically based on ovl2 setting like Shipping condition from customer master loading group from material master plant in the line item.(here the shipping point is1000.)
    In my scenario it picking correctly shipping point(1000) even i have maintained manually shipping point(1200) in ovl2 but when i am creating STO document UB change shipping point at item level in shipping tab system allowing the manual shipping point (1200) but when i enter or save the document system overwrite 1200 to 1000,system consider only automatic determination  in shipping point (1000)
    Can you please help why i am not able to change the manually shipping point 1200( even i maintained  in ovl2 manually shipping point 1200)

    Sending a calendar to another country is not supported in many jurisdictions - as it can lead to extra charges for the receiver. As I have no idea what country you are in you can select your country from this list
    http://store.apple.com/us/help/print_products/routing
    And find out if it's supported in your country and to your chosen destination.
    Regards
    TD

  • How do I change the import point?

    I'm a B-4.1 user, and have moved the root of my LR Database successfully. My 2007 database root shows as "2007 on Photodb2 (L:)" with a date directory structure ...\01\01 through ...\01\27 and ...\02\01 through \02\20. My problem is that all imports are now done at ...\2007\02\20, so the files get added with the directory structure of ...\2007\02\20\ filename. The import dialog has:
    "Copy to: L:\2007db\Managed Photos\2007\02\20"
    Any suggestions on how to change the "copy to" to L:\2007db\Managed Photos\?
    Jeff

    Straight Talk is not a supported carrier. You'll have to work it out with them.

  • How can i change the access point on my iphone 4?

    Can anyone help me?

    Are you referring to the Wireless Access Point? If so, I think you're just trying to connect to another network. You can go to Settings > Wi-Fi (ON) then select a network.

  • How do I change the width of the "polygon splitter" line?

    I have Ultiboard v10 with all the updates.  I have been unable to find a way to shrink the size of the line that the polygon splitter function uses.  The split seems to be stuck at 0.1 inches.  Anyone know how to change this setting?  Thanks for any help.

    When you start drawing the line that will act as the polygon splitter, make the first click where you want to start... then --before you do the second click-- go to the toolbar and look for the numeric field where you can change the mils width of the trace you are drawing... change the number there and see how the splitter line changes its width... no go back to the workspace, you still have the line drawing utility on, make the second click where you want to drop it and you should see a different width split line.
    The other method is, after you make the first click to mark the beginning of the line, continue towards the place where you would like to finish that line, however, before you do a left-click to finish the line, first do a right-click and you will have an option to widen and an option to narrow.
    I prefer the first method is more precise...
    Nestor
    National Instruments

  • HOW DO YOU CHANGE EDIT IN PHOTOSHOP TO YOUR CURRENT VERSION?

    I AM TRYING TO CHANGE THE EDIT IN PHOTOSHOP CS2 (DEFAULT) TO CS4 AS THE DEFAULT IN LR3.6 HOW DO I DO THAT?
    I ADDED IT AS AN ADDITIONAL BUT I DO NOT GET AS SMART OBJECT,LAYERS ECT... THOSE ARE GREYED OUT.

    your capslook is broken.... check your keyboard!!
    http://files.myopera.com/EspenAO/files/caps-lock-post.jpg
    afaik LR chooses it´s own primary editor based on registry entries on windows and preference files on mac.
    generally the default will be the newest version of photoshop, and if it can’t find photoshop, it’ll use photoshop elements instead.
    if photoshop is already open, it will ignore it´s own preference  and will use the open version instead.
    maybe this can help:
    http://helpx.adobe.com/x-productkb/multi/edit-photoshop-command-missing-photoshop.html
    i have not tried it but maybe changing the registry value to CS4 will work.

  • I cannot unlock my screen so that the orientation changes, there is a padlock icon at top right..How do I change the orientation or unlock the current screen setting?

    If anyone can help me unlock the orientation of my screen..... the padlock icon is displayed in top right of screen but I do not know how to turn if off to change the orientation.
    thanks.

    Double-click the Home button and swipe the Task Bar at the bottom to the right. Make sure the Rotation Lock on the far left is not enabled.

  • How can I change my Student Plan into a Current CS-users Plan?

    Recently I bought Adobe Creative Cloud, the Adobe-adviser I had on the phone advised me to buy the Student Plan although I doubted whether my current training has the validity for the Student Plan since I don't have a student card for that training. I repeatedly tried to contact Adobe to change my Student Plan (50% discount) into the Plan For Current CS-Users (40% discount). Please help me because despite much waiting time at several Adobe phone numbers, you didn't succeed in helping me so far.

    Hi Haloo,
    Welcome to the Adobe Forums,
    1.Sign in to Creative Cloud. Click My Account.
    2. Under Plan Information, click Learn More.
    3. Enter your password, and then click Switch Now.
    Refer to http://helpx.adobe.com/x-productkb/policy-pricing/membership-subscription-troubleshooting- creative-cloud.html#main-pars_text_2
    Let us know if it worked or not
    Please check the plans & eligibility at :
    http://www.adobe.com/products/creativecloud/buying-guide.html
    http://www.adobe.com/products/creativecloud/buying-guide-at-a-glance.h tml
    If you switch your CC plan, you can get the present CC subscription cancelled without penalty by contacting Adobe Support.
    Regards,
    Rajshree

Maybe you are looking for

  • Portal in portal

    Hi! Anyone who has experience on how to make access to external EP6.0 portals from an EP6.0 portal through an iview? I have tried to do this by using the appintegrator iview, using usermapping. I open the external portal in an external window, but I

  • Report: to see the Invoices with Printing Errors

    Hi. Please help us in getting the report: to see the Invoices with Printing Errors The problem is that, at first there has been a problem and the invoice was not printed but we did not notice that it was not printed. There has to be a report, where w

  • Time stamp to number conversion

    Hi All, I notice in Labview 7.0 the 'Get Date/Time to Seconds' and 'Seconds to Date/Time' now output a Time Stamp rather than actual seconds. There is a 'To Time Stamp" standard vi in the conversion pallet that converts a number (seconds) to a time s

  • MDMP SPUM4 Vocabulary Assignment, necessary before upgrade?

    I have a question about SPUM4 when doing an Combined UC&UPG on a 46c system. As per the manual you have to run all the scans to complete SPUM4 in Prepare before starting the upgrade. But do you have to perform the language assignment of the vocabular

  • IPhone 4 power button doesn't work

    The power button on my iPhone 4 no longer works.  There is no longer any movement when I try to depress the button. Is this repairable or am I looking at getting a new phone.