[]
public Run Add()
Public Function Add() As Run
public Run Add(string text)
Public Function Add(text As String) As Run
public Run Add(Style style)
Public Function Add(style As Style) As Run
Type | Name | Description |
---|---|---|
Style | style | The run character or linked paragraph style. |
public Run Add(string text, Style style)
Public Function Add(text As String, style As Style) As Run
Type | Name | Description |
---|---|---|
string | text | The text of the inserted Run |
Style | style | The run character or linked paragraph style. |