Get or set if a hyphen has to be inserted.

Namespace: TallComponents.PDF.Layout.Paragraphs
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public bool InsertHyphen { get; set; }
Visual Basic
Public Property InsertHyphen As Boolean
	Get
	Set

Remarks

If the current breaking position has become invalid, it will be re-positioned to the initial position.

See Also