Greetings Sergey and all,
paragrpahs with numbering result in RTF in
number<tab>text
The tab is, at least, choosen by MS Word as a separator. Is there a way to change that? For centered headings, a tab character is most likely not what you want, instread, a single space would be good.
Moritz
(TRichView 12.1)
RTF and paragraph numbers
-
- Site Admin
- Posts: 17555
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Because in centered paragraphs, it may be desirable to get equal spacing between any paragraph number and the text, regardless of the width of the number.Sergey Tkachenko wrote:Why not tab?
Code: Select all
1 Terms of use
21 Liability
104 Termination
Code: Select all
1 Terms of use
21 Liability
104 Termination
-
- Site Admin
- Posts: 17555
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
It can be implemented simpler: by aligning list marker to the right.
In RichViewActions, in the numbering customization dialog, select in "Number position": <align right> at <N>, where <N> - distance from the left margin to the right side of the number (assuming that the paragraph is left-aligned).
In code, these properties are:
- MarkerAlignment: http://www.trichview.com/help/idh_trvli ... nment.html
- MarkerIndent: http://www.trichview.com/help/idh_trvli ... ndent.html
In RichViewActions, in the numbering customization dialog, select in "Number position": <align right> at <N>, where <N> - distance from the left margin to the right side of the number (assuming that the paragraph is left-aligned).
In code, these properties are:
- MarkerAlignment: http://www.trichview.com/help/idh_trvli ... nment.html
- MarkerIndent: http://www.trichview.com/help/idh_trvli ... ndent.html