30

I have received a word file where lots of text has the style Heading 1 but was later formatted to not look like the Heading 1 style. Whenever I do a refresh of the TOC it will insert the complete chapter in the TOC.

Is there a way to remove just the Heading 1 meta data and keep the formatting?

paradroid
  • 23,297
OliverS
  • 656

10 Answers10

20

For those with Word 2010, this can be achieved by right-clicking on the line in question, and selecting Paragraph, then changing "Outline level" to "Body text".

5

Assuming that your text has bullets under the heading.
Select all text you want to remove from heading. Then

  • Goto "View" -> "Outline" -> Choose "Body text"
  • Goto "Home" -> "Paragraph" and pick the "Bullet style" you want.
  • Goto "View" -> "Print layout"

Done.

zx485
  • 2,337
5

You open the paragraph dialog box under the Home tab (Alt+O+P).

Next, under the Indents and Spacing tab, click the drop-down list beside Outline Level. Select Body Text, and click Okay. It worked for me.

Vinayak
  • 10,885
Carlos
  • 61
3

Just copy Heading 1 as a new style and apply it. Or copy it to Normal.

surfasb
  • 22,896
1

Change the outline level of the text you do not want to go in the table of contents to "Body Text". To change the Outline level without messing up the rest of the formatting, select the text and then type SHIFT + ALT + left/right arrow. If you want to "downgrade" a paragraph from heading (level 1) or subheading (level 2) to body text, use the right arrow, if you want to upgrade to a higher level use the left arrow. Under the Outline View option you can double check what the outline level of each paragraph of your document is.

apz
  • 11
1

None of the above answers worked for me as the Outline Level as suggested was disabled.

I don't know if the following is what you exactly wanted but . . .

Here's what worked for me.

  1. Open the Word document and save it as Web Page (.htm or .html) document (Make sure to keep a backup Word version just in case anything goes wrong)
  2. Open the html document using a text editor (Such as Notepad or Sublime Text)
  3. Replace the heading tag with paragraph tag

    If you have Heading 1 then replace h1 with p. Similarly, if you want to make other heading level to static, replace h< number > with p.

  4. Save the html document.

  5. Open the document with MS Word and save as MS Word format.

This removed the Heading Styles for me.

Also after last step I realised the code still had collapsing button. I removed it by following above answers i.e. Select the content and set Outline Level to Body Text.

Hope this helps.

Alok
  • 11
0

If you have a lot of headings and want to remove the formatting for all of it, simply to a Select All from the tool pane and from Paragraph menu change outline level to "body text" as suggested by the previous posters.

0

I found out that if I go to the Outline View (View Tab->Outline), select all the headings (at once) and then in the Outlining select "Body Text", everything preserved as a style but headings (and "collapse/expand triangles") will DISAPPEAR! ;)

Hope this helps!

0

Foolproof method: Mail the thing to yourself, this destroys all the evil in it completely. Then copy and paste it back from your email. Obviously before you do that check that the empty spaces do not have the evil heading format, delete the space!

Sean
  • 1
0

This question is good and dead, but there are a couple of reasonable answers. The heading 1 style can be directly removed in the Style Inspector (the button with a magnifying glass in the Styles panel). The top eraser button will reset the paragraph style to normal.

Another method is to create a new style from the desired formatting and then apply that to each paragraph. This can be done reasonably quickly by assigning a shortcut key to the style (then move through the document and re-style the paragraphs by placing the cursor in them and pressing the shortcut keys, no need to select to apply the paragraph style).

Max
  • 1