Class InlineCollection
Defines a collection of inline elements.
Inheritance
System.Object
InlineCollection
Inherited Members
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()
Adds a new FloatingImage to the collection.
Declaration
public FloatingImage AddFloatingImage()
Returns
FloatingImage
The added floating image. |
AddImageInline()
Adds a new ImageInline to the collection.
Declaration
public ImageInline AddImageInline()
Returns
ImageInline
The added image inline. |
AddRun()
AddRun(String)
Adds a new Run to the collection.
Declaration
public Run AddRun(string text)
Parameters
System.String
text
|
Returns
Run
The added run. |