API Reference

Struct

WordFormattedRun

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Base ValueType
Modifiers sealed

Represents a run of text or an image with its reader-facing formatting.

Inheritance

  • ValueType
  • WordFormattedRun

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Properties

public String Text { get; } #

Text content of the run, if any.

public WordImage Image { get; } #

Embedded image for the run, when present.

public Boolean Bold { get; } #

Indicates whether bold formatting is applied.

public Boolean Italic { get; } #

Indicates whether italic formatting is applied.

public Boolean Underline { get; } #

Indicates whether underline formatting is applied.

public Boolean Strike { get; } #

Indicates whether strike-through formatting is applied.

public Boolean Superscript { get; } #

Indicates whether superscript formatting is applied.

public Boolean Subscript { get; } #

Indicates whether subscript formatting is applied.

public Boolean Code { get; } #

Indicates whether the run should be rendered with monospace formatting.