[]
Represents a collection of ParagraphObject objects that is the Content of a RenderParagraph.
public class ParagraphObjectCollection : OwnedCollection, IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| this[int] | Gets or sets the ParagraphObject at the specified index. |
| RenderParagraph | Gets the containing RenderParagraph object. |
| Name | Description |
|---|---|
| Add(ParagraphObject) | Adds a ParagraphObject to the current paragraph content. |
| AddHyperlink(Image, C1LinkTarget) | Adds an image hyperlink to the current paragraph content. |
| AddHyperlink(Image, ParagraphObject) | Adds an image hyperlink to the current paragraph content. |
| AddHyperlink(Image, RenderObject) | Adds an image hyperlink to the current paragraph content. |
| AddHyperlink(Image, string) | Adds an image hyperlink to the current paragraph content. |
| AddHyperlink(string, C1LinkTarget) | Adds a text hyperlink to the current paragraph content. |
| AddHyperlink(string, C1LinkTarget, Style) | Adds a text hyperlink with a specified style to the current paragraph content. |
| AddHyperlink(string, ParagraphObject) | Adds a text hyperlink to the current paragraph content. |
| AddHyperlink(string, RenderObject) | Adds a text hyperlink to the current paragraph content. |
| AddHyperlink(string, string) | Adds a text hyperlink to the current paragraph content. |
| AddHyperlink(string, string, Style) | Adds a text hyperlink with a specified style to the current paragraph content. |
| AddImage(Image) | Adds an image to the current paragraph content. |
| AddImage(Image, Style) | Adds an image with a specified style to the current paragraph content. |
| AddImage(string) | Adds an image to the current paragraph content. |
| AddText(string) | Adds a text string to the current paragraph content. |
| AddText(string, Style) | Adds a text string with the specified style to the current paragraph content. |
| AddText(string, TextPositionEnum) | Adds a text string with the specified text position to the current paragraph content. |
| AddText(string, Color) | Adds a text string with the specified text color to the current paragraph content. |
| AddText(string, Color, TextPositionEnum) | Adds a text string with the specified text color and position to the current paragraph content. |
| AddText(string, Font) | Adds a text string with the specified font to the current paragraph content. |
| AddText(string, Font, TextPositionEnum) | Adds a text string with the specified font and text position to the current paragraph content. |
| AddText(string, Font, Color) | Adds a text string with the specified font and text color to the current paragraph content. |
| AddText(string, Font, Color, TextPositionEnum) | Adds a text string with the specified font, text color and position to the current paragraph content. |
| GetItemType() | For internal use. |
| Remove(ParagraphObject) | Removes a ParagraphObject from the current paragraph content. |