API Reference
Class
LegacyWordRunContent
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
- Property LegacyWordParagraphContent.Runs
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
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.