hyphenation

Whether hyphenation shold be applied to a paragraph. Availability of hyphenation depends on the locale support of OS X / iOS.

Availability

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

Type

Boolean

Available values

Value Description
yes Hyphenate words in the paragraph.
no Disable hyphenation in paragraph.

Default value

None.

Inherited

Yes.

Example

// Disable hyphenation for the entire document
defaults {
  hyphenation:    no
}