The XhtmlParagraph type exposes the following members.

Methods

  NameDescription
Public methodAdd
Add an existing paragraph.
(Inherited from ParagraphCollection.)
Public methodAddRange(array<Paragraph>[]()[][])
Adds the elements of an array of paragraphs to the end of this collection.
(Inherited from ParagraphCollection.)
Public methodAddRange(ParagraphCollection)
Adds the elements of a ParagraphCollection to the end of this collection.
(Inherited from ParagraphCollection.)
Public methodClear
Removes all paragraphs from this collection.
(Inherited from ParagraphCollection.)
Public methodClone
Clones a ParagraphCollection.
(Inherited from ParagraphCollection.)
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.
(Inherited from 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()()()().
(Inherited from ParagraphCollection.)
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.
(Inherited from ParagraphCollection.)
Public methodIndexOf(Paragraph)
Searches for the specified Paragraph in the ParagraphCollection.
(Inherited from ParagraphCollection.)
Public methodInsert
Insert an Paragraph on a specific place in this ParagraphCollection.
(Inherited from 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 this object from an XmlReader.
(Overrides Object..::..Read(XmlReader).)
Public methodRemove
Removes an Paragraph from this ParagraphCollection.
(Inherited from ParagraphCollection.)
Public methodRemoveAt
Removes an Paragraph from the ParagraphCollection at the specified index.
(Inherited from ParagraphCollection.)
Public methodReplace
For internal use only
(Inherited from Paragraph.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also