Table of Contents

Class ReportTextRun

Namespace
DocWright.Reporting.Pagination
Assembly
DocWright.Reporting.dll

A run of text in one font, size and colour, positioned on its line.

public sealed class ReportTextRun
Inheritance
ReportTextRun
Inherited Members

Properties

Actions

Gets what clicking the run does (ActionInfo): usually none or one.

Bold

Gets a value indicating whether the run is bold.

Color

Gets the text colour.

Decorations

Gets the run's decorations.

FontFamily

Gets the font family the definition asked for.

FontSize

Gets the font size.

Italic

Gets a value indicating whether the run is italic.

Left

Gets where the run starts on its line's baseline, in twips from the page's left edge.

Text

Gets the run's text, including any spaces that end its line.

ToolTip

Gets the run's evaluated ToolTip, or null.

ValueLength

Gets how much of Value the run covers, in UTF-16 units, which is not always Text's length: a carriage return inside the span is drawn as nothing and a tab as a space.

ValueOffset

Gets where the run's text begins in its textbox's Value, in UTF-16 units, or -1 when the value does not contain it.

Width

Gets the run's width as it was measured for layout.