[]
public Paragraph Add()
Public Function Add() As Paragraph
Type | Description |
---|---|
Paragraph | The added Paragraph. |
public Paragraph Add(string text)
Public Function Add(text As String) As Paragraph
Type | Name | Description |
---|---|---|
string | text | The text of the inserted Paragraph |
Type | Description |
---|---|
Paragraph | The added Paragraph. |
public Paragraph Add(Style style)
Public Function Add(style As Style) As Paragraph
Type | Name | Description |
---|---|---|
Style | style | The paragraph style. |
Type | Description |
---|---|
Paragraph | The added Paragraph. |
public Paragraph Add(string text, Style style)
Public Function Add(text As String, style As Style) As Paragraph
Type | Name | Description |
---|---|---|
string | text | The text of the inserted Paragraph |
Style | style | The paragraph style. |
Type | Description |
---|---|
Paragraph | The added Paragraph. |