Typography.Heading3 Property

Gets or sets the text style for the third largest heading.

Namespace:  BitMiracle.Docotic.Pdf.Layout
Assembly:  BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)

Syntax

C#
public TextStyle Heading3 { get; set; }
VB
Public Property Heading3 As TextStyle
	Get
	Set

Property Value

Type: TextStyle
The text style for the third largest heading.

Exceptions

ExceptionCondition
ArgumentNullExceptionThe value is null.
ArgumentException The value or its fallback belongs to a different Document.

Remarks

Default value: Parent with font size 20 points.

You may use this property for styling headings.

The library does not automatically apply this style to any elements.

See Also