To add a carriage return in paragraph styles

Hello. I'm a mess. I have a large amount of data from an xml source. I need to quickly add carriage returns properly across it so that paragraph styles can be differentiated. I use tags manually mapped to styles to do this.

In the transport order returns am I right to think that I can add a GREP style for each style of Pará, and that it will be the direction of the end of Pará through the position of end of each tag marker? If that's the case, what GREP expressionlook would like that I can automate locate the end of a tag/para style so that I can add ~ b for her?

With gratitude!

[French]

Tags: InDesign

Similar Questions

  • Ability to add the carriage return character

    Hi all

    I have to add the characters return at the end of each paragraph.  I found insertTextAsContent (using: {String |}) SpecialCharacters} ( position: XMLElementPosition), but do not know how to use this function. I think that in this method only accepts the position as an XML element.

    How to use this feature to accomplish my task?

    Use: InDesign CS4/Javascript/Windows.

    Kind regards

    Karpanai

    you could do: string = "\r";

    \r is a carriage return, and \n is a newline

  • How can I add a carriage return to the output?

    I have a listBox with 15 values. This list box is linked to a text box. The text box print only selected items in the list box (thanks try67 for aid put in place). Now I want to do is have each of the items that are selected to appear separately instead of having one continuous line. I think what I have to do is add a transport returne (or two) between each selected item. Here is the code I have for the custom calculation script

    var v = this.getField("DiagnosisList").value;

    If (typeof v == 'string') event.value = v;

    else event.value = v.join (",");

    I triend/r/n addition but I keep getting syntax error. Thank you for any assistance.

    Replace this:

    v.Join (",");

    With this:

    v.Join ("\r");

  • How to add a carriage return

    Hello

    How to add a newline after Type of survey, so that the weather channel will start in the column.

    Thank you

    Steve

    try something like the following project. (not tested, so modify as needed).

  • Add a carriage return in an alert box

    Hello

    I have a request for the user to display this alert box in the format below:

    ATTENTION: The owner's name has changed on this ship.
    Current name: xxxxxxx:
    New name: yyyyyyy

    Please confirm or deny that there is a change of ownership.

    Confirm and Deny are two buttons.

    How can I insert a distribution c return at the end of each line of text to the text looks so in the alert box? I can get it to wrap, but it doesn't look good
    the button "Confirm" and "Deny" is adjustable in different colors?

    Thank you!

    Use Chr (10).

    For example:
    v_alert: = "Attention: the owner's name has changed on this ship.' |" Chr (10) | ' Current name: ' | etc...

  • Write spreadsheet adds carriage return

    I use the array build function to set up a number of channels and build an array of strings.  The construction is in a time loop.  A new row is added in the table to each loop.  I use scripture to spread worksheet function to save the worksheet to a file with the xls extension.  For some reason, a carriage return is inserted in the table.  The table has 9 columns and a carriage return is placed after the fourth column.  I haven't added that carriage return.  Does anyone know why write about the spreadsheet can automatically add a carriage return, and how to remove it?

    Thank you!

    I'm not playing an instrument.  If the instrument is the addition of bottom line as a character of endpoint, which is likely, source your extra carriage return.

  • Script of the current paragraph style

    Can someone tell me what is the code to return the paragraph style for the current position of the cursor.

    Also I can I ask something to the current paragraph is not using paragraph styles.

    For example, what would be the code to "make the current text of paragraph Red.

    Help would be much appreciated as we see questions that I'm a complete Newbie in scripting.

    if (app.documents.length > 0 && app.selection.length === 1 && app.selection[0].hasOwnProperty("baseline")) {
         // return the paragraph style for the current cursor position
         alert("Paragraph style: " + app.selection[0].appliedParagraphStyle.name);
         // Make current paragraph text Red (the 1st paragraph in the selection)
         app.selection[0].paragraphs[0].fillColor = "C=15 M=100 Y=100 K=0";
    }
    
  • Assignment of a paragraph style to the text that you add to and block of existing text without changing the existing text? Using AppleScript.

    I have and added existing framework of text I want to add more text and at the same time assign a style to text.

    Then add more text to the same text frame later.

    I can do using 'set applied font statements' but what I want to do is to use styles for each entry.  Several times the styles are different for each addition.

    say application "Adobe InDesign CC.

    say history of parent of text block x of the page 1 of document 1

    the value apply fonts of insertion point - 1 for "Chalkduster".

    the value point size of insertion point - 1 to 12

    -character style from the insertion point to - 1 to the 'New' value - does NOT work

    the value content of insertion point - 1 to return & "Either Me!" & back -inserts after

    end say


    IndesignCC

    iMac OSX 10.9

    AppleScript

    Script debugger 5

    Xcode 5.1


    Thank you

    Mike

    -assumes the current paragraph ends with a return

    game of newText for "either Me!" & return

    say application "Adobe InDesign CC.

    say document 1

    the value storyRef to parent history of text frame 1 of page 1

    the value paraStyle to the style of paragraph 'new '.

    the value insertRef to the insertion point -1 of storyRef

    the value of beginIndex to index of insertRef

    say insertRef

    the value content to newText

    end say

    endIndex put to beginIndex + ( of newText length) - 1

    value textRef in (a reference for the characters thru of storyRef endIndex-beginIndex)

    the value applied paragraph style of textRef in paraStyle

    end say

    end say

  • Add the prefix by increasing the order in paragraph styles

    Hi all

    Can we add prefix according to ascending order in the paragraph styles.

    As

    01 style 1

    02 style 2

    03 style 3

    04 style 4

    Please pass the code

    Thank you

    LUN

    var parStyle, number;
    var doc = app.activeDocument;
    var parStyles = doc.paragraphStyles;
    for (var i = 0; i < parStyles.length; i++) {
         parStyle = parStyles[i];
         number = parStyle.name.match(/\d+$/);
         if (number != null) {
              parStyle.name = zeroPad(number[0], 2) + " " + parStyle.name;
         }
    }
    
    function zeroPad(num, digit) {
         var tmp = num.toString();
         while (tmp.length < digit) {
              tmp = '0' + tmp;
         }
         return tmp;
    }
    
  • Split or character style indesign standard carriage return

    Hello. I use the Split text by paragraph style, but...

    I need a lot split text with styles applied too much character. For example.

    Screen Shot 2016-03-18 at 3.11.18 PM.png

    Is this possible with a script, grep...?

    Please help me.

    Try

    function addLinefeeds() {
        var doc, cs, l, finds;
        doc = app.properties.activeDocument
        cs = doc && doc.characterStyles.itemByName("answer"); // change
        if (!cs || !cs.isValid) {
            alert("No Finds, try changing the characters style name");
            exit();
        }
        app.findTextPreferences = app.changeTextPreferences = null;
        app.findTextPreferences.appliedCharacterStyle = cs; // change to styleName
        finds = doc.findText();
        l = finds && finds.length || 0;
        while (l--) {
            // if not allready on a new line put add a new line
            if (/[^\n\r]/.test(finds[l].contents[0]))  finds[l].insertionPoints[0].contents = "\n";
        }
    }
    app.doScript(addLinefeeds, ScriptLanguage.JAVASCRIPT, undefined, UndoModes.ENTIRE_SCRIPT, "add line feeds to characterStyles");
    
  • Add the tab character before the content of particular paragraph style

    I have to add the tab character before the content of particular paragraph style

    app.findTextPreferences.appliedParagraphStyle = app.activeDocument.paragraphStyles.item ("IDX2");

    list = app.activeDocument.findText ();

    // 2. For each found the point...

    for (i = 0; i < list.length; i ++)

    {

    App.Select (list [i])

    App.Selection[0].insertionPoints[0].contents="\t".

    }

    But the code above only works in the first instance. But I must add the tab character all the content of the paragraph applied

    How to do this

    Hello

    Another way without GREP...

    var doc = app.activeDocument;
    var myStories=doc.stories;
    var J= myStories.length;
    
    while( J-- ){
        var mStorie = myStories[J];
        var K= mStorie.paragraphs.length
        while( K-- ){
            if  (mStorie.paragraphs[K].appliedParagraphStyle.name == "toto") {
                mStorie.paragraphs[K].contents= "\t" + mStorie.paragraphs[K].contents;
            }
         }
    }
    
  • How to chain add all styles of only certain page paragraph style

    paragraph style (A1style) by the 'Like', I want to add

    myDoc var = app.activeDocument;

    var myParaStyle = "A1style";

    for (p = 0; p < app.activeDocument.pages.length; p ++)

    {

    for (t = 0; t < app.activeDocument.pages [p].textFrames.length; t ++)

    {

    app.activeDocument.pages [f] .textFrames [t] .insertionPoints [0] .silence = "like."

    If (executives of related texts [t] .appliedParagraphStyle == myParaStyle) {}

    }

    }

    }

    Hello

    Hope this is your requirement,

    app.findGrepPreferences = app.changeGrepPreferences = null;
    
    app.findGrepPreferences.appliedParagraphStyle = "A1style"
    
    app.findGrepPreferences.findWhat = ".+";
    
    app.changeGrepPreferences.changeTo = "LIKE $0"
    
    app.activeDocument.changeGrep();
    

    Another way,

    var myParas = app.activeDocument.stories.everyItem().paragraphs.everyItem().getElements();
    
    alert(myParas.length)
    
    for(i=0; i
    

    Concerning

    Siraj

  • [JS CS4] Add menu item to the context menu of the control panel paragraph styles

    Hi all

    I am trying to add a menu item in the context menu of control panel of the paragraph styles, that appears when you right click on any paragraph style name in the Panel. But I can't find the menu in app.menus.

    In app.menus there is, for example, a 'Menu of the Pages panel framework', 'object Styles point context Menu. But there is no similar menu for the paragraph or character style.

    Someone help me?

    Paul

    RtMenuStyleListItem

  • (AS) Select the text of the paragraph without bringing out the carriage return

    (AS) Select the text of the paragraph without bringing out the carriage return character.

    I need help to select a paragraph in a story.
    The selection does not contain a 'return' (ASCII number 13 ")

    My current sample is as follows:
    -example assumes that the insertion point is already placed in a specific paragraph.

    Tell application "Adobe InDesign CS3"
    activate
    theDoc Set to the active document
    say theDoc
    Select the paragraph 1 of the selection
    end tell--theDoc
    end tell--app

    Sounds simple... The example above to select my paragraph selected.

    but he also chose the carriage return also. How would I go to do this?

    Any advice would be helpful!

    Thank you!

    Try:

    Select text in character-2 of paragraph 1 of the selection of character 1

  • How to add paragraph styles in mychange

    Hi all

    In the coding here is a lot to find and change. Now, I need mychange an extra change more with S2, i.e. one of the paragraph style applied. Please advice and see my code below.

    var myfind = ["(<display>)(.+)(</display>)", "(<verse>)(.+)(</verse>)"]
    
    
    var mychange = ["$2", "$2"]
    
    
    for (k=0; k<myfind.length; k++)
    {
        app.findGrepPreferences = app.changeGrepPreferences = null;
        app.findChangeGrepOptions.includeMasterPages = false;
        app.findGrepPreferences.findWhat = myfind[k];
        app.changeGrepPreferences.changeTo = mychange[k];
        app.activeDocument.changeGrep();
    }
    

    Kind regards

    Assia

    Hope that I misunderstood your question, try this

    myFindChange('()(.+)()', '$2', 'display');
    myFindChange('()(.+)()', '$2', 'verse');  
    
    function myFindChange (findWhat, changeTo, paraStyle){
         app.findGrepPreferences = app.changeGrepPreferences = NothingEnum.nothing;
         if(findWhat)app.findGrepPreferences.findWhat = findWhat;
         if(changeTo)app.changeGrepPreferences.changeTo = changeTo;
         if(paraStyle)app.changeGrepPreferences.appliedParagraphStyle = paraStyle;
        app.activeDocument.changeGrep();
         app.findGrepPreferences = app.changeGrepPreferences = NothingEnum.nothing;
    }
    

    Vandy

Maybe you are looking for