Class RunContentInline
The base class of inlines that live inside a w:r and therefore carry run formatting: text, breaks, field characters, images and note references.
public abstract class RunContentInline : Inline
- Inheritance
-
RunContentInline
- Derived
- Inherited Members
- Extension Methods
Constructors
Properties
- Format
Gets or sets the direct run formatting (w:rPr), or null when the run specifies none. Formatting stays sparse — effective values come from the style resolver.
Methods
- CopyRunContentStateTo(RunContentInline)
Copies base run-content state onto a clone.