menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IOfficeSmartArtParagraphs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IOfficeSmartArtParagraphs

    Represents a collection of IOfficeSmartArtParagraph instances in a IOfficeSmartArtTextBody.

    Inherited Members
    System.Collections.Generic.IEnumerable<Syncfusion.Office.IOfficeSmartArtParagraph>.GetEnumerator()
    Namespace: Syncfusion.Office
    Assembly: Syncfusion.Compression.Base.dll
    Syntax
    public interface IOfficeSmartArtParagraphs : IEnumerable<IOfficeSmartArtParagraph>, IEnumerable

    Properties

    Count

    Gets the number of elements in the paragraph collection. Read-only.

    Declaration
    int Count { get; }
    Property Value
    Type
    System.Int32

    Item[Int32]

    Gets a IOfficeSmartArtParagraph instance at the specified index from the collection. Read-only.

    Declaration
    IOfficeSmartArtParagraph this[int index] { get; }
    Parameters
    Type Name Description
    System.Int32 index

    Determines the index of the text part.

    Property Value
    Type Description
    IOfficeSmartArtParagraph

    Returns an IOfficeSmartArtParagraph instance.

    Methods

    Add(String)

    Adds a new paragraph at the end of the paragraph collection.

    Declaration
    IOfficeSmartArtParagraph Add(string text = null)
    Parameters
    Type Name Description
    System.String text

    The text to be added to the paragraph. If unspecified, the paragraph will be created without any text.

    Returns
    Type Description
    IOfficeSmartArtParagraph

    An instance of IOfficeSmartArtParagraph representing the added paragraph.

    Clear()

    Removes all the elements from the paragraph collection.

    Declaration
    void Clear()

    IndexOf(IOfficeSmartArtParagraph)

    Returns the zero-based index of the first occurrence of the IOfficeSmartArtParagraph instance within the collection.

    Declaration
    int IndexOf(IOfficeSmartArtParagraph paragraph)
    Parameters
    Type Name Description
    IOfficeSmartArtParagraph paragraph

    The IOfficeSmartArtParagraph instance to locate in the collection.

    Returns
    Type Description
    System.Int32

    Returns the zero-based index of the first occurrence of the paragraph within the collection, if found; otherwise, –1.

    Insert(Int32, IOfficeSmartArtParagraph)

    Inserts a specific paragraph at the specified location in the paragraph collection.

    Declaration
    void Insert(int index, IOfficeSmartArtParagraph paragraph)
    Parameters
    Type Name Description
    System.Int32 index

    The zero-based index at which the paragraph should be inserted.

    IOfficeSmartArtParagraph paragraph

    The IOfficeSmartArtParagraph instance to insert.

    Remove(IOfficeSmartArtParagraph)

    Removes the first occurrence of a specified IOfficeSmartArtParagraph instance from the paragraph collection.

    Declaration
    void Remove(IOfficeSmartArtParagraph paragraph)
    Parameters
    Type Name Description
    IOfficeSmartArtParagraph paragraph

    The paragraph instance to be removed from the collection.

    RemoveAt(Int32)

    Removes the IOfficeSmartArtParagraph instance at the specified index of the paragraph collection.

    Declaration
    void RemoveAt(int index)
    Parameters
    Type Name Description
    System.Int32 index

    The zero-based index of the element to be removed.

    Extension Methods

    EnumerableExtensions.Average<TSource>(IEnumerable<TSource>, Func<TSource, Int16>)
    EnumerableExtensions.Average<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<Int16>>)
    EnumerableExtensions.Sum<TSource>(IEnumerable<TSource>, Func<TSource, Int16>)
    EnumerableExtensions.Sum<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<Int16>>)
    EnumerableExtensions.Max<TSource>(IEnumerable<TSource>, Func<TSource, Int16>)
    EnumerableExtensions.Max<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<Int16>>)
    EnumerableExtensions.Min<TSource>(IEnumerable<TSource>, Func<TSource, Int16>)
    EnumerableExtensions.Min<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<Int16>>)
    EnumerableExtensions.OrderBy<T>(IEnumerable<T>, String, Func<String, Object, Object>)
    EnumerableExtensions.OrderByDescending<T>(IEnumerable<T>, String, Func<String, Object, Object>)
    EnumerableExtensions.OrderBy<T>(IEnumerable<T>, String, Func<String, Object, Object>, IComparer<Object>)
    EnumerableExtensions.OrderByDescending<T>(IEnumerable<T>, String, Func<String, Object, Object>, IComparer<Object>)
    EnumerableExtensions.GetElementType(IEnumerable)
    EnumerableExtensions.GetItemPropertyInfo(IEnumerable)
    FunctionalExtensions.ForEach<T>(IEnumerable, Action<T>)
    FunctionalExtensions.ForEach<T>(IEnumerable<T>, Action<T>)
    FunctionalExtensions.ToList<T>(IEnumerable)
    FunctionalExtensions.IterateIndex<T>(IEnumerable<T>, Action<Int32, T>)
    FunctionalExtensions.IterateIndex<T>(IEnumerable<T>, Action<Int32, T>, Int32)
    FunctionalExtensions.Zip<TFirst, TSecond, TResult>(IEnumerable<TFirst>, IEnumerable<TSecond>, Func<TFirst, TSecond, TResult>)
    FunctionalExtensions.Fold<T, U>(IEnumerable<U>, Func<T, U, T>, T)
    FunctionalExtensions.FoldLeft<T, U>(IEnumerable<U>, Func<T, U, T>, T)
    FunctionalExtensions.FoldRight<T, U>(IEnumerable<U>, Func<T, U, T>, T)
    FunctionalExtensions.ToObservableCollection<T>(IEnumerable<T>)
    QueryableExtensions.OfQueryable(IEnumerable)
    QueryableExtensions.OfQueryable(IEnumerable, Type)
    QueryableExtensions.GroupByMany<TElement>(IEnumerable, Type, List<Func<TElement, Object>>)
    QueryableExtensions.GroupByMany<TElement>(IEnumerable<TElement>, List<SortDescriptor>, IEnumerable<Func<TElement, Object>>)
    QueryableExtensions.GroupByMany<TElement>(IEnumerable<TElement>, List<SortDescriptor>, Dictionary<String, IComparer<Object>>, String[], IEnumerable<Func<TElement, Object>>)
    QueryableExtensions.GroupByMany<TElement>(IEnumerable<TElement>, List<SortDescriptor>, Dictionary<String, IComparer<Object>>, List<String>, Func<TElement, Object>[])
    QueryableExtensions.GroupByMany<TElement>(IEnumerable<TElement>, List<SortDescriptor>, Func<TElement, Object>[])
    QueryableExtensions.GroupByMany<TElement>(IEnumerable<TElement>, Func<TElement, Object>[])
    QueryableExtensions.GroupByMany<TElement>(IEnumerable<TElement>, IEnumerable<Func<TElement, Object>>)
    QueryableExtensions.GroupByMany(IEnumerable, Type, Func<String, Expression>, String[])
    QueryableExtensions.GroupByMany(IEnumerable, Type, List<SortDescriptor>, Dictionary<String, IComparer<Object>>, Func<String, Expression>, String[])
    QueryableExtensions.GroupByMany(IEnumerable, Type, List<SortDescriptor>, Func<String, Expression>, String[])
    PivotExtension.GroupByMany<TElement>(IEnumerable<TElement>, Int32, Func<TElement, Object>[])
    PivotExtension.GroupByMany<TElement>(IEnumerable<TElement>, IEnumerable<Func<TElement, Object>>)
    ChartExtensionUtils.DistinctBy<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved