How to reformat a text in Pages?

Does anybody know how to " clear format" a text in Pages? You can do in Word. Thanks a lot.

Happily, Pages isn’t a clone of Word.
It’s not supposed to replicate its features.
Here is a slightly modified version of a script posted about a month ago.
Open the Pages Word Processing document to treat then apply the script.
As it was written as a demo of what may be done, you will have to edit some instructions to get the exact wanted format (mainly those applying colors).
--{code}
--[SCRIPT clear_Pages_format]
Enregistrer le script en tant que Script : clear_Pages_format.scpt
déplacer le fichier ainsi créé dans le dossier
<VolumeDeDémarrage>:Users:<votreCompte>:Library:Scripts:Applications:Pages:
Il vous faudra peut-être créer le dossier Pages et peut-être même le dossier Applications.
Ouvrez un document traitement de texte de Pages.
Aller au menu Scripts , choisir Pages puis choisir “clear_Pages_format”
Le script appliquera la police Courier et quelques autres attributs au texte du document.
--=====
L’aide du Finder explique:
L’Utilitaire AppleScript permet d’activer le Menu des scripts :
Ouvrez l’Utilitaire AppleScript situé dans le dossier Applications/AppleScript.
Cochez la case “Afficher le menu des scripts dans la barre de menus”.
Sous 10.6.x,
aller dans le panneau “Général” du dialogue Préférences de l’Éditeur Applescript
puis cocher la case “Afficher le menu des scripts dans la barre des menus”.
--=====
Save the script as a Script: clear_Pages_format.scpt
Move the newly created file into the folder:
<startup Volume>:Users:<yourAccount>:Library:Scripts:Applications:Pages:
Maybe you would have to create the folder Pages and even the folder Applications by yourself.
Open a Pages Word Processing document.
Go to the Scripts Menu, choose Pages, then choose “clear_Pages_format”
The script will apply the font Courier and some other attributes to the embedded text.
--=====
The Finder’s Help explains:
To make the Script menu appear:
Open the AppleScript utility located in Applications/AppleScript.
Select the “Show Script Menu in menu bar” checkbox.
Under 10.6.x,
go to the General panel of AppleScript Editor’s Preferences dialog box
and check the “Show Script menu in menu bar” option.
--=====
Yvan KOENIG (VALLAURIS, France)
2011/12/27
--=====
on run
          tell application "Pages"
ruler units (centimeters/inches/picas/points)  *)
                    set |unité| to ruler units
                    set ruler units to centimeters
                    tell document 1
>>>>>>>  Here is the list of document's properties which may be defined with this script.
body text (text) : The main text flow of the document.
bottom margin (real) : The bottom margin of the publication.
facing pages (boolean) : Whether or not the view is set to facing pages.
footer margin (real) : The footer margin of the publication.
header margin (real) : The header margin of the publication.
inside margin (real) : The inside margin of the publication when facing pages is enabled.
left margin (real) : The left margin of the publication.
outside margin (real) : The outside margin of the publication when facing pages is enabled.
page attributes (page setup) : Page settings for printing
right margin (real) : The right margin of the publication.
selection (selection-object) : The current selection or insertion point. Use the "select" command to change the selection. Setting of this property replaces the current selected object. E.g., set selection of document 1 to "hello".
top margin (real) : The top margin of the publication.
                              set header margin to 0.0
                              set footer margin to 0.0
                              set top margin to 1.5
                              set left margin to 1.5
                              set right margin to 1.5
                              tell body text
>>>>>>>  Here is the list of text's properties which may be defined with this script.
alignment (center/justify/left/right) : The horizontal alignment.
baseline shift (real) : Raise or lower the target text.
bold (boolean) : Whether the font style is bold.
capitalization type (all caps/normal capitalization/small caps) : Whether a capitalization style is applied.
character background color (color) : The color of the character's background.
character style (character style) : The representative character style of the object.
collapsed (boolean) : Whether the paragraph is collapsed in the outline view.
color (color) : The color of the font.
contents (any)
first line indent (real) : The space between the first line of the paragraph and the left margin.
following paragraph style (text) : The name of the following paragraph style. The empty string implies this style.
font name (text) : The name of the font.
font size (real) : The size of the font.
hidden (boolean) : Whether the paragraph is hidden in the outline view.
indent level (integer) : The list indent level assigned to the paragraph, from 1 through 9.
italic (boolean) : Whether the font style is italic.
keep lines together (boolean) : Keep all lines of the paragraph on the same page.
keep with next paragraph (boolean) : Keep the target and following paragraph on the same page.
label baseline shift (real) : The amount to move the label up or down relative to the first line of the paragraph.
label image data (image binary) : The image used for the label.
label indent (real) : The distance from the left margin to the list label.
label size (real) : When "scale with text" is disabled the label size is a text point size for text labels or a multiplier of original image size for image labels. When enabled, it is always a multiplier of the representative font size of the paragraph.
label type (image bullet/none/number/text bullet/tiered number) : The type of label to use.
left indent (real) : The space between the paragraph and the left margin.
ligatures (all ligatures/default ligatures/none) : Remove ligatures from the target text if the document is set to use ligatures.
line spacing (real) : The amount of space between lines in the current spacing style.
line spacing type (at least/inbetween/relative) : The type of line spacing.
list style (list style) : The list style, if any, for the target.
number label style (letter lower paren one/letter lower paren two/letter lower paren zero/letter upper paren one/letter upper paren two/letter upper paren zero/number paren one/number paren two/number paren zero/roman lower paren one/roman lower paren two/roman lower paren zero/roman upper paren one/roman upper paren two/roman upper paren zero) : The type of label for number and tiered number types.
number label tiered (boolean) : Whether a numeric label displays the complete hierarchy for each level or just the label of the level.
outline (boolean) : Whether the font style is outline.
paragraph background color (color) : The color of the object's fill.
paragraph style (paragraph style) : The representative paragraph style of the text.
prevent widows and orphans (boolean) : Prevent the first or last line of a paragraph from appearing alone on a page.
remove hyphenation (boolean) : Remove hyphenation from the paragraph if the document is set to hyphenate words automatically.
right indent (real) : The space between the paragraph and the right margin.
scale with text (boolean) : Whether the label size proportionally changes with the paragraph text size.
shadow (boolean) : Whether the object casts a shadow or not.
shadow angle (real) : The directional angle, in degrees, that the shadow is cast.
shadow blur (integer) : The relative amount of blur of images seen through the shadow.
shadow color (color) : The color of the shadow.
shadow offset (real) : The offset from the text box content that the shadow extends to.
shadow opacity (real) : The amount of opacity for the shadow, in percent.
space after (real) : The space after the paragraph, in points.
space before (real) : The space before the paragraph, in points.
start new page (boolean) : Start the paragraph at the beginning of the next page.
strikethrough color (color) : The color of the strikethrough line(s).
strikethrough type (double strikethrough/none/single strikethrough) : Whether one or more lines are drawn through the characters.
subscript (boolean) : Decrease the font size and lower the baseline of the text.
superscript (boolean) : Decrease the font size and raise the baseline of the text.
text indent (real) : The distance from the label to the text.
text label string (text) : One to nine characters can be specified for a text label.
tracking (real) : The space between text characters, in percent.
underline color (color) : The color of the underline(s).
underline type (double underline/none/single underline) : Whether the font style is underline.
                                        set font name to "Courier"
                                        set font size to 10.0
                                        set first line indent to 1.0
CAUTION : I guess that it's a bug but we can't use 
set color to {25700, 17990, 0}
                                        set properties to {color:{25700, 17990, 0}}
                                        set paragraph background color to {60000, 60000, 60000}
                              end tell -- body text
                    end tell -- document
                    set ruler units to |unité|
          end tell -- Pages
end run
--=====
--[/SCRIPT]
--{code}
Yvan KOENIG (VALLAURIS, France) lundi 26 décembre 2011 12:03:51
iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
My iDisk is : http://public.me.com/koenigyvan
Please : Search for questions similar to your own before submitting them to the community
For iWork's applications dedicated to iOS, go to :
https://discussions.apple.com/community/app_store/iwork_for_ios

Similar Messages

  • How do you Blackout texts in Pages?

    How would you blackout text in Pages ? almost like white out but obviously in black.
    OS X Yosemite 10.10
    Pages-5.5

    Follow these steps for Pages v5.2.2 (v5.5.1 in Yosemite).
    Quit Pages
    System Preferences > General > Disable Use LCD font smoothing when available
    Open your document in Pages
    Select the text to black out. (assumption: your text is black)Advanced Options (gear icon adjacent to underline in Styles panel)Character fill color is black
    Click elsewhere in the document to deselect, and reveal the now redacted text.

  • How do I place text from Pages in InDesign

    How do I place text from Pages in InDesign?

    You will need to export the text from Indesign as either .rtf or .doc files and import those.
    You can also cut and paste but I assume you have already tried these options and are not happy with the result, but haven't said why.
    Peter

  • How do I highlight text in Pages?

    How do I highlight text in Pages - none of the menus, nor the 'Help' function seems to help...

    It's tough searching for something when you can't guess the terms to use. It's called a "background color." You can choose a color from the format bar.

  • How can I insert text in Pages so it flows to the next page?

    I try copying a block of text into Pages but it cuts off at the end of the page instead of flowing to the next page. How do I fix this?

    You have probably started with a Layout mode template instead of a Word Processing template. See the sidebar in the Template Chooser for which is which.
    Alternatively you may have pasted an object (possibly from the Internet), not text into a Word Processing template. Click inside the object and copy the text, then delete the object and try pasting again.
    Peter

  • How do you highlight text in Pages v5?

    Hi guys,
    Was struggling a bit with the recent changes from Pages 5 and was wondering how we could highlight text (using different colours etc)?
    Thanks !

    Your question is answered in the following post:
    https://discussions.apple.com/message/23519269#23519269

  • How can i wrap text in Pages?

    Hello,
    I am having a hard time finding out exactly how I can "wrap" my text using Pages. I have the most recent version (updated 10/18). This is NOT an issue wrapping text around an object, just a matter of getting the text to wrap instead of hyphenating words from one line to another.
    Thank you!

    Nevermind!
    I figured out that by going to "more" on the formatting tab, you can check "remove paragraph hyphenation" and this will wrap the text.

  • How to summarise a text in Pages?

    I am trying to summarise a text - I know Word can do it but wondered if I can do this in Pages?

    Ahh that date gives it away!
    Just looked it up, it comes from NeXTSTEP.
    I can't remember exactly which version of OSX first got Services but am pretty sure it was one of the later ones and only in Snow Leopard did we finally get the means to organise them. Prior to that it was a mess of stuff installed by other applications behind our backs and with no obvious origin or explanation of what or how they do what they do.
    Like much of Apple's efforts these days unfortunately.
    Peter

  • How to auto flow text in pages

    Perhaps I am wording this incorrectly and have not found the answer that already exists on the forums, but here goes...
    How do you autoflow your text between text boxes? In previous versions Pages allowed you to create multiple text boxes on the same page as well as other pages and autoflow your text in your preferred order. It seems that in this new VERY MESSED UP iteration of Pages, this is no longer possible. I am asking the question in the hopes that someone with more knowledge can steer me in the right direction. Part B to this question is WHY IN THE HECK DID APPLE SCREW UP THIS PERFECTLY GOOD PROGRAM??  ;-)

    It is a question we have all been asking for 4 months.
    Pages '08/'09 should still be in your Applications/iWork folder.
    Rate/Review Pages 5 in the App Store.
    Peter

  • How do you highlight text in Pages for iPad? The document I want to create and highlight is a pages document

    I am trying to create a document in Pages for iPad and want to highlight various bits of text but can not find a function in the inspector for this. Can anyone help,please?

    Hi stuartdj,
    I'm not finding a way to highlight text as one can do with iBooks (hold and swipe for black text, background yellow for example).
    One option is to actually color the text itself.
    Select the text, then in Style tools, tap the Font name at the top which shows the Text Options sheet where there is a Color option.  Would changing the font color to Red, Green or Purple accomplish your goals?
    If you do want black text on a colored background (highlighted) it would need to be text in a text box where you can change the fill (background) color.  Style, Style Options, Fill.  But this is not inline text and doesn't flow like just coloring the font itself.
    ivan

  • How do you hide text in Pages?

    The Pages user guide doesn't say anything about hiding text so that it's there, but not visible and doesn't print unless invisible characters are displayed. Is that feature not available? If not, is there a workaround?
    I really want to get away from The Behemoth From Redmond and do more in Pages, so any help would be appreciated. Thanks.

    I've done a weekly church bulletin for years, first in AppleWorks & now in Pages. I had tried having all the regular events listed in my template but would often forget to remove what wasn't needed. I went to the copy & paste from another document method for awhile. Now, someone else makes a half-page insert with the information.
    It sounds like you're re-using a document for the bulletin. Since you are used to hiding unneeded text, why not set up a template with everything needed & just delete (rather than hide) what's not needed that week? Then you won't be over-writing or permanently deleting anything as the template will remain unchanged.

  • How can I copy text from Pages and paste as Unicode?

    I notice that if I write a Pages document on my iMac (this is Pages 09 running under OSX Mavericks 10.9.1) and copy text that contains characters from the "Mac Roman" character set (like the Greek letter pi for example, and some other mathematical symbols), if I paste it into a text file on a PC (I'm running the Mac with Windows via Parallels), then these characters don't show up correctly. If they were copied as Unicode characters then I don't think the problem would exist. I thought that Pages used Unicode, but it doesn't apparently apply to stuff that gets onto the Mac clipboard. I do know that if I export a whole Pages document it is possible for it to be exported in Unicode, but I just want to copy small bits of text like mathematical formulae and paste them into Unicode-compliant applications. Is this possible? There's nothing in the Pages Preferences to suggest that it is. Is there any solution to this?
    TIA

    Tom, I'm sorry I think I have wasted your time. My initial experiments seemed to show that what I was trying to do didn't work, but now it all seems to work. No idea why. I think there is a problem somewhere, but not where I thought it was. I think what may be happening is that when the Mac clipboard sees some Mac Roman text, it converts and stores it in Unicode form, so things work as long as the receiving app is Unicode aware - or Parallels is doing the job for me, or Pages is. Good if this is true. The only issue then would be that, if a program for the PC is looking for characters by their encodings, it will have to use the Unicode ones to find things, whereas the equivalent code on a Mac will have to look for the Mac Roman encodings as well as Unicode.
    Just to explain, I am not using a specialised mathematical formula editor, but I do expect my user to use the math symbols easily accessible on the Mac keyboard, particularly the Greek letter pi (lower case), division sign, less than or equal to, greater than or equal to, square root. The user can type text directly or paste it in from another application. On the PC side I am not using Microsoft Word but a program I'm developing that can create fields into which I can put text, similar I suppose to NotePad. Just to be able to be cross-platform, I expect users to use the built-in Windows Character Viewer or similar to make the same symbols accessible as in the Mac version.
    If everyone was using Unicode the problem (if there is one) wouldn't exist.
    I may well come back with a similar issue in the future, but my original issue, although the description was given in good faith, seems to be wrong. So I'm saying the problem is solved.

  • How to vertically align text in Pages?

    I finially finished a HUGE paper and I'm trying to create a table of contents. The table looks messy with the "Pages" unaligned. How do I fix this?

    Are you creating a manual table of contents? TOC's usually only have tha starting page number for a chapter or heading, not and ending number too like you have it.

  • How can I flow text alternate pages

    I want to typeset two documents of 100 pages each in such a way that they appear on opposite facing pages of a book.
    In other words, document one will appear on pages 1.3.5.7.9 etc, flowing through to page 199 and document two will start on page 2 and flow to pages 4,6,8,10 etc to page 200.
    Also, the page numbers must show and be consecutive from 1 to 200.
    I don't think indesign can handle this.
    Do any of you know better?
    Wojtczak

    Here are a couple of screen captures that should help:
    Select your master spread (double-click it's name in the panel). Use the Type tool to draw two text frames that fill your margin guides, which should be set to the size of the text blocks you want to have in your document. I've marked the in and out ports on the left frame in the screen shot. Note that at the moment they are empty sqaures. When text is threaded from frame to frame, at least one port in each frame in the thread will have a small blue triangle inside it. As long as you are not in Preview mode, or Overprint Preview, which hide non-printing elements, you can see the threading path by going to View > Show Text Threads.
    InDesign puts odd-numbered pages on the right and evens on the left, by default, and you will probably not want to play tricks to change this. You probably also want both of your parallel threads to begin on the same spread, so you'll need to start with at least three pages, and begin the text flow on pages 2 and 3 (or some later spread if you have a lot of front matter to include). To add pages drag the master icon for the page into the lower half of the Pages panel or use the panel menu to issue an Insert Pages command.
    This is the pages 2 & 3 spread. Becasue the master text frames are the same size as the margin guides you don't see them, but they are there waiting for text. File > Place... and find the first text file you want to place. Your cursor will show what looks like the upper left corner of a page. Hold the Shift Key and the cursor will change to have a squiggly arrow which indicates that you will be auto-flowing text, creating new pages autoimatically untill the entire stroy is on a page. Don't click yet.
    Still holding down the shift key, move the cursor anywhere inside the margin area, WELL AWAY FROM ANY GUIDES. If you click on a guide accidentally the master frame will not be used. As you move over the empty master frame the curso will change again to have large parentheses surrounding it. When you see that is is safe, while still hoding down the shift key, to click and release. DO NOT DRAG the cursor, just click and release. You should now have a bunch of new pages, with text only on the left side. Go back to Page 3 and repeat for the second story.

  • How do i move text in Pages

    how do i move a word in pages. spacebar doesn't work. i am new to Pages and there's not much information around. i am migrating from word.

    double click selects a word
    triple click selects a paragraph
    Once selected you can hold down the cursor momentarily and drag and drop it or you can command c copy, command v paste to where you want it.
    Move the cursor with the arrow keys.
    Add option to jump words/lines.
    Add shift to select as you go.
    command shift down arrow selects to the end of the document
    These are all standard Mac keyboard shortcuts so worth learning, they become second nature.
    Look under the Help menu for a full set of Keyboard Shortcuts.
    Peter

Maybe you are looking for