| Body Methods | 
The Body type exposes the following members.
 Methods
Methods
 
| Name | Description | |
|---|---|---|
|   | AddParagraph | 
 Adds paragraph at end of section.
 | 
|   | AddTable | 
 Adds the table.
 | 
|   | AddTable(Boolean) | 
 Adds the table.
 | 
|   | Clone | 
 Creates a duplicate of the document object.
(Inherited from
 DocumentObject
.) | 
|   | CloneImpl | (Overrides DocumentSerializable CloneImpl .) | 
|   | CreateLayoutInfo | (Overrides DocumentBase CreateLayoutInfo .) | 
|   | EnsureMinimum | 
 If the text body has no paragraphs, creates and appends one Paragraph.
 | 
|   | Equals | 
 Determines whether the specified object is equal to the current object.
(Inherited from
 Object
.) | 
|   | Finalize | 
 Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
 Object
.) | 
|   | GetHashCode | 
 Serves as the default hash function.
(Inherited from
 Object
.) | 
|   | GetIndex | 
 Returns the zero-based index of the specified entity.
(Inherited from
 DocumentContainer
.) | 
|   | GetNextWidgetSibling | 
 Gets the next sibling.
(Inherited from
 DocumentObject
.) | 
|   | GetPreviousWidgetSibling | 
 Gets the previous widget sibling.
(Inherited from
 DocumentObject
.) | 
|   | GetType | 
 Gets the
 
Type
 
 of the current instance.
(Inherited from
 Object
.) | 
|   | InitXDLSHolder | (Overrides DocumentSerializable InitXDLSHolder .) | 
|   | InsertXHTML(String) | 
 Inserts html at end of text body.
 | 
|   | InsertXHTML(String, Int32) | 
 Inserts html. Inserting begins from paragraph specified by paragraphIndex
 | 
|   | InsertXHTML(String, Int32, Int32) | 
 Inserts html. Inserting begins from paragraph specified by paragraphIndex, 
and paragraph item specified by paragraphItemIndex
 | 
|   | IsValidXHTML(String, XHTMLValidationType) | 
 Validates the XHTML.
 | 
|   | IsValidXHTML(String, XHTMLValidationType, String ) | 
 Validates the XHTML.
 | 
|   | MemberwiseClone | 
 Creates a shallow copy of the current
 
Object
 
 .
(Inherited from
 Object
.) | 
|   | ReadXmlAttributes | (Inherited from DocumentSerializable .) | 
|   | ReadXmlContent | (Inherited from DocumentSerializable .) | 
|   | RestoreReference | (Inherited from DocumentSerializable .) | 
|   | ToString | 
 Returns a string that represents the current object.
(Inherited from
 Object
.) | 
|   | ToString(String) | 
 Exports the name and index in container of the object into a string in the specified seperator.
(Inherited from
 DocumentObject
.) | 
|   | WriteXmlAttributes | (Inherited from DocumentSerializable .) | 
|   | WriteXmlContent | (Inherited from DocumentSerializable .) | 
 See Also
See Also