Search
Run Methods
 


 Public Methods

  Name Description

getColor

Gets the text color of the run, or null, if the run should use the default text color.

getFontBold

Gets the font weight of the run, or null, if the run should use the default font weight.

getFontItalic

Gets the font italic style of the run, or null, if the run should use the default font italic style.

getFontName

Gets the font name of the run, or null, if the run should use the default font.

getFontSize

Gets the font size of the run, or null, if the run should use the default font size.

getFontStrikeout

Gets the font strikeout style of the run, or null, if the run should use the default font strikeout style.

getFontUnderlined

Gets the font underlined style of the run, or null, if the run should use the default font underlined style.

getSubscript

Gets a value indicating whether the run represents a subscript text.

getSuperscript

Gets a value indicating whether the run represents a superscript text.

getText

Gets the text of the run.

setColor

Sets the text color of the run, or null, if the run should use the default text color.

setFontBold

Sets the font weight of the run, or null, if the run should use the default font weight.

setFontItalic

Sets the font italic style of the run, or null, if the run should use the default font italic style.

setFontName

Sets the font name of the run, or null, if the run should use the default font.

setFontSize

Sets the font size of the run, or null, if the run should use the default font size.

setFontStrikeout

Sets the font strikeout style of the run, or null, if the run should use the default font strikeout style.

setFontUnderlined

Sets the font underlined style of the run, or null, if the run should use the default font underlined style.

setSubscript

Sets a value indicating whether the run represents a subscript text.

setSuperscript

Sets a value indicating whether the run represents a superscript text.

setText

Sets the text of the run.

toString

 

 See Also