style-title

The name of the style used for format templates in DOCX files. Support for localized style names depends on the application and the style name.

Availability

Available in: Inline, Headers and Footers, Footnotes Area, Media, Footnotes, Paragraph, Figures, Figure Captions, Divider, Block, List, Table, Table Cell, Syntax Highlight, Technical

Type

String

Default value

``

Inherited

Yes.

Example

paragraph :first {
  style-title:       "Paragraph (First)"
  first-line-indent: 0pt
}

paragraph {
  style-title:       "Paragraph"
  first-line-indent: 10pt
}