Table of Contents

Property Plain

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

Plain

Gets or sets the text style for plain text.

public TextStyle Plain { get; set; }

Property Value

TextStyle

The text style for plain text.

Remarks

Default value: Parent with Courier font.

You may use this property for styling text that should appear without additional effects. For example, use monospace font like Courier 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.