API Reference
Struct
WordFormattedRun
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
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from ValueType
Parameters
- obj Object
Properties
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.
public String Hyperlink { get; } #Hyperlink target associated with the run.