ASP.NET Core

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

    Show / Hide Table of Contents

    Class Paragraphs

    specifies collection of Paragraph objects in a selection, range, or document.

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

    Constructors

    Paragraphs()

    Declaration
    public Paragraphs()

    Paragraphs(ReportSerializer)

    Declaration
    public Paragraphs(ReportSerializer serializer)
    Parameters
    Type Name Description
    ReportSerializer serializer

    Implements

    System.Collections.Generic.IList<>
    System.Collections.Generic.ICollection<>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<T>
    System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<>
    System.Collections.IEnumerable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved