Table of Contents

Method Style

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

Style(TextStyle)

Sets the text style.

public TextContainer Style(TextStyle style)

Parameters

style TextStyle

The text style.

Returns

TextContainer

The updated container.

Exceptions

ArgumentNullException

style is null.

ArgumentException

style or its fallback belongs to a different Document.

Style(Func<Typography, TextStyle>)

Sets the text style.

public TextContainer Style(Func<Typography, TextStyle> provider)

Parameters

provider Func<Typography, TextStyle>

The handler for modifying the current text style.

Returns

TextContainer

The updated container.

Exceptions

ArgumentNullException

provider is null.

ArgumentException

provider returns a text style belonging to a different Document.