I am having trouble finding the ListStyles Paragraph information. Such as Indent, Margin etc.
Can someone point me in the right direction?
ListStyles Paragraph Information
-
- Site Admin
- Posts: 17522
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: ListStyles Paragraph Information
In TRichView, attributes of bulleted/numbered paragraphs are defined like for normal paragraphs, in a paragraph style. Only two paragraph properties are overridden in a list level: FirstIndent and LeftIndent.
See the help about a list level: https://trichview.com/help/idh_class_trvlistlevel.html
See the help about a list level: https://trichview.com/help/idh_class_trvlistlevel.html
Re: ListStyles Paragraph Information
Can this be used with Lists? There are times I need to be able to set space before, after, margins erc, left, right, center, justified, etc for lists.
https://trichview.com/help/idh_class_tc ... ainfo.html
https://trichview.com/help/idh_class_tc ... ainfo.html
-
- Site Admin
- Posts: 17522
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: ListStyles Paragraph Information
Yes, all properties of items in RVStyle.ParaStyles[] are applied to lists, just like to normal paragraphs. Exceptions are LeftIndent (or RightIndent for RTL paragraphs) and FirstIndent. Values of these indents are taken from list levels.
Re: ListStyles Paragraph Information
Greetings Sergey,
Thanks for the information.
I am wrestling with getting individual lines of <li inside of <ol, <ul to have specific space before etc. I am using rvhtmlimport and I know this will be done away with. I am looking forward to your code.
I basically came to a grinding halt because I have many things of EnterAlignment working right but not on lists at all.
This is good information to know though. I thought I was forcing something.
Thanks for the information.
I am wrestling with getting individual lines of <li inside of <ol, <ul to have specific space before etc. I am using rvhtmlimport and I know this will be done away with. I am looking forward to your code.
I basically came to a grinding halt because I have many things of EnterAlignment working right but not on lists at all.
This is good information to know though. I thought I was forcing something.