• Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop
    Web
    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for ASP.NET AJAX UI for ASP.NET MVC UI for ASP.NET Core UI for Blazor UI for Silverlight UI for PHP UI for JSP
    Mobile
    UI for .NET MAUI UI for Xamarin
    Document Management
    Telerik Document Processing
    Desktop
    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF UI for UWP
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    CMS
    Sitefinity
    UI/UX Design
    Unite UX
    Debugging
    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Jam FiddlerCap FiddlerCore
    Extended Reality
    UI for Unity XR
    Free Tools
    JustAssembly JustDecompile VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Docs & Support
  • Pricing
  • Search
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class ContentElementCollection

Represents content elements collection.

Inheritance
System.Object
DocumentElementCollectionBase<ContentElementBase, IContainerElement>
DocumentElementCollection<ContentElementBase, IContainerElement>
ContentElementCollection
Inherited Members
DocumentElementCollection<ContentElementBase, IContainerElement>.SetParent(ContentElementBase, IContainerElement)
DocumentElementCollection<ContentElementBase, IContainerElement>.VerifyDocumentElementOnInsert(ContentElementBase)
DocumentElementCollectionBase<ContentElementBase, IContainerElement>.GetEnumerator()
DocumentElementCollectionBase<ContentElementBase, IContainerElement>.IndexOf(ContentElementBase)
DocumentElementCollectionBase<ContentElementBase, IContainerElement>.Insert(Int32, ContentElementBase)
DocumentElementCollectionBase<ContentElementBase, IContainerElement>.InsertRange(Int32, IEnumerable<ContentElementBase>)
DocumentElementCollectionBase<ContentElementBase, IContainerElement>.RemoveAt(Int32)
DocumentElementCollectionBase<ContentElementBase, IContainerElement>.RemoveRange(Int32, Int32)
DocumentElementCollectionBase<ContentElementBase, IContainerElement>.OnAfterRemove(ContentElementBase)
DocumentElementCollectionBase<ContentElementBase, IContainerElement>.Clear()
DocumentElementCollectionBase<ContentElementBase, IContainerElement>.Contains(ContentElementBase)
DocumentElementCollectionBase<ContentElementBase, IContainerElement>.CopyTo(ContentElementBase[], Int32)
DocumentElementCollectionBase<ContentElementBase, IContainerElement>.Remove(ContentElementBase)
DocumentElementCollectionBase<ContentElementBase, IContainerElement>.IEnumerable.GetEnumerator()
DocumentElementCollectionBase<ContentElementBase, IContainerElement>.Add(ContentElementBase)
DocumentElementCollectionBase<ContentElementBase, IContainerElement>.Count
DocumentElementCollectionBase<ContentElementBase, IContainerElement>.ICollection<ContentElementBase>.IsReadOnly
DocumentElementCollectionBase<ContentElementBase, IContainerElement>.Owner
DocumentElementCollectionBase<ContentElementBase, IContainerElement>.Item[Int32]
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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()

Adds the form.

Declaration
public Form AddForm()
Returns
Form

AddForm(FormSource)

Adds the form.

Declaration
public Form AddForm(FormSource source)
Parameters
FormSource source

The source.

Returns
Form

AddImage()

Adds the image.

Declaration
public Image AddImage()
Returns
Image

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

Was this article helpful?

Tell us how we can improve this article

Skip
Getting Started
  • Getting Started
Support Resources
  • Documentation
Community
  • Forums
  • Blogs
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.