The XhtmlParagraph type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
Add an existing paragraph.
(Inherited from ParagraphCollection.) | |
| AddRange(array<Paragraph>[]()[][]) |
Adds the elements of an array of paragraphs to the end of this collection.
(Inherited from ParagraphCollection.) | |
| AddRange(ParagraphCollection) |
Adds the elements of a ParagraphCollection to the end of this collection.
(Inherited from ParagraphCollection.) | |
| Clear |
Removes all paragraphs from this collection.
(Inherited from ParagraphCollection.) | |
| Clone |
Clones a ParagraphCollection.
(Inherited from ParagraphCollection.) | |
| Compose |
Implement this method in a derived class to generate content
dynamically.
(Inherited from Paragraph.) | |
| Contains |
Determine whether an Paragraph is in the ParagraphCollection.
(Inherited from ParagraphCollection.) | |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetEnumerator |
Implements GetEnumerator()()()().
(Inherited from ParagraphCollection.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IndexOf(String) |
Get the index of a Paragraph with a given ID.
(Inherited from ParagraphCollection.) | |
| IndexOf(Paragraph) |
Searches for the specified Paragraph in the ParagraphCollection.
(Inherited from ParagraphCollection.) | |
| Insert |
Insert an Paragraph on a specific place in this ParagraphCollection.
(Inherited from ParagraphCollection.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Read(String) |
Read from XML file.
(Inherited from Object.) | |
| Read(XmlElement) |
Read from XML element.
(Inherited from Object.) | |
| Read(XmlReader) |
Read this object from an XmlReader.
(Overrides Object..::..Read(XmlReader).) | |
| Remove |
Removes an Paragraph from this ParagraphCollection.
(Inherited from ParagraphCollection.) | |
| RemoveAt |
Removes an Paragraph from the ParagraphCollection at the specified index.
(Inherited from ParagraphCollection.) | |
| Replace |
For internal use only
(Inherited from Paragraph.) | |
| ToString | (Inherited from Object.) |