![]() |
|
#4
|
||||
|
||||
|
As I wrote, with the "In line with text" placement option, a picture behaves like a (large) text character.
To automate the process, you can use a macro. Try something like this: Code:
Sub AdjustTextPosForInlineShapes() Dim i As InlineShape For Each i In ActiveDocument.InlineShapes i.Range.Font.Position = -i.Height + 14 '+14 adds the font size. can be omitted Next i End Sub
__________________
Stefan Blom Microsoft Word MVP Microsoft 365 apps for business Windows 11 Professional |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
List Style or just numbered list
|
spthomas | Word | 7 | 09-10-2013 11:56 PM |
How to set spacing between number and actual text in a MS Word 2012 numbered list
|
jano_rajmond | Word | 1 | 06-12-2012 06:28 AM |
numbered nested list
|
giocarmine | Word | 1 | 01-22-2012 11:19 AM |
Flowing Numbered Lists Around Images
|
Paul_A_Parks | Drawing and Graphics | 5 | 03-09-2011 10:22 PM |
| Numbered List | pdipaolo | Word | 0 | 02-02-2010 06:11 AM |