Hello,
I'm trying to define a custom stylesheet for a RadRichTextbox with different level of titles.
Basically, I'm looking to have "Part titles" that won't display as numbered but that will still "reset" the level of the subtitles
(Something like :
First part
1. Chapter 1
1.1 Part 1
2. Chapter 2
2.1
2.2
Second part
1. Another firstchapter
1.1
etc...
This has to be defined through styles because this document are built by merging different parts. I think ParagraphProperties ListLevel and ListId attributes might be what I'm looking for, but I didn't figure it out just yet.
Is there a detailed documentation of stylesheets in xaml, and the interaction between paragraphs and lists somewhere ?
Thanks a lot,
Axelle
I'm trying to define a custom stylesheet for a RadRichTextbox with different level of titles.
Basically, I'm looking to have "Part titles" that won't display as numbered but that will still "reset" the level of the subtitles
(Something like :
First part
1. Chapter 1
1.1 Part 1
2. Chapter 2
2.1
2.2
Second part
1. Another firstchapter
1.1
etc...
This has to be defined through styles because this document are built by merging different parts. I think ParagraphProperties ListLevel and ListId attributes might be what I'm looking for, but I didn't figure it out just yet.
Is there a detailed documentation of stylesheets in xaml, and the interaction between paragraphs and lists somewhere ?
Thanks a lot,
Axelle