Headings are NumberedItems that appear in the table of contents.
Namespace: TallComponents.PDF.Layout.ParagraphsAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.66.0
Syntax
| C# |
|---|
[SerializableAttribute] public class Heading : BookmarkParagraph |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class Heading _ Inherits BookmarkParagraph |
Remarks
The Heading class is a specialization of NumberedItem.
All members of NumberedItem are members of Heading as well.
A heading marks the start of a block of text at a certain outline level.
Headings appear as an hierarchy of bookmarks in the PDF viewer.
Inheritance Hierarchy
System..::..Object
TallComponents.PDF.Layout..::..Object
TallComponents.PDF.Layout.Paragraphs..::..Bordered
TallComponents.PDF.Layout.Paragraphs..::..Paragraph
TallComponents.PDF.Layout.Paragraphs..::..TextParagraph
TallComponents.PDF.Layout.Paragraphs..::..NumberedItem
TallComponents.PDF.Layout.Paragraphs..::..BookmarkParagraph
TallComponents.PDF.Layout.Paragraphs..::..Heading
TallComponents.PDF.Layout..::..Object
TallComponents.PDF.Layout.Paragraphs..::..Bordered
TallComponents.PDF.Layout.Paragraphs..::..Paragraph
TallComponents.PDF.Layout.Paragraphs..::..TextParagraph
TallComponents.PDF.Layout.Paragraphs..::..NumberedItem
TallComponents.PDF.Layout.Paragraphs..::..BookmarkParagraph
TallComponents.PDF.Layout.Paragraphs..::..Heading