Home | History | Annotate | Download | only in HTML-Toc-0.91

Lines Matching full:formatting

232 =head2 Formatting
234 The ToC isn't generated all at once. There are two stages involved: generating and formatting. Generating the ToC actually means storing a preliminary ToC in C<HTML::Toc-E<gt>{_toc}>. This preliminary, tokenized ToC has to be turned into something useful by calling C<HTML::Toc-E<gt>format()>. For an example, see paragraph 'L<Generating|"generating">'.
598 See also: L<Using CSS for ToC formatting|"Using CSS for ToC formatting">.
634 See also: L<Using CSS for ToC formatting|"Using CSS for ToC formatting">.
636 =head2 Using CSS for ToC formatting
1293 This option is evaluated during both ToC generation and ToC formatting. This enables you to generate a ToC of all groups, but - after generating - format only specified groups:
1350 Sets the number of spaces each level will be indented, when formatting the ToC.
1361 This option is evaluated during both ToC generation and ToC formatting. This enables you to generate a ToC of all levels, but - after generating - retrieve only specified levels:
1496 Expression to use when formatting a ToC node. The template may be specified as either an expression or a function reference. The expression may contain the following variables:
1519 Expression to use when formatting begin of ToC level. See L<templateLevel|"templateLevel"> for list of available variables to use within the expression. For example, to give each ToC level a class name to use with Cascading Style Sheets (CSS), use the expression:
1529 For an example, see L<Using CSS for ToC formatting|"Using CSS for ToC formatting">.
1536 Expression to use when formatting end of ToC level. See L<templateLevel|"templateLevel"> for a list of available variables to use within the expression. The default expression is:
1540 For an example, see L<Using CSS for ToC formatting|"Using CSS for ToC formatting">.