The whitespace class is a specialization of paragraph.
Namespace: TallComponents.PDF.Layout.ParagraphsAssembly: 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
System..::..Object
TallComponents.PDF.Layout..::..Object
TallComponents.PDF.Layout.Paragraphs..::..Bordered
TallComponents.PDF.Layout.Paragraphs..::..Paragraph
TallComponents.PDF.Layout.Paragraphs..::..Whitespace
TallComponents.PDF.Layout..::..Object
TallComponents.PDF.Layout.Paragraphs..::..Bordered
TallComponents.PDF.Layout.Paragraphs..::..Paragraph
TallComponents.PDF.Layout.Paragraphs..::..Whitespace