colspan

This setting is currently only available in the beta version.

Whether text should span all columns. Only applies to documents with multiple columns (see column-count) and to paragraphs at the beginning of a document or section (see section-break).

Availability

Available in: Paragraph, Headers and Footers, Footnotes Area, Figures, Figure Captions, Divider, Block, List, Table, Table Cell, Table of Contents, Table of Contents Item

Type

Boolean

Available values

Value Description
yes The text should span the available page width.
no The text should be constricted to the column width.

Default value

no

Inherited

No.

Example

// Headings at the start of a section should fill the whole page width.
heading-all {
  colspan:    yes
}