API Reference

Class

LegacyWordRunContent

Namespace OfficeIMO.Word.Legacy
Assembly OfficeIMO.Word
Modifiers sealed

Describes recovered character formatting without exposing parser internals.

Inheritance

  • Object
  • LegacyWordRunContent

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; } #

Gets recovered text.

public Boolean Bold { get; } #

Gets whether bold was recovered.

public Boolean Italic { get; } #

Gets whether italic was recovered.

public Boolean Strike { get; } #

Gets whether strike-through was recovered.

public Nullable<WordUnderlineStyle> Underline { get; } #

Gets the recovered underline style.

public Nullable<WordVerticalTextPosition> VerticalPosition { get; } #

Gets the recovered vertical text position.

public Nullable<Double> FontSizePoints { get; } #

Gets the recovered font size in points.

public String FontFamily { get; } #

Gets the recovered font family.

public String ColorHex { get; } #

Gets the recovered RGB color.