Class ContentElementCollection
Represents content elements collection.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Collections
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public sealed class ContentElementCollection : DocumentElementCollection<ContentElementBase, IContainerElement>, IList<ContentElementBase>, ICollection<ContentElementBase>, IEnumerable<ContentElementBase>, IEnumerable
Constructors
ContentElementCollection(IContainerElement)
Initializes a new instance of the ContentElementCollection class.
Declaration
public ContentElementCollection(IContainerElement parent)
Parameters
IContainerElement
parent
The parent. |
Methods
AddForm()
AddForm(FormSource)
Adds the form.
Declaration
public Form AddForm(FormSource source)
Parameters
FormSource
source
The source. |
Returns
Form
|
AddImage()
AddImage(ImageSource)
Adds the image.
Declaration
public Image AddImage(ImageSource source)
Parameters
ImageSource
source
The source. |
Returns
Image
|
AddPath()
Creates new Path and add it to the collection.
Declaration
public Path AddPath()
Returns
Path
The Path. |
AddTextFragment()
Creates new TextFragment and add it to the collection.
Declaration
public TextFragment AddTextFragment()
Returns
TextFragment
The TextFragment. |
AddTextFragment(String)
Creates new TextFragment and add it to the collection.
Declaration
public TextFragment AddTextFragment(string text)
Parameters
System.String
text
The text in the TextFragment. |
Returns
TextFragment
|