Font Position property. Gets or sets the position of text in points relative to the base line. A positive number raises the text and a negative number lowers it in C#....appears as subscript. run = new Run ( doc , "Subscript. " ); run...run . Font . Subscript = true ; para . AppendChild ( run ); //...