Table of Contents

Property Heading2

Namespace
BitMiracle.Docotic.Pdf.Layout
Assembly
BitMiracle.Docotic.Pdf.Layout.dll

Heading2

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

public TextStyle Heading2 { get; set; }

Property Value

TextStyle

The text style for the second largest heading.

Remarks

Default value: Parent with font size 24 points.

You may use this property for styling headings.

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

Exceptions

ArgumentNullException

The value is null.

ArgumentException

The value or its fallback belongs to a different Document.