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 Content
Declaration
public ContentElementCollection(IContainerElement parent)
Parameters
IContainer The parent. |
Methods
AddForm()
AddForm(FormSource)
Adds the form.
Declaration
public Form AddForm(FormSource source)
Parameters
Form The source. |
Returns
AddImage()
AddImage(ImageSource)
Adds the image.
Declaration
public Image AddImage(ImageSource source)
Parameters
Image The source. |
Returns
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
Text The TextFragment. |
AddTextFragment(String)
Creates new TextFragment and add it to the collection.
Declaration
public TextFragment AddTextFragment(string text)
Parameters
System. The text in the TextFragment. |