Class TextParagraphCollection
Class TextParagraphCollection
Namespace: Aspose.Cells.Drawing.Texts
Assembly: Aspose.Cells.dll (25.2.0)
Represents all text paragraph.
public class TextParagraphCollection
Inheritance
object ← TextParagraphCollection
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Count
Gets the count of text paragraphs.
public int Count { get; }
Property Value
this[int]
Gets the Aspose.Cells.Drawing.Texts.TextParagraph object at specific index.
public TextParagraph this[int index] { get; }
Property Value
Methods
GetEnumerator()
Gets the enumerator of the paragraphs.
public IEnumerator GetEnumerator()