touropk.blogg.se

First line indent in word
First line indent in word







first line indent in word

If you want to indent only the first bullet point you wont be able to. It doesn't matter if there is text before the bullets or how many bullets you have. It doesn't matter if you just put the cursor somewhere in the first bullet or you highlight the entire bullet point.

first line indent in word

This problem will occur whenever you try and change the indentation level of the first bullet in your document. You will notice that the indentation of all the bullets is increased. Position the cursor at the beginning of the first bullet and press the Increase Indent button. Highlight all the lines and press the Bullets button. Press (File > New) to create a new document and type four lines of text. This is applicable to both bulleted and numbered bulleted lists. This problem occurs whenever you try and change the indentation level of the first bullet in a document. The Increase Indent and Decrease Indent buttons on the Formatting toolbar do not work consistently with the first bullet in a document.ĭecrease Indent - Decreases or removes the indent. The code that automatically performs a first line indent to the tab level of the preceding heading is the original Sub from the first example: Option Explicitĭim firstIndent As Double 'value in "points"įirstIndent = myDoc.Styles(para.Style).ParagraphFormat.LeftIndentĭebug.Print para.Style & " first tab stop at " & _ĭebug.Indenting First Bullet Indents All Bullets UPDATE2: the sample text original I used in shown in this first document: The code update below accurately determines each Heading indent tab stop. UPDATE1: the earlier version of the code below set the paragraphs to the Document level first tab stop, and did not accurately grab the tabstop set for the Heading styles. If so, then pick off the value of the first tab stop to set as the indent for the subsequent paragraphs. To use a macro to accomplish this, you have to check each paragraph in your document and check to see if it is a "Header" style.









First line indent in word