The whitespace class is a specialization of paragraph.

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

Syntax

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

Remarks

All members of paragraph are members of whitespace as well. Like any paragraph, a whitespace can be added to any paragraph collection, e.g. section, table cell, header and footer. The whitespace class has height only.

Inheritance Hierarchy

See Also