Tree :



 Faceted index, by topics :
Menu

 
Category
V5 (46)
V5.01 (21)
V5.10 (15)
V5.20 (32)
V5.30 (16)
V5.31 (1)
V5.32 (4)
V5.33 (16)
V5.34 (7)
V5.35 (2)
V5.40 (27)
V5.41 (7)
V5.42 (4)
V5.43 (6)
V5.50 (1)
V5.60 (1)
V5.61 (2)
V5.70 (9)
V5.71 (4)
 
 How to insert these widgets?

      5. Reference
          5.11. Style templates
              5.11.3. Modify current style template (expert mode)
                  5.11.3.3. List of style classes
                      5.11.3.3.1. Style class : Body (document body)
                          5.11.3.3.1.1. Style class : Container
                              Style class : TablePanes
                                  Style class : RowPanes
                                      Style class : PageMiddlePane
 Style class : TocGroup (Table of contents group) 

TocGroup style class controls the style of table of contents.

It is specialized into the TocTitle sub class to manage title style, and into cascading sub classes TocLevel1 to TocLevel7 and TocLevelN, to handle styles of all subtitle levels.

It also includes TocImagesGroup and TocImage classes to handle respectively the table of contents set of thumbnails, and each thumbnail.

Example :

 Class TocGroup
font-family:arial;

 Class TocTitle
text_align:center;
font-size:20pt;

 Class TocLevel1
margin-left:20pt;

 Class TocLevel2
margin-left:20pt;

 Class TocLevel3
margin-left:20pt;
font-size:0.8em;

 Class TocLevel4
margin-left:20pt;

In this example, all levels of title are 20 point indented relative to upper level. From level 3, title character size is reduced to 80%.

See also :