[]
Adds a ParagraphText object to the collection.
public ParagraphText Add(string text)
Type | Name | Description |
---|---|---|
string | text |
Type | Description |
---|---|
ParagraphText | Returns added ParagraphText object. |
Adds a ParagraphItem object to the collection.
public void Add(ParagraphItem item)
Type | Name | Description |
---|---|---|
ParagraphItem | item |