![]() |
|
|||||||
|
|
|
Thread Tools | Display Modes |
|
|
|
#1
|
|||
|
|||
|
You could create an AutoText or AutoCorrect entry and use that to repeat the formatting. You could set a paragraph style with a left border. Set a distance for a border. |
|
#2
|
|||
|
|||
|
I'd go with the paragraph style. I've used that method before and it works well.
|
|
#3
|
|||
|
|||
|
Quote:
already been there with the paragraph border , and this is pretty close unfortunately the border size seems to max out at 6pt and i need 18pt to match my branding restrictions.The arbitrary limits in word can get quite frustrating. |
|
#4
|
|||
|
|||
|
Quote:
NOTE: If you later make edits to the style you must stay out of the borders and shading dialog or you will overwrite your edit. First, apply a 6pt border in the correct colour and at the correct distance. Save the template/document. The simplest method from this point is to use 7-zip or NanaZip to open the document archive so that you can edit the files. Open the styles.xml from the word folder for editing. I use Visual Code but a text editor will also work. You'll need to find the second instance of "heading 1" to get the style definition. See screenshot. The part of the definition you need is: Code:
<w:pBdr>
<w:left w:val="single" w:sz="48" w:space="18" w:color="00759E" w:themeColor="accent1"/>
</w:pBdr>
As you will see in the final screenshot you now have an 18pt border 18pts from the paragraph. |
|
| Tags |
| formatting, leader, vertical bar |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| line numbering on left and right of page? | tommydog | Word | 1 | 01-13-2021 08:20 AM |
applying heading style within paragraph using macro
|
cheech1981 | Word | 8 | 08-23-2017 03:07 PM |
| How remove short vertical line in left margin of text?from | NightWriter | Word | 4 | 02-29-2016 05:20 PM |
Using heading style level in a paragraph
|
kam | Word | 7 | 03-24-2014 02:58 PM |
How to get rid of the vertical line at the left side?
|
pstein | Word | 1 | 03-27-2012 03:20 AM |