justify-line-breaks

When text is justified, this setting specifies whether fixed line breaks should be justified or not.

Compatibility

PDF only. Fixed line breaks are always justified when opening DOCX files in Microsoft Word, but not justified in Pages.

Availability

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

Type

Boolean

Available values

Value Description
no Fixed line breaks are not justified. Default.
yes Fixed line breaks are justified.

Default value

no

Inherited

Yes.

Example

paragraph {
  text-alignment:       justified
  justify-line-breaks:  yes
}