Namespace TallComponents.PDF.Layout.Paragraphs
Class Whitespace
The whitespace class is a specialization of paragraph.
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.
Syntax
public class Whitespace : Paragraph
Constructors
Whitespace()
Create a new whitespace with height 0.
Whitespace(Double)
Create a new whitespace with given wheight.