DocxRun Class

Definition

Item in The content runs in the paragraph - this is where text is stored; similar to a span in HTML

public class DocxRun
type DocxRun = class
Public Class DocxRun
Inheritance
DocxRun

Constructors

Name Description
DocxRun()

Properties

Name Description
Bold

True to make the text bold, false otherwise

FontFamily

Font Family name for the text, e.g. "Arial" or "Times New Roman"

FontSize

Font size in font points (e.g. "24")

Italic

True to make the text italic, false otherwise

Path

The Path of the location of this object; leave blank for new tables

RunIndex

Index of the run, 0-based

TextItems

Text items inside the run; this is where the actual text content is stored

Underline

Underline mode for the text; possible values are: Words, Double, Thick, Dotted, DottedHeavy, Dash, DashedHeavy, DashLong, DashLongHeavy, DotDash, DashDotHeavy, DotDotDash, DashDotDotHeavy, Wave, WavyHeavy, WavyDouble, None

Applies to