How to add text in the form to a text object

CS5, Actionscript

Hi all

After posting a post very specific about the content of text in XMLElements, I realized that the problem was not at all specific to XMLElements. Therefore, I would point out that more general question:

For a text object if I add more content, which includes text properties such as 'underline' and 'crossed', how can I do without the latest being automatically applied to the following property values to be appended.

For example, I found that if I wrote something like this:

< code >

PointInsertion = text.insertionPoints.item(-1);

insertionPoint.contents = "cat";

insertionPoint.underline = true;

PointInsertion = text.insertionPoints.item(-1);

insertionPoint.contents = "dog";

< code >

then the 'Cat' and 'Dog' words are underlined, although only Cat is marked for underlined.

How can I make only "Cat" has pointed out, and 'Dog' not underlined?

TIA,

mlavie

So, your best bet is probably something like this:

var myProps = {underline:false};
insertionPoint   = text.insertionPoints.item(-1);
insertionPoint.underline = true;
insertionPoint.contents  = "Cat";
insertionPoint = text.insertionPoints.item(-1);
insertionPoint.properties = myProps;
insertionPoint.contents  = "Dog";

Set all of the properties in the myProps you want to be default values...

Tags: InDesign

Similar Questions

  • How to add multiple roles: the form-based authentication.

    Hi all

    I want to do an authentication.in form based my web.xml I added a role called admin.

    My question is how to add another role of 'support '.

    my content from web.xm here
    ----------------------------
    <? XML version = "1.0" encoding = "UTF - 8"? >
    < web - app xmlns = "http://java.sun.com/xml/ns/j2ee" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" >

    < Welcome-file-list >
    Welcome < file > welcome.jsp < / welcome-file >
    < / Welcome-file-list >

    < security constraint >
    < display name > constraint-0 < / name >
    < web-resource-collection >
    constraint-0 < web-resource-name > < / web-resource-name >
    <>protected url-pattern / * < / url-pattern >
    < / web-resource-collection >
    <>auth-constraint
    Admin > role name < < / role name >
    < / auth-constraint >
    < user-data-constraint >
    > transport security < NONE < / transport-guarantee >
    < / user-data-constraint >
    < / security constraint >

    <>login-config
    FORM < auth-method > < / auth-method >
    < form-login-config >
    login.jsp < form-login-page > < / form-login-page >
    failedlogin.html < form-error-page > < / form-error-page >
    < / form-login-config >
    < / login-config >

    <-security role >
    Admin > role name < < / role name >
    < / security role >

    < / web - app >

    --------------------

    my content here weblogic.xml:
    --------------------------------------------

    <? XML version = "1.0" encoding = "UTF-8"? >
    < wls:weblogic - web - app xmlns:wls = "http://xmlns.oracle.com/weblogic/weblogic-web-app" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" xsi: schemaLocation = "http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd http://xmlns.oracle.com/weblogic/weblogic-web-app http://xmlns.oracle.com/weblogic/weblogic-web-app/1.2/weblogic-web-app.xsd" >
    < wls:security - role-assignment >
    < wls:role - name > admin < / wls:role - name >
    < wls:principal - name > weblogic < / wls:principal - name >
    < / wls:security - role-assignment >

    < / wls:weblogic - web - app >


    Any suggestion is appreciated...

    Thank you
    knockaert

    You can use something like:

    
         
              All
              *.xhtml
         
         
              MANAGER
              EMPLOYEE
         
         
              NONE
         
    
    ...
    
         MANAGER
    
    
         EMPLOYEE
    
    

    Note that you can also define several constraints, for example,

    
            
                /employee/*
            
            
                *
            
    
    
            
                /manager/*
            
            
                MANAGER
            
    
    ...
    
         MANAGER
    
    
         EMPLOYEE
    
    
  • How to add text to the gif format

    Hello, I am a beginner in photoshop.

    I want to add text to my gif as part of the animation, but somehow the text transparent look, even though I already use black color for the text.

    Could someone give me tutorial how to add text to the gif and then do some sort of subtitle?

    Thank you...

    The text layer is 2 layers under the real background layer in your file. Check your layers panel. Click, drag and drop the text layer currently selected in your layers 2 screenshot above or the visible layers, especially to see if your text will appear - it should ideally.

    Settings - when save you for Web & devices, you can customize options preset for GIF on the top right of your dialog "save for Web & devices".

  • How to add text to the Notes?

    Hi all

    I want to add some text in the notes. I create notes with success.

    My note label and name are not apply any script executed successfully.

    How to add text to the note? My script is:

    indesign #target

    myDocument var = app.documents.add ();

    var myTextFrame = myDocument.pages.item (0).textFrames.add ();

    myTextFrame.geometricBounds is ['10', 15 ' p', '50 p', '50 p'];.

    myTextFrame.contents = "Adobe Indesign";

    var insertionPoint = myTextFrame.insertionPoints.item (-1);

    var note = insertionPoint.notes.add (1433299822);

    Note.label = "NewNote";

    Note. Name = "FirstNote";

    Thank you

    Jin

    try sth. like

    Note.texts [0] .silence = 'some content '.

    Hans-Gerd Classen'

  • How to add text to the file selected?

    I have already updated title but I don't know how to add it to the selected real file (the one in the middle)... I read on some other forums but its still confuse me.  Also, is there anyway to add the effect of movement, as drag in or dissolve almost?

    Screen Shot 2016-02-19 at 10.27.40 PM.png

    I mean this in the nicest way possible, but it's very wacky workspace you put in place there. Create titles is muuuuch easier in the standard workspace Edition. When you create / open a title in the editing workspace, he creates a floating large window with the title of all the members of panels. It is about the only time I am ok with windows in the first floating. You will create the title in the window title, and then close the window title entirely. The video for the title will then be in your project Panel (which you can not common to see in your current workspace configuration, but will be very apparent in the workspace standard edition in the lower left). So the best thing to do is to simply drag the title element of the project to sequence Panel (another Panel today, you don't see in your current workspace arrangement.

  • How to add text to an output of a formula?

    I tried several scripts to make it work in "simplified of ratings field. The script below is the only one that doesn't return an error, but I get no results. This is free form script, but I would like to know how to add text to a formuls if possible in acrobat.

    The Script:

    ; this.getField ("name 1");

    I looked and you can't find a tutorial on adding text to the output of a formula, but if anyone knows of one I'd be very happy.

    Can someone help me please correct this script?

    Bruce

    The custom calculation script would be something like:

    Event.Value = (82 + getField("St.4").value / 2) + "or more."

  • How to add text to a .jpeg image

    Place the text on JPeg image

    Anyway is to place the text on JPeg image?  My Artisan 800 printer has a drawer to print photos on the cd with a top label, but I want to add text to the image for example the date and title of the DVD.

    Anyway is to place the text on JPeg image?  My Artisan 800 printer has a drawer to print photos on the cd with a top label, but I want to add text to the image for example the date and title of the DVD.

    ===========================
    The free Picasa software has several options
    to add text to pictures.

    Picasa
    http://Picasa.Google.com/

    After you download and install Picasa...
    Open the program and double left click
    an image to open the editing functions.

    To add text to the front of the photo...
    choose... Simple retouching / text button...

    More info...

    How to add text to your Photos using
    Google Picasa 3
    http://www.ehow.com/how_4599330_text-photos-using-Googles-Picasa.html

    Volunteer - MS - MVP - Digital Media Experience J - Notice_This is not tech support_I'm volunteer - Solutions that work for me may not work for you - * proceed at your own risk *.

  • How to add bookmarks to the IE Favorites list?

    How to add bookmarks to the IE Favorites list? I can find them on recently added bookmarks, but they are not listed when I click on IE Favorites.

    Firefox bookmarks are stored in your Firefox profile folder, they are not synchronized with the IE Favorites.

  • How to add programs to the start of the file using Vista

    How to add programs to the start of the file using Vista

    Hi Harry,.

    Oddly enough, you can actually do it in msconfig except if it is already there and simply not checked as opposed to not being do not at all (although you would think that they would understand this option).

    The easiest way is to add the program (or a shortcut to the program) in the folder all Menu Programs Startup.   Here is the procedure: http://www.ehow.com/how_5098465_add-startup-programs.html.  Remember, to do this, you must either a shortcut existing (perhaps on the desktop or elsewhere in the menu all programs) or you need to find the source file (probably somewhere in C:\Program Files depending on what you want to add) and either copy it and add it to the startup folder or right-click on it and create a shortcut to copy into the startup folder.  Once you reboot, this program starts during the initial commissioning process and you will now be able to control using msconfig.exe, if you wish.

    Another option is to do this by using the registry editor.  If you decide to try this, first create a restore AND system restoration point backup of the registry before you begin.  Here is the procedure: http://www.ehow.com/how_7304438_add-program-msconfig-regedit.html.  I recommend to use this ONLY if the previous procedure does not work for some reason any as long as that the procedure is simpler and safer.

    If you want a simpler way to manage and control startup programs, you can try it free WinPatrol http://www.winpatrol.com/download.html that change monitors for startup programs if you set it to run in real-time so that you know when to try new programs are added to your Start menu and, for the purposes of this question includes an Add button which opens a link to a window of Windows Explorer where you can browse the program you want to add, click open to select and then add it directly to the commissioning.  If you prefer it does not work all the time, you can simply uncheck the box which includes this program and it will work only when you choose to run (but at the start, will work as an indication otherwise or configured).  It will appear not in the start menu in all programs (Finally, WinPatrol is, but not programs, it adds to the start), but it will appear in WinPatrol (which also lets you manage what you want or not start with checkboxes as in msconfig) and sure in msconfig - but only after a reboot is complete the process of adding.

    I hope this helps.  Personally, I use WinPatrol myself and let it run in real time.  Since I do a lot of installations, it helped me often prevent the addition of a startup item I haven't really need and reduces how many times I actually need to check what is happening out there.

    If this answers your question without the need to repost in another forum, please mark it as an answer.  If this isn't the case, then of course you must republish as suggested above.

    Good luck!

  • I want to print PostScript in illustrator, then put the Distiller how to add print on the list?

    I want to print PostScript in illustrator, then put the Distiller how to add print on the list?

    What exactly do you want to do it is not possbile to save to the PDF format?

  • How to add licenses in the VIP administration Console

    How to add licenses in the VIP Admin console?

    Hello

    Please see: -.

    Manage your cloud of Adobe Creative for the composition of teams

    Adobe Creative Cloud for teams FAQ

  • Cannot figure out how to "add-in" for the 2013 Outlook application... said the loading behavior is not loaded. How can I fix it?

    Cannot figure out how to "add-in" for the 2013 Outlook application... said the loading behavior is not loaded. How can I fix it?

    Hi amandab9126792,

    2013 Outlook does not work with Acrobat X because they are not compatible. Please check the compatibility to https://helpx.adobe.com/acrobat/kb/compatible-web-browsers-pdfmaker-applications.html.

    Kind regards

    Nicos

  • How to add text and drawl lines in element 11

    How to add text and drawl lines on pictures in 11 element using windows thanks Stanley

    no answer

  • How to add text and change my PDF file?

    How to add text and change my pdf file

    Hi pilothorse,

    To edit a PDF file, you must use Acrobat. If you do not have Acrobat, you can try it free for 30 days. See www.adobe.com/products/acrobat.html for more information.

  • How to add text to the column formula

    Hello

    I am trying to add text to column (quarter) in the column formula window.

    Try adding "Q1" text in the column as: "Q1" | (TIME. ("" CALENDAR QUARTER "). -In error.

    Also tried with CASTING... .but could not answer me.

    Please advice how add/concatenates the text in the column formula window.

    Kind regards

    CK

    I just tested the approach below, which works as expected.

    CONCAT ('ABC', cast ("Time". "" Tax Quarter "as char))"

    CONCAT ('ABC', 'Time'. ("' Fiscal quarter")

    Control the parameters of syntax in your formula.

    Mark it as relatively useful/correct, if it is.

    Best regards
    Kalyan Chukkapalli
    http://123obi.com

Maybe you are looking for