trichview.support
Re: Simple outline |
Author |
Message |
Sergey Tkachenko |
Posted: 05/12/2003 17:26:48 > 1) Is there a document that can be printed out describing these components? > I have been walking through the help, and it obviously makes it hard to > understand with all of the jumping around. Sorry, no. Documentation is available only as a help file. > > 2) How can I create a simple outline richview? I have been able to build > something that allows me to do something like this: > > 1. fdsafdsaf > 2. sdafdsafsdaf > 3. fasdfdsaf > > How do I do something like this: > > 1. dsafdsfsd > A. fasdfsdaf > B. fasdfdsaf > 2. asdfdsaf > 3. sadfadsf > A. gffdsg > B. gfasdfgfds > i. adfasdfsdaf > ii. safasdfsdaf Yes, you can do multilevel lists. In TRVStyle component, in collection property ListStyles, add an item. In this item, there is a collection of list levels. Add 3 items in it. Assign proper list types (rvlstDecimal, rvlstUpperRoman, rvlstLowerRoman) and indents (properties of list levels). Then use TRichViewEdit.ApplyListStyle to apply it to the selected paragraph (or TRichView.SetListMarkerInfo if you want to build document without interaction with user). In RichViewActions, there is an user interface for paragraph lists (several predefined lists and ability to customize): http://www.trichview.com/resources/actions/ > > Thank you in advance. If I can make this do outlines, I will buy it and > learn to use all of the other powerful things in time. > > |
Powered by ABC Amber Outlook Express Converter