The ParagraphCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd
Add an existing paragraph.
Public methodAddRange(array<Paragraph>[]()[][])
Adds the elements of an array of paragraphs to the end of this collection.
Public methodAddRange(ParagraphCollection)
Adds the elements of a ParagraphCollection to the end of this collection.
Public methodClear
Removes all paragraphs from this collection.
Public methodClone
Clones a ParagraphCollection.
(Overrides Paragraph..::..Clone()()()().)
Protected methodCompose
Implement this method in a derived class to generate content dynamically.
(Inherited from Paragraph.)
Public methodContains
Determine whether an Paragraph is in the ParagraphCollection.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Implements GetEnumerator()()()().
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf(String)
Get the index of a Paragraph with a given ID.
Public methodIndexOf(Paragraph)
Searches for the specified Paragraph in the ParagraphCollection.
Public methodInsert
Insert an Paragraph on a specific place in this ParagraphCollection.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRead(String)
Read from XML file.
(Inherited from Object.)
Public methodRead(XmlElement)
Read from XML element.
(Inherited from Object.)
Public methodRead(XmlReader)
Read from XML reader.
(Inherited from Object.)
Public methodRemove
Removes an Paragraph from this ParagraphCollection.
Public methodRemoveAt
Removes an Paragraph from the ParagraphCollection at the specified index.
Public methodReplace
For internal use only
(Inherited from Paragraph.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also