Table of Contents

Method DefaultTextStyle

Namespace
DocWright.Composition
Assembly
DocWright.Composition.dll

DefaultTextStyle(Action<ITextStyleComposer>)

Sets the default text formatting for this page's content, which lowers to the document's default character properties.

IPageComposer DefaultTextStyle(Action<ITextStyleComposer> compose)

Parameters

compose Action<ITextStyleComposer>

Composes the default text style.

Returns

IPageComposer

This composer, for chaining.

Exceptions

ArgumentNullException

compose is null.