Class TextRuns
specifies a collection of TextRun elements.
Implements
System.Collections.Generic.IList<TextRun>
System.Collections.Generic.ICollection<TextRun>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<TextRun>
System.Collections.Generic.IReadOnlyCollection<TextRun>
System.Collections.Generic.IEnumerable<TextRun>
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.Add(Syncfusion.RDL.DOM.TextRun)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.AddRange(System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.TextRun>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.AsReadOnly()
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.BinarySearch(System.Int32, System.Int32, Syncfusion.RDL.DOM.TextRun, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.TextRun>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.BinarySearch(Syncfusion.RDL.DOM.TextRun)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.BinarySearch(Syncfusion.RDL.DOM.TextRun, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.TextRun>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.Clear()
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.Contains(Syncfusion.RDL.DOM.TextRun)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.ConvertAll<TOutput>(System.Converter<Syncfusion.RDL.DOM.TextRun, TOutput>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.CopyTo(Syncfusion.RDL.DOM.TextRun[])
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.CopyTo(System.Int32, Syncfusion.RDL.DOM.TextRun[], System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.CopyTo(Syncfusion.RDL.DOM.TextRun[], System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.Exists(System.Predicate<Syncfusion.RDL.DOM.TextRun>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.Find(System.Predicate<Syncfusion.RDL.DOM.TextRun>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.FindAll(System.Predicate<Syncfusion.RDL.DOM.TextRun>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.FindIndex(System.Predicate<Syncfusion.RDL.DOM.TextRun>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.FindIndex(System.Int32, System.Predicate<Syncfusion.RDL.DOM.TextRun>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.FindIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.RDL.DOM.TextRun>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.FindLast(System.Predicate<Syncfusion.RDL.DOM.TextRun>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.FindLastIndex(System.Predicate<Syncfusion.RDL.DOM.TextRun>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.FindLastIndex(System.Int32, System.Predicate<Syncfusion.RDL.DOM.TextRun>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.RDL.DOM.TextRun>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.ForEach(System.Action<Syncfusion.RDL.DOM.TextRun>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.GetEnumerator()
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.TextRun>.GetEnumerator()
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.IndexOf(Syncfusion.RDL.DOM.TextRun)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.IndexOf(Syncfusion.RDL.DOM.TextRun, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.IndexOf(Syncfusion.RDL.DOM.TextRun, System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.Insert(System.Int32, Syncfusion.RDL.DOM.TextRun)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.TextRun>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.LastIndexOf(Syncfusion.RDL.DOM.TextRun)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.LastIndexOf(Syncfusion.RDL.DOM.TextRun, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.LastIndexOf(Syncfusion.RDL.DOM.TextRun, System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.Remove(Syncfusion.RDL.DOM.TextRun)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.RemoveAll(System.Predicate<Syncfusion.RDL.DOM.TextRun>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.RemoveAt(System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.Reverse()
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.Sort()
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.Sort(System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.TextRun>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.TextRun>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.Sort(System.Comparison<Syncfusion.RDL.DOM.TextRun>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.ToArray()
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.TrimExcess()
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.TrueForAll(System.Predicate<Syncfusion.RDL.DOM.TextRun>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.Capacity
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.Count
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.System.Collections.Generic.ICollection<Syncfusion.RDL.DOM.TextRun>.IsReadOnly
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.Item[System.Int32]
System.Collections.Generic.List<Syncfusion.RDL.DOM.TextRun>.System.Collections.IList.Item[System.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: Syncfusion.RDL.DOM
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class TextRuns : List<TextRun>, IList<TextRun>, ICollection<TextRun>, IList, ICollection, IReadOnlyList<TextRun>, IReadOnlyCollection<TextRun>, IEnumerable<TextRun>, IEnumerable
Constructors
TextRuns()
Declaration
public TextRuns()
TextRuns(ReportSerializer)
Declaration
public TextRuns(ReportSerializer serializer)
Parameters
Type | Name | Description |
---|---|---|
ReportSerializer | serializer |
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable