InlineCollection
Class
Manages inline elements within a paragraph, providing strongly-typed add methods for text runs, images, and floating content.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.Collections
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
C#
public sealed class InlineCollection : DocumentElementCollection<InlineBase, Paragraph>, IList<InlineBase>, ICollection<InlineBase>, IEnumerable<InlineBase>, IEnumerable
Inheritance: objectDocumentElementCollectionBase<InlineBase, Paragraph>DocumentElementCollection<InlineBase, Paragraph>InlineCollection
Implements:
Inherited Members
Methods
Creates and appends a new FloatingImage to the collection and returns it for positioning, wrapping, and image configuration.
Creates and appends a new ImageInline to the collection and returns it for image source and sizing configuration.