Insert this fragment to force a line break.

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

Syntax

C#
[SerializableAttribute]
public class LineBreakFragment : Fragment
Visual Basic
<SerializableAttribute> _
Public Class LineBreakFragment _
	Inherits Fragment

Remarks

Any text added to this fragment is ignored.

Examples

XML
CopyC#
<paragraph type="TextParagraph">
  <fragment>First Line</fragment>
  <fragment type="LineBreakFragment" />
  <fragment>Second Line</fragment>
</paragraph>

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Layout..::..Object
    TallComponents.PDF.Layout.Paragraphs..::..Fragment
      TallComponents.PDF.Layout.Paragraphs..::..LineBreakFragment

See Also