Table of Contents

Property SubTitle

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

SubTitle

Gets or sets the text style for subtitles.

public TextStyle SubTitle { get; set; }

Property Value

TextStyle

The text style for subtitles.

Remarks

Default value: Parent with font size 22 points.

You may use this property for styling additional information associated with a title.

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.