skip navigation
  • Product Bundles

    DevCraft

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

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • Roadmap
    • Release History
  • Docs & Support
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class InlineCollection

Manages inline elements within a paragraph, providing strongly-typed add methods for text runs, images, and floating content.

Inheritance
System.Object
DocumentElementCollectionBase<InlineBase, Paragraph>
DocumentElementCollection<InlineBase, Paragraph>
InlineCollection
Inherited Members
DocumentElementCollection<InlineBase, Paragraph>.SetParent(InlineBase, Paragraph)
DocumentElementCollection<InlineBase, Paragraph>.VerifyDocumentElementOnInsert(InlineBase)
DocumentElementCollectionBase<InlineBase, Paragraph>.GetEnumerator()
DocumentElementCollectionBase<InlineBase, Paragraph>.IndexOf(InlineBase)
DocumentElementCollectionBase<InlineBase, Paragraph>.Insert(Int32, InlineBase)
DocumentElementCollectionBase<InlineBase, Paragraph>.InsertRange(Int32, IEnumerable<InlineBase>)
DocumentElementCollectionBase<InlineBase, Paragraph>.RemoveAt(Int32)
DocumentElementCollectionBase<InlineBase, Paragraph>.RemoveRange(Int32, Int32)
DocumentElementCollectionBase<InlineBase, Paragraph>.OnAfterAdd(InlineBase)
DocumentElementCollectionBase<InlineBase, Paragraph>.OnAfterRemove(InlineBase)
DocumentElementCollectionBase<InlineBase, Paragraph>.Clear()
DocumentElementCollectionBase<InlineBase, Paragraph>.Contains(InlineBase)
DocumentElementCollectionBase<InlineBase, Paragraph>.CopyTo(InlineBase[], Int32)
DocumentElementCollectionBase<InlineBase, Paragraph>.Remove(InlineBase)
DocumentElementCollectionBase<InlineBase, Paragraph>.IEnumerable.GetEnumerator()
DocumentElementCollectionBase<InlineBase, Paragraph>.Add(InlineBase)
DocumentElementCollectionBase<InlineBase, Paragraph>.Count
DocumentElementCollectionBase<InlineBase, Paragraph>.ICollection<InlineBase>.IsReadOnly
DocumentElementCollectionBase<InlineBase, Paragraph>.Owner
DocumentElementCollectionBase<InlineBase, Paragraph>.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.Flow.Model.Collections
Assembly: Telerik.Windows.Documents.Flow.dll

Syntax

public sealed class InlineCollection : DocumentElementCollection<InlineBase, Paragraph>, IList<InlineBase>, ICollection<InlineBase>, IEnumerable<InlineBase>, IEnumerable

Methods

AddFloatingImage()

Creates and appends a new FloatingImage to the collection and returns it for positioning, wrapping, and image configuration.

Declaration
public FloatingImage AddFloatingImage()
Returns
FloatingImage

The added floating image.

AddImageInline()

Creates and appends a new ImageInline to the collection and returns it for image source and sizing configuration.

Declaration
public ImageInline AddImageInline()
Returns
ImageInline

The added image inline.

AddRun()

Creates and appends a new empty Run to the collection and returns it for text and formatting configuration.

Declaration
public Run AddRun()
Returns
Run

The added run.

AddRun(String)

Creates and appends a new Run with the specified text to the collection and returns it for additional configuration.

Declaration
public Run AddRun(string text)
Parameters
System.String text

Returns
Run

The added run.

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.