How to change tab stops in a completed document with Pages?

I switched from WordPerfect to Pages and have struggled with figuring things out. I have a membership list I do each year with names addresses, phones, etc. I used a right tab to put the phone numbers out on the right margin. Now I find my originally defined margins are off, and I want to change that right tab. I seem to be able to do this only one name at a time: very tedious. Is there a way to change it for the entire list all at once?

Here is a short script allowing us to select every paragraph starting with a TAB character.
Of course, we may edit it allowing it to select paragraphs matching an other criteria.
--(SCRIPT selectparagraphs_starting_withtab]
Apply this script to a Pages document.
Every paragraph starting with a TAB character will be selected.
You may aplly some settings to all of them in a single operation.
Thanks to Axel Lutgens.
le 25 juillet 2008
property L : {}
tell application "Pages"
set my L to {}
tell first document
set N to count of paragraphs
repeat with P from 1 to N
if character 1 of paragraph P is tab then copy (a reference to paragraph P) to the end of my L
end repeat
end tell
select my L
end tell
set L to {}
--[/SCRIPT]
Yvan KOENIG (from FRANCE vendredi 25 juillet 2008 11:41:29)

Similar Messages

  • How to change DEFAULT font and font size on new Pages document

    When I open a new Page document, it always comes in with a default font and font size. I know how to change those settings on the open document.
    I want to know how to change the ~default~ font and font size so that a new Page document always opens with those default settings.
    -Thanks for your service to the community.

    Hi Lionate
    Welcome to the forum.
    Make a document to your liking.
    Change the Body style and any other styles in :
    +Menu > Show Styles Drawer > click on the little triangle next to Body > redefine Style from Selection+
    Capture the page:
    +Menu > Format > Advanced > Capture Pages… > Name it > OK+
    +Menu > Format > Advanced > Manage Pages… > Delete other Sections/Pages > OK+
    Save as a template:
    +Menu > File > Save as Template…+
    +Menu > Pages > Preferences > General Preferences > For New Documents > click Use template: > Choose > browse to the template above+
    Peter

  • HT5071 I am putting together a book with iBooks Author and all of my pages are numbered (3) how can I change them to an acceding order starting with page one?

    I am putting together a book with iBooks Author and all of my pages are numbered (3) how can I change them to an acceding order starting with page one?

    Sorry I didn't get the tip link right: Change page number style

  • Even your help is confusing how do i find instructions on how to change a pdf to a word document i d

    even your help is confusing
    how do i find instructions on how to change a pdf to a word document
    I purchased this software and now I can't find it

    Thanx!!!
    that is, if there are entries in document "hello 1234", then the search all words will identify it as two words "hello" and "1234". and then I check with regular expressions where the numbers.. ?
    ps. and I have not found yet any command, that replace the founded text from javascript))
    yes.. in acrobat X pro.. tools-protection-search&remove is also avaible....! (but, no regular in search string.. to bad...)
    thank you!

  • Why does Pages change tab settings randomly in a document?

    Why does Pages change tab settings randomly in a document?

    Have no clue what is happening to make the font change style. Are you hitting any keyboard shortcuts or is a syle applied to those cells?
    There is no automatic Calendar generator, but Pages will generate sequences in tables and:
    http://www.freeforum101.com/iworktipsntrick/viewtopic.php?t=182&highlight=calend er+calendar&mforum=iworktipsntrick
    Peter

  • Am creating document with Pages. pages are in "portrait" orientation, but two charts at end need to be "landscape". changing the orientation for one section changes it for entire doc. can i have different orientations in Pages for different sections?

    am creating a document with Pages.  all pages using "portrait" orientation, except 2 appendices need to be in "landscape".  in Word for Windows it is possible to have different page orientations for different sections of a document.  is that possible with Pages.  Even when i put the appendices in a different section, changing the page orientation changes it for the entire doc.

    Make a separate document the size and orientation you want.
    Turn that into a pdf and add it back into the original Pages document or into the pdf from from that document.
    Peter

  • How do I open a microsoft Word 95 document in Pages?

    How can I open a Microsoft Word 95 document in Pages?

    The document format is too old. Download the free LibreOffice, and then open this Word '95 document with it. Then export to a different filename.doc, or filename.docx, and then open in Pages.

  • How i do to make backups of any documents with iCloud?

    How i do to make backups of any documents with iCloud? in mobile me i can do thay buy with iCloud it its not possible.
    in Mobile Me i can do bachups in a destination called Mobile Me disk, in this store backup docoments world, exel, music photos, etc.
    how i do this in iCloud? or of another way with apple?

    This facility is not provided in iCloud: you will need to find a third-party alternative. This page examines some options:
    http://rfwilmut.net/migrate3

  • Change tab stops when composing mail

    For some reason when composing a message, after entering the recipient address, tab to subject, after that I have to tab thru 3 additional stops to get to the message body. I would prefer to tab from subject directly to the message - how can I change the tab stop settings?

    Go to System Preferences -> Keyboard -> Keyboard Shortcuts and set the radio button near the bottom of the window to "Text boxes and lists only."

  • How to handle tab stops when converting from Frame to RoboHelp

    I have several examples of programming code that have tabulated indentations in the FrameMaker documents I have inherited.
    But when I convert to RoboHelp, the tab stop is only recognized by a single space.
    What would be the best way to deal with this? There are so many examples, and sometimes there can be multiple levels.
    Remember, all these manuals have already been written in Framemaker, so the less I have to manipulate these samples, the better!
    Thanks 

    Did anyone from Adobe get back to you on this bug?
    Now that TCS3 is out there, did they fix it?
    Do you know how we can find out the status of this and other issues with Adobe?
    We have been very disappointed with TCS2 and if Adobe hasn't fixed known issues from that version, I wonder if they will in TCS3...or ever? Flare is looking pretty good at this point.
    Missy

  • How to remove tab stops at one shot after importing a word document

    HI everyone,
    This is my first post in Framemaker Community as I am moving from RH to FM.
    I have an issue with respect to importing word documents to Framemaker.
    After I have import a word to doc to FM multiple tab stops are created.
    Now, although I remove the tab stops manually once, If I place my mouse in the next line , the tab stops are seen again.
    Is there any shortcut wherein I can remove tab stops at one go after I import a word document in Framemaker.
    Thanks in advance.
    Regards,
    Parag

    Edit > Find / Change
    Find: Text: [ \x08 ]
    Change To Text: [ \x20 ]
    <*> Document
    [ Change All ]
    This would change all tabs to ordinary spaces. You can actually just type a tab and space character, but I used the hex notation so you see what you're doing. The space could be any other character(s) you desire, or no characters at all (make sure the To Text: field is empty).
    Hex codes?
    Found here on one of my installs:
    C:\Program Files (x86)\Adobe\FrameMaker9\Documents\Character_Sets.pdf

  • How to change tab history to a list instead of thumbnails

    When i open a new tab in Firefox the former visited history appears as thumbnails. How to change the past history to a LIST instead

    Please see this support article - https://support.mozilla.org/en-US/kb/new-tab-page-show-hide-and-customize-top-sites
    The '''new Tab page''' isn't intended to be a text listing of recent browsing history, but rather a visualization of "top sites" that you visit based upon the number of visits over time. There is nothing built into Firefox to switch over to a text listing, and I am unaware of an add-on available to display a text list of recent browsing history, either.

  • OH-Edit Medical Service: How to change tab pages text

    Hi All,
            Is it posible to change TAB pages text in Edit Medical Serivce(EHSAMBTAET) like Protoco/GeneralExamination, Vaccination etc to some other text?
    Thanks
    Bhuwan

    HI Dhaval,
    Can you be more clear. At what point of time you want to change.
    Thanks
    Aravind

  • How to change co-ordinates of an internal table in page 1 & 2 using offline adobe forms?

    Hello All,
    How to change co-ordinates of an internal table(main window data) from page 2 onwards in offline adobe forms. For e.g., I need to print my internal table around 3-4 lines along with header&footer(only 1st page)in page 1. From 2nd page onwards Internal table should print header and use remaining page til end.
    Thanks in advance for your help.
    Thank you,
    Janakiram.

    Issue resolved...need to use content area option to achieve the same.
    Thanks,
    Janakiram.

  • How do I set phone to be COMPLETELY silent with NO vibrate?

    I used the volume button on the upper left side of the phone and turn it all the way to silent.  I also went to settings/sound and set it on vibrate OFF.  I also tried setting the Ringer and Alerts section - Change with Buttons both On and Off.  However, my phone will still make text sounds when I receive texts and notifications from Facebook.  I can not figure out why it won't go completely silent with no vibrate. Can anyone help me out here, please?

    Email alerts are actually different with the one that you have set.

Maybe you are looking for

  • Installed Premiere Pro CS4 but video display does not work?

    I just got my copy of CS$. After installing Premiere I found two things that seem very wrong: 1) video display does not work, not even the little playback viewer next to improted film clips located on the project / sequence window. Audio works fine.

  • Variable substitution: (delete leading zeros from file name)

    Hi All, I am configuring an IDOC to FILE (fcc scenario) with a requirement of using the IDOC number in the output file name.  Using variable substitution, I manged to get the IDOC number from incoming Idoc-control record but it comes in its entitre l

  • Report limits for individual tests

    Hi All I have a system under test which I interrogate (via RS232) for embedded hardware and firmware information. The reported response has to be added to the final test report along with all the other specified test cases. e.g. Operator:  xyz Date: 

  • [SOLVED] vi/vim/gvim rebuild from ABS failed

    Hi, tried to rebuild vi from source (to get rid of ruby dependence of vim,gvim by modifing PKGBUILD) and got this message. having patch file:7.2.166 having patch file:7.2.001-100.gz Number of patches does not match the patchlevel! Edit the PKGBUILD a

  • Ive converted my video using videora but now i cant find it on my comp

    i know this was a problem before but i couldnt find the post anymore can anyone help i already converted my movie but now i dont know where to get it to put on my itunes please help