Attached a beta (use at your own risk bla bla):
- extract to a folder, then drag the rtf over the exe.
- put the cursor in front of "item"
- press Ctrl G: the Goto edit field opens
- type e.g.
ind=120/200The first value is the indent from the left, the optional second one from the right. You can size the window horizontally to see what it means for the phrase, or use different values such as 150/150 etc.
Under the hood it's EM_SETPARAFORMAT, of course. Btw PFM_BORDER won't work; it's not documented properly, but it simply won't
display with any RichEdit control, including the Office versions. However, if you copy the bold
Para with
bordersparagraph and paste it into MS Word, you'll see the beauty of PFM_BORDER - Microsoft at its best
