Class Title
A centered, emphasized title block.
public sealed class Title : Block
- Inheritance
-
Title
- Inherited Members
Constructors
Title(Inline)
Creates a title block.
public Title(Inline title)
Parameters
titleInlineThe title contents.
Title(string)
Creates a title block from a plain text string.
public Title(string title)
Parameters
titlestringThe title text.
Properties
Contents
Gets the title contents.
public Inline Contents { get; }
Property Value
Methods
Lower()
Lowers this title block to simpler markup.
public override Block Lower()
Returns
- Block
The lowered block markup.