Property Heading1
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
Heading1
Gets or sets the text style for the largest (first-level) heading.
public TextStyle Heading1 { get; set; }
Property Value
- TextStyle
The text style for the largest (first-level) heading.
Remarks
Default value: Parent with font size equal to 28 points.
The library does not automatically apply this style to any elements. You may apply this style to the largest heading, or any other element.
Exceptions
- ArgumentNullException
The value is
null
.- ArgumentException
The value or its fallback belongs to a different Document.