Table of Contents

Property Emphasis

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

Emphasis

Gets or sets the text style for emphasized text.

public TextStyle Emphasis { get; set; }

Property Value

TextStyle

The text style for emphasized text.

Remarks

Default value: Parent with Helvetica Oblique font.

You may use this property to emphasize text. For example, use italic font for this style.

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.