Anchored Text Objects Verticle Top

I'll spend more time asking than it may take to fudge it into place, but, see the anchored graphic. I placed it inline because there will be a lot of reflowing and fitting left to do. It is limiting my ability to align the top margins for this two column text block. It is a caveat - not having a "balance columns" option, i'll ocassionally two column the text block, but in this instance, having baseline shifted the graphic, the left column stands -38pt below the top column margin.
Ideas?

Why did you baseline shift the graphic?
I think what you want to do here is apply a fixed leading to the paragraph, apply text wrap to the graphic (which should be inserted as the first thing in the heading, and drag it down to the correct positon, if necessary.

Similar Messages

  • Can't anchor object at top of text frame

    I'm trying to place an achored object inline at the top of a text frame (CS 5). If I make the insertion point before the first word of text the object always gets placed below the first line of text. I can change the Y relative to "Line (top of leading)" for the anchored position in the options but then the first line of text gets covered up (the object has text wrap applied). I can put an extra space at the top of the page and anchor the object there, but then the text doesn't begin at the top of the text frame.

    Here's a shot of the page and the anchored object settings. The arrow points to the insertion point in the text frame.

  • Anchor text to object feature

    I would like to see a feature where I can anchor text to an object, not just anchor an object to a text frame.
    This would be useful for doing callouts in illustrations. I have been able to anchor callout pointers to a text frame, but that is awkward. When I change the text, I have to do additional editing. If I have a pointer object and I can anchor a text frame to it, I could just change the text of the callout.
    RPP

    I tried grouping. It still requires some additional work if text changes. For doing callouts, it would just be easier to be able to anchor the text frame to the pointer graphic.
    My work around is simple enough. I have a pointer graphic and I have a text frame. I move one, then move the other.
    Here's the point really. If you can have an "anchor" feature, where one thing is anchored to another, why limit it to just anchoring object to text. why not allow anchoring of a text frame to an object?
    Thanks for you comments
    RPP

  • InDesign CS3 - Is it possible to thread anchored text across pages?

    New to InDesign. Just learned about anchored objects. Have anchored text that is longer than the text it refers to. Text exists in the first column and would like for text to thread to the first column on the next page.

    I don't think so. As you have it now, the callout stays with the line the object is anchored to, and it doesn't break and continue at the end of a page -- which is a problem when your callout line is near or at the bottom of the page.
    I don't suppose you could create separate anchored frames for each of the text lines in the callout ... It would work for a while, but you would run into problems when editing -- you cannot easily edit a single callout as the frames are not threaded, and if two of these objects end up on the same line in the original text thread, they would appear on top of eachother.
    Any of the other guys & gals out there with a good idea?

  • Anchored text boxes in XML

    I am wondering if anyone can help..
    I have created a structured indesign document (structured as in tagged for XML import). My problem is the first tagged object is an anchored text box which needs to sit on top of the second anchored tagged picture box. This layout is fine before importing the xml file. however after import the first anchored text box disappears and is replaced by normal text.. is there anyway to stop the box disappearing after import?
    any help would be greatly appreciated. I am using Indesign CS4 on a PC.

    Not that I know of off the top of my head. I'd suggest that, if you are allowed to do so, gin up an example INDD file, put it up on YouSendIt or a similar service, and invite the forum-ites to take a crack at it. Probably, one of us can come up with some clever method to avoid the need for anchored frames at all; I can't visualize why you would need to do so, and my fair-to-middlin' knowledge of XML export and import in ID makes me think that you can't flow text into and out of anchored text frames with XML. However, I will dig into it and see if I can't confirm or deny this hunch of mine.

  • Make anchored text frame after it is move in to story

    Hi,
    In my document have 4 stories. and one text frame
    this text frame is make of anchored text frame and it move in story 1
    It is possible ?
    please help me...
    my coding is shown in below
    tell application "Adobe InDesign CC 2014"
            set storyofset to story offset of myElement-------------->myElement is particular xpath
            tell storyofset
                set anchored position of anchored object settings of text frame 1 to anchored
                set horizontal reference point of anchored object settings of text frame 1 to anchor location
                set anchor xoffset of anchored object settings of text frame 1 to 0
                set anchor yoffset of anchored object settings of text frame 1 to 0
                set text column count of text frame preferences of text frame 1 to 1
            end tell
        end tell
    thanks in advance.
    by, John Peter.

    I copied text & paisted it and then draged the 3 photos from the file...then clicked on the photo then clicked the inline boxon tool bar nexed to floating one and that is how I did it
    I do not know what you mean "cut & paist"  how do I get the photo in from my picter folder if I do not drag it to the page in Pages? 
    I went to my photo folder and copied a photo and paisted the photo on the top left part of the page and it went there but there was no text to the right of photo...I could crop the photo to what ever size but no text to the right of photo...
    This is just too big of a mess of a program as it should be easier then this,,,I hav e 300 photos in this project and would have to re-paist them all...that is nuts...
    I see the button to the right of inline and floating that has 6 [lace to have the photo but the text does not float around the photo...
    If this is what your talking about this very little freedom in my page layout as I need it to let me place it where I need it to be and the wrap the text...
    There has to be an easier way to get my books ready for other formats other that Apple's iPad...iBooks Author was way eisier to make ready for iTunes...Love that program!!!
    Want my books for sale on all the other formats and was told by Apple Pages whould do it...
    I must be be out to lunch or the designers at Apple are ???

  • How to copy/paste anchor text box to its anchor point in text and delete all empty anchors?

    hi all
    i have a document of few pages but one story. The right column is the main text box and on many places anchored text boxes are placed which appeared on the left column as shown below.
    i want text of each anchor-text-box to be cut from its place and paste at its insertion/anchor point and delete all empty anchored boxes.
    I am trying since morning but i unable to reach anchor object reference. Any help on how to start with will be helpful.
    virender

    Ok, let's say you have one main text box (not anchored) and three text boxes that are anchored to text within it. The first one is anchored with text, the second one is unanchored, and the third one is empty (I'm not going to get into inline anchoring vs. custom anchoring since you didn't bring it up in your post).
    We cycle through the items on the page:
    function main(){
      var myDoc = app.activeDocument;
      var myPages = myDoc.pages.everyItem().getElements();
      for (var i = 0; i < myPages.length; i++){
        var myPage = myPages[i];
        //Checks that the page is valid, and that it is not a master page. If either is true, skips to the next page.
        if (myPage.isValid == false) continue;
        if (myPage.parent instanceof MasterSpread) continue;
        var myItems = myPage.allPageItems;
        for (var j = 0; j < myItems.length; j++){
          //Current item.
          var myItem = myItems[j];
          //If myItem doesn't have a Character parent, it is not anchored.
          //The first and third text frames would fail this test.
          if (!(myItem.parent instanceof Character)) continue;
          //We only care about text frames.
          if (!(myItem instanceof TextFrame)) continue;
          //I think the only way this would happen would be if you had an image or
          //something else unexpected within the frame. I check for it so no content
          //is inadvertently lost.
          else if (myItem.texts.length > 1) continue;
          //If we're still in this iteration of the loop, all qualifications are met.
          //Flatten the text frame.
          //I don't use layers that often so, to me, flatten makes sense. You may want
          //to use a different term if there's a chance for confusion.
          flattenItem(myItem);
    function flattenItem(funcItem)
         //Hold onto the anchor character.
        var myParent = funcItem.parent;
         //Duplicate the text from within the frame so that it appears right after the anchor.
         //There may be other methods, but this works for me. I try to avoid copy/paste
         //so as not to deal with any clipboard mishaps. I added a check in case of empties.
         if (funcItem.texts.length > 0){funcItem.texts[0].duplicate(LocationOptions.AFTER, myParent.insertionPoints[0]);}
         //Replace the anchor character itself with a space (or whatever) which also
         //deletes the text frame it was anchoring.
        myParent.contents = " ";
    I guess the takeaway might be that you're not looking at the main text frame and then checking to see if anything is anchored to it. You're looking at each text frame and figuring out if it is anchored. That's my approach, anyway.

  • How to fit frame to content when content contains anchored text box?

    Hi there
    I am creating a series of inline text frames within a text frame. Each of these inline frames contains text which includes an anchored text frame. If I tell my inline frames to fit to content they seem to ignore the anchored frames contained therein. Is there any way I can get them to consider the anchored frames they contain when they fit to content?
    I tried checking the geometric bounds of my anchored frame before and after its parent frame has fitted to content. Even when there has been no change in position the bounds after fitting to content seem to give numbers way off. I thought I might be able to reset the geometric bounds of the containing frame manually if the anchored frame therein had moved with the fit frame to content.
    Here is a snippet of my code:
    var anchoredBounds = anchoredFrame.geometricBounds;
    mainFrame.fit(FitOptions.FRAME_TO_CONTENT);
    mainFrame.texts.item(0).recompose;
    var newAnchoredBounds = anchoredFrame.geometricBounds;
    alert(anchoredBounds[0] + "; " + newAnchoredBounds[0]);
    So “mainFrame” is the text frame containing text and the anchored frame, “anchoredFrame”. “anchoredBounds[0]” seems to correlate with the top edge of the frame when I check it manually after the script has finished (when it hasn’t move with the fit to content). “newAnchorBounds[0]”, however, always gives numbers that are way off every time. Any ideas why this would be the case?
    And most importantly, can anyone suggest how I can get my “mainFrame” to consider the “anchoredFrame” contained in it when it fits to content?
    I’m using CS4 on a PC. Let me know if it would help to post more code, or if I haven’t explained myself clearly enough.

    Is there any way I can get them to consider the anchored frames they contain when they fit to content?
    @Graham – as long as ALL the anchored text frames are "inline" text frames,
    mainFrame.fit(FitOptions.FRAME_TO_CONTENT);
    should work as expected or at least sort of *.
    Without calculating anything at all.
    Just tested in InDesign CS5.5 (v7.5.3).
    Could it be that CS4 will fail on that?
    Of course, you can only rely on this, if the main text frame contains any "real" text at all. Not only the  special characters representations of the "inline" text frames. In that case the fit() method will do nothing at all.
    * it's debatable, if the fit() method yields desirable output.
    It depends on your expectations.
    See the following examples:
    1. Case 1:
    Text frame before fitting:
    2. Case 1:
    After fitting with the UI command, context menu: "fit frame to contents"
    (note the gap between the last baseline of the text and the text frame; note also  the new width)
    Is that the result you would expect? I guess not.
    3. Case 1:
    After fitting  programmatically with myTextframe.fit(FitOptions.FRAME_TO_CONTENT);
    4. Case 2:
    Before fitting
    same text frame as in #1, but different height
    5. Case 2:
    After fitting with the UI command, context menu: "fit frame to contents"
    A different width than in #2 and a gap at the bottom of the text frame!
    Not the desired result, I'd say…
    6. Case 2:
    After fitting  programmatically with myTextframe.fit(FitOptions.FRAME_TO_CONTENT);
    Same result as in #3
    So with scripting we could, at least, get consistent results.
    Of course, you could get the same results in the UI, if you double-click on the bottom center control point…
    Maybe it helps, if you are showing us some screen grabs:
    1. Your starting point
    2. The desired result
    Uwe

  • Text objects behave badly in 10.0.0.495

    I don't believe what I'm seeing ;-) so want to ask if others
    see this.
    Adding a vector text object to the canvas should draw a box
    whose position reflects where the text actually sits. In my
    experience -- possibly after the updates that just arrived today to
    make 10.0.0.495 -- the outline of the object and the text don't
    always move precisely together: the outline box can appear
    disconnected from the text.
    Let's say I place several text objects using 14pt bold
    verdana. I place an object then type some text. I repeat that three
    or four times. Now I move some of those boxes vertically with the
    mouse. Once I've done this for a while I might get an object whose
    blue (or red) outline is drawn (in "full" view) *above* the text.
    And when the width of a text box is just barely enough to contain
    its text on one line, the text might be *on* the bottom border
    rather than centered top to bottom *within* the border. Or the text
    might be just so slightly too far right of the left border (as
    though there were a space before the text). All of these
    displacements can be "fixed" by widening the object.
    The behavior is very annoying. FW this way is almost useless.
    I'm using Windows the CS4. I don't believe I saw this behavior
    until the recent updates. I am not a long-time FW user but am
    accustomed to this type of software.

    quote:
    Originally posted by:
    Tim Shundo
    And for those who'll ask for proof (again):
    http://www.timshundo.com/dpud/uploads/ugh.png
    What happens when you try and change the text? It permanently
    moves and shifts on it's own into seemingly random places.
    KJLDSHFLKJDSF.
    Thanks, Tim.
    I posted this behavior to Adobe's feedback / bug mechanism
    just after starting this thread. I had a good exchange with what
    I'd guess is a QA person Thursday. I shared screen pics showing the
    displacement between frame and text; they seem to accept this is
    real. Switching on grids and snap to grid, then moving a text
    object left and right repeatedly, is a way to reproduce the
    behavior. But it takes some work. I've had no word since Saturday.
    Toggling bold or some other attribute seems to snap the text
    and frame back into sanity.

  • How to format a text object

    Post Author: ftpaxa
    CA Forum: Other
    I use a SQL server DataBase on Windows server 2003 with service pack 2. i use Crystal Report 10 with ODBC connection. I read that the nice DLL is "Crdb_odbc.dll".I saw a VB code "How to format a text object" on this site :http://technicalsupport.businessobjects.com/KanisaSupportSite/search.do?cmd=displayKC&docType=kc&externalId=crxiTechrefenpdf&sliceId=&dialogID=7686352&stateId=1%200%207680692--' Create a new instance of the report.Dim oReport As New CrystalReport1Private Sub Form_Load()' Declare a TextObject object.Dim oTextObject As CRAXDRT.TextObject' Declare a generic Object.Dim oObject As Object' Declare a Section object.Dim oSection As CRAXDRT.Section' This variable is set to true once the' text object is found.Dim bText As BooleanbText = False' Search for all the report objects in each section.For Each oSection In oReport.SectionsFor Each oObject In oSection.ReportObjects' Find the first text object.If oObject.Kind = crTextObject Then' Get the text object and exit the loop.Set oTextObject = oObjectbText = TrueExit ForEnd IfNext oObjectIf bText Then Exit ForNext oSection' Format the text object and change the text.With oTextObject.BackColor = vbYellow.BorderColor = vbRed.BottomLineStyle = crLSDoubleLine.CanGrow = True.CharacterSpacing = 125.CloseAtPageBreak = True.FirstLineIndent = 25.Font.Italic = True.Font.Bold = True.Font.Size = 14.HasDropShadow = True.Height = 900.HorAlignment = crLeftAlign.KeepTogether = True.Left = 200.LeftIndent = 750.LeftLineStyle = crLSDashLine.MaxNumberOfLines = 16.RightIndent = 250.RightLineStyle = crLSDotLine.Suppress = False.SuppressIfDuplicated = True.SetText "Hello World".TextColor = vbBlue.TextRotationAngle = crRotate0.Top = 25.TopLineStyle = crLSSingleLine.Width = 3000End With' Set the report source of the viewer and view the report.CRViewer1.ReportSource = oReportCRViewer1.ViewReportEnd SubSo, i would like to do the same thingswith winbatch language. I tried this code :;Get CrystalRuntime Application Object HandleobjCra = ObjectCreate("CrystalRuntime.Application");Logs on to on or more SQL servers or ODBC data sources.objCra.LogOnServer("Crdb_odbc.dll","Magic","xxx","xx","zzzz") ; ("DLL file", "Server", "dbname", "username", "password"); open the saved reportobjReport = objCra.OpenReport("C:\Download\Perso\Programmation\Winbatch\Crystal Report\Final\rapport exploitation - abend.rpt")objReport.DiscardSavedData()TxtObj = objReport.Sections("PHb").ReportObjects("Text11")txtObj.Text = "testing" ; *** Error on this line : 1266: Ole:Bad Param Count;Export htmlPathHTML = strcat("C:\Download\Perso\Programmation\Winbatch\Crystal Report\Final\Resultat\rapport exploitation - abend.htm")hfile = PathHTMLcre = crr.ExportOptionscre.DestinationType = 1 ; diskfilecre.FormatType = 32 ; 24 = (HTML 3.2 standard), 31 = (PDF), 32 = (HTML4.0) cre.HTMLFileName = hfilecrr.Export(BOOL:@false)objectclose(cre)objectclose(objReport)objectclose(objCra)exit--
    Everythings work good except this linetxtObj.Text = "testing" I receive this error :1266: Ole:Bad Param CountI may be don't have the nice recipe. If you have a solution, it is welcome.

    Post Author: KAM
    CA Forum: Other
    Try using SetText.  Thanks.

  • Inconsistent placement of anchored text frame in data merge document

    Just writing up this bug so that anyone else who encounters it can find out what's going on with less head-scratching.
    It seems that InDesign's data merge feature gets confused when there are anchored objects in a text frame that's anchored inside another text frame, which can result in:
    exported PDFs that don't match the InDesign preview when viewed in Acrobat (so, nasty surprises on some pages after exporting)
    InDesign previews that - bizarrely - show differently depending on whether you navigated to the preview by hitting the arrow keys in the Data Merge box or by entering a number.
    (sadly I can't provide a file for confidentiality reasons - but the problem point had multi-line data merge entries, a text frame that was anchored in another text frame of equal width, and anchored images and text frames in this anchored text frame)
    There were certain entires where, if I navigate to them in the preview using the 'next' and 'previous' keys, there was 4mm less space between the nested text frame and the previous line than if I navigate to it by entering the number. Exporting as a PDF through data merge used the variant with more space.
    Re-working the area in question so that the nested text frame wasn't needed seems to have removed the problem (but loses the ability to vertically align these elements in a fixed size frame that is in the text flow).

    You didn't say what version of ID, or whter a single or multiple record per page merge, but the Preview is known to be buggy for multiple records since CS5 and might be for single records as well.
    I have an annual directory that is built by data merge with one section in each listing as an anchored frame, and I've never had a problem, but it's not as complex as your description, nor do I ever merge to PDF (though I've heard here from several users that it's more reliable).
    One thing you might want to try is merging without the preview step, but do it from a "fresh" file by copying and pasting your placeholders into a new document. If the problem is with the preview it seems that it "infects" the file and even merging without touching the preview button may not work.

  • How to use an instance of a text object

    Hello All
    I have an animated open in which animated panel reveal video and text behind them, I need to add second text object to the animation that is going to be on top of the animated panel this text object I want it in the same place as the text to be revealed but I want to scale to make it look as if it was scaled (magnified) up as the panels move across the screen to reveal the video and text, but I want to use only one text object. In after effect I can accomplish this by precompossing the text then adding the comp text in a main comp and scaling the copy of the text comp but I only have to change one text layer. So what I want is to change edit one object in motion instead of duplicating the text layer and then editing two layers instead of one.
    Thanks for your help
    Juan O

    Hi all
    I found the the answer to my question, but thanks for your help anyways.
    here it is
    added a layer then
    added a text object (position size etc...)
    selected the layer
    went to objects menu and selected replicate (short cut letter " L ")
    I needed to scale the copy (replicate) of the text object
    so I scaled the replicator object inside the replicated layer
    I had to move it to compensate for the scale
    since I wanted to use it like a reflection across the panels
    I added a copy of the panels to the replicated layer (the copy of the original text layer)
    then added an image mask to the replicated layer
    turned off the panels inside the replicated layer
    selected the image mask
    from the layers tab I draged the turn off panels object and droped it in the small drop box with the title "image"
    in the image mask tab
    set the source channel to Luminance everything else at default
    and that is it
    Thanks again, and I hope this will be of help to others
    matzunaga

  • Please Help: Problem - Combining database fields in a text object

    Hello
    Thank you for viewing my thread and any helpful feedback you may provide. I am having trouble with the "Combining database fields in a text object" tutorial in the Help under: Quick Start\Quick Start for new users\Combining database fields in a text object.
    After following the steps and previewing, I see the last name, first name stacked on top of each other in preview and design view. I don't know why this is happening. Can anyone point me in the right direction so the text is displayed the same way as it is in the Help?
    Thanks
    M

    Hi, 
    I don't think the field is actually in the text object but just stacked on top of it. 
    When you double-click on the text object, you the cursor should be inside it now.  Is the database field in there?  If not, then you can drag and drop it into the text object where you want it to go. 
    You will know if it's going in because the edit cursor will show you where in the text object it will drop. 
    The other way to do it is to drop the database field on the report somewhere and copy it to the clipboard and paste it into the text object. 
    Good luck,
    Brian

  • TOC and text objects

    Hello,
    I am having trouble with my Table of Contents. I have a 140 page doc with approximately 70 sections (some sections are a single page, while others are many pages). Each section has a different first page. In this first page I used a text object to hold the section title and subtitle. I did this to place the title over the header area. Everything had worked out fine until I went to create the Table of Contents. It says that the styles Section Title and Section Sub-Title have not been used in the document! Obviously they have, but every occurance is in a text block (object). Is there a way to make the TOC engine see these styles? Is there another way to place text over the header area on section first pages? Any help is much appreciated.

    Hello Christopher,
    you can use a work-around. Insert the headers, subheader, etc. you want to use in your TOC in the main text are of the title pages (this is the only way you will get them into the TOC) and adjust them as a 1pt and 100% transparent text (or tweak the header texts in other ways to make them invisible). Now you can see them in the TOC. And try to place the headers etc. near the top of the title pages so the link in the TOCs will jump to the top of the title pages.
    I hope this helps you to get what you want. If you need further help with this, a better description of the title page layout will be helpful.

  • How to get text name text object and text id for long text

    Hi,
    I am trying to fetch Long text for a given order number from transaction CO04 in SAPScript. I know that I have to use Include X (OBJECT) XX ID XXX.
    How do I get the text name, text object and text id for the order header long text from Transaction CO04.
    Points will be awarded..
    Tushar

    Tushar,
    When you are in CO02, and are at the Long Text Tab,click on the Icon that is next to the Order Number at the top of the screen (this icon looks like a Pencil and a Pad of Paper and is called "Change Long Text"). When you click on this it will take you to the SAPscript Editor. Now hit Goto->Header and you will get the data you require.
    Hope this helps.
    Cheers,
    Pat.
    PS. Kindly award Reward Points as appropriate.

Maybe you are looking for

  • Who can tell me about his forms2adf experience?

    Hello! Why is forms2adf not part of the evaluation version? This makes no sense to me. It is hard for me to convince my chef, to buy a software and I can't even tell him, if we will need it or not. All the reports and demos on forms2adf look very nic

  • How can I recover photos that were deleted from Iphone.  Photos were streamed to icloud

    How can I recover photos that were deleted from iphone.  Photos were streamed to icloud. 

  • Seriously??!!! No alarm volume adjustment on Noki...

    Every day, this phone sucks a little more. Can anyone here tell me how to adjust the volume of an alarm sound? I get blasted out of bed each morning, and there's no way I can see to lower the volume. Will this be added to the other things that could

  • Preparing - Finishing cycling no backup

    My system is cycling between Preparing Backup to Finishing with no backups occurring. If I watch the spinning icon on the menu bar it will say "Preparing Backup" and then "Finishing" and then do the same thing repeatedly. The last backup was over 24h

  • Web gallery password

    I am wondering about when I post on web gallery, it asks for a password, and when I use my .mac password from my .mac account, it doesn't work? I am not sure which password I am to use?