[]
        
(Showing Draft Content)

C1.C1Preview.ParagraphObjectCollection

ParagraphObjectCollection Class

Represents a collection of ParagraphObject objects that is the Content of a RenderParagraph.

Inheritance
ParagraphObjectCollection
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.4.8.dll
Syntax
public class ParagraphObjectCollection : OwnedCollection, IList, ICollection, IEnumerable

Properties

Name Description
this[int]

Gets or sets the ParagraphObject at the specified index.

RenderParagraph

Gets the containing RenderParagraph object.

Methods

Name Description
Add(ParagraphObject)

Adds a ParagraphObject to the current paragraph content.

Adds an image hyperlink to the current paragraph content.

Adds an image hyperlink to the current paragraph content.

Adds an image hyperlink to the current paragraph content.

Adds an image hyperlink to the current paragraph content.

Adds a text hyperlink to the current paragraph content.

Adds a text hyperlink with a specified style to the current paragraph content.

Adds a text hyperlink to the current paragraph content.

Adds a text hyperlink to the current paragraph content.

Adds a text hyperlink to the current paragraph content.

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.