ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextLines - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TextLines

    Text lines collection in the page.

    Inheritance
    System.Object
    System.Collections.Generic.List<TextLine>
    TextLines
    Implements
    System.Collections.Generic.IList<TextLine>
    System.Collections.Generic.ICollection<TextLine>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<TextLine>
    System.Collections.Generic.IReadOnlyCollection<TextLine>
    System.Collections.Generic.IEnumerable<TextLine>
    System.Collections.IEnumerable
    Inherited Members
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.System.Collections.IList.get_Item(System.Int32)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.System.Collections.IList.set_Item(System.Int32, System.Object)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.Add(Syncfusion.Pdf.TextLine)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.System.Collections.IList.Add(System.Object)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.AddRange(System.Collections.Generic.IEnumerable<Syncfusion.Pdf.TextLine>)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.AsReadOnly()
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.BinarySearch(System.Int32, System.Int32, Syncfusion.Pdf.TextLine, System.Collections.Generic.IComparer<Syncfusion.Pdf.TextLine>)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.BinarySearch(Syncfusion.Pdf.TextLine)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.BinarySearch(Syncfusion.Pdf.TextLine, System.Collections.Generic.IComparer<Syncfusion.Pdf.TextLine>)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.Clear()
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.Contains(Syncfusion.Pdf.TextLine)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.System.Collections.IList.Contains(System.Object)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.ConvertAll<TOutput>(System.Converter<Syncfusion.Pdf.TextLine, TOutput>)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.CopyTo(Syncfusion.Pdf.TextLine[])
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.CopyTo(System.Int32, Syncfusion.Pdf.TextLine[], System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.CopyTo(Syncfusion.Pdf.TextLine[], System.Int32)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.Exists(System.Predicate<Syncfusion.Pdf.TextLine>)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.Find(System.Predicate<Syncfusion.Pdf.TextLine>)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.FindAll(System.Predicate<Syncfusion.Pdf.TextLine>)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.FindIndex(System.Predicate<Syncfusion.Pdf.TextLine>)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.FindIndex(System.Int32, System.Predicate<Syncfusion.Pdf.TextLine>)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.FindIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.Pdf.TextLine>)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.FindLast(System.Predicate<Syncfusion.Pdf.TextLine>)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.FindLastIndex(System.Predicate<Syncfusion.Pdf.TextLine>)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.FindLastIndex(System.Int32, System.Predicate<Syncfusion.Pdf.TextLine>)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.Pdf.TextLine>)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.ForEach(System.Action<Syncfusion.Pdf.TextLine>)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.GetEnumerator()
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.System.Collections.Generic.IEnumerable<Syncfusion.Pdf.TextLine>.GetEnumerator()
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.System.Collections.IEnumerable.GetEnumerator()
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.GetRange(System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.IndexOf(Syncfusion.Pdf.TextLine)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.System.Collections.IList.IndexOf(System.Object)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.IndexOf(Syncfusion.Pdf.TextLine, System.Int32)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.IndexOf(Syncfusion.Pdf.TextLine, System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.Insert(System.Int32, Syncfusion.Pdf.TextLine)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.System.Collections.IList.Insert(System.Int32, System.Object)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Syncfusion.Pdf.TextLine>)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.LastIndexOf(Syncfusion.Pdf.TextLine)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.LastIndexOf(Syncfusion.Pdf.TextLine, System.Int32)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.LastIndexOf(Syncfusion.Pdf.TextLine, System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.Remove(Syncfusion.Pdf.TextLine)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.System.Collections.IList.Remove(System.Object)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.RemoveAll(System.Predicate<Syncfusion.Pdf.TextLine>)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.RemoveAt(System.Int32)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.RemoveRange(System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.Reverse()
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.Reverse(System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.Sort()
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.Sort(System.Collections.Generic.IComparer<Syncfusion.Pdf.TextLine>)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Syncfusion.Pdf.TextLine>)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.Sort(System.Comparison<Syncfusion.Pdf.TextLine>)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.ToArray()
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.TrimExcess()
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.TrueForAll(System.Predicate<Syncfusion.Pdf.TextLine>)
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.Capacity
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.Count
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.System.Collections.IList.IsFixedSize
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.System.Collections.Generic.ICollection<Syncfusion.Pdf.TextLine>.IsReadOnly
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.System.Collections.IList.IsReadOnly
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.System.Collections.ICollection.IsSynchronized
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.System.Collections.ICollection.SyncRoot
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.Item[System.Int32]
    System.Collections.Generic.List<Syncfusion.Pdf.TextLine>.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.Pdf
    Assembly: Syncfusion.Pdf.Base.dll
    Syntax
    public class TextLines : List<TextLine>, IList<TextLine>, ICollection<TextLine>, IList, ICollection, IReadOnlyList<TextLine>, IReadOnlyCollection<TextLine>, IEnumerable<TextLine>, IEnumerable

    Constructors

    TextLines()

    Declaration
    public TextLines()

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved