[]
public Paragraph Add()
Public Function Add() As Paragraph
public Paragraph Add(string text)
Public Function Add(text As String) As Paragraph
public Paragraph Add(Style style)
Public Function Add(style As Style) As Paragraph
Type | Name | Description |
---|---|---|
Style | style | The paragraph style. |
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. |