Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public sealed class ParagraphCollection : ParagraphList, ICollection, IEnumerable
Public NotInheritable Class ParagraphCollection Inherits ParagraphList Implements ICollection, IEnumerable
public ref class ParagraphCollection sealed : public ParagraphList, ICollection, IEnumerable
[<SealedAttribute>] type ParagraphCollection = class inherit ParagraphList interface ICollection interface IEnumerable end
Members
| All Members | Properties | Methods |
| Member | Description | |
|---|---|---|
| AddFromHtml(String) | (Inherited from ParagraphList.) | |
| Append(ParagraphCollection) | (Inherited from ParagraphList.) | |
| Append(TextParagraph) | (Inherited from ParagraphList.) | |
| Clear()()()() | (Inherited from ParagraphList.) | |
| CopyTo(Array, Int32) | ||
| Count | (Inherited from ParagraphList.) | |
| Equals(Object) | (Inherited from Object.) | |
| GetEnumerator()()()() | (Inherited from ParagraphList.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Insert(Int32, ParagraphCollection) | (Inherited from ParagraphList.) | |
| Insert(Int32, TextParagraph) | (Inherited from ParagraphList.) | |
| IsSynchronized | ||
| Item[([( Int32])]) | (Inherited from ParagraphList.) | |
| RemoveAt(Int32) | (Inherited from ParagraphList.) | |
| SyncRoot | ||
| ToString()()()() | (Inherited from Object.) |
Inheritance Hierarchy
System..::..Object
Spire.Presentation.Collections..::..ParagraphList
Spire.Presentation.Collections..::..ParagraphCollection
Spire.Presentation.Collections..::..ParagraphList
Spire.Presentation.Collections..::..ParagraphCollection