[]
public Run Add()
Public Function Add() As Run
Type | Description |
---|---|
Run | The added Run. |
public Run Add(string text)
Public Function Add(text As String) As Run
Type | Name | Description |
---|---|---|
string | text | The text of the inserted Run |
Type | Description |
---|---|
Run | The added 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. |
Type | Description |
---|---|
Run | The added Run. |
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. |
Type | Description |
---|---|
Run | The added Run. |