| IBody Interface | 
Namespace: Spire.Doc.Interface
 Syntax
Syntax
 
The IBody type exposes the following members.
 Properties
Properties
 
| Name | Description | |
|---|---|---|
|   | ChildObjects | 
 Gets the child entities.
(Inherited from
 ICompositeObject
.) | 
|   | Document | 
 Gets document of this entity.
(Inherited from
 IDocumentObject
.) | 
|   | DocumentObjectType | 
 Gets the type of the document object.
(Inherited from
 IDocumentObject
.) | 
|   | FormFields | 
 Gets the form fields.
 | 
|   | IsComposite | 
 Gets a value indicating whether this instance is composite.
(Inherited from
 IDocumentObject
.) | 
|   | LastParagraph | 
 Gets the last paragraph.
 | 
|   | NextSibling | 
 Gets the next sibling.
(Inherited from
 IDocumentObject
.) | 
|   | Owner | 
 Gets owner of this document object.
(Inherited from
 IDocumentObject
.) | 
|   | Paragraphs | 
 Gets inner paragraphs.
 | 
|   | PreviousSibling | 
 Gets the previous sibling.
(Inherited from
 IDocumentObject
.) | 
|   | Tables | 
 Gets inner tables.
 | 
 Methods
Methods
 
| Name | Description | |
|---|---|---|
|   | AddParagraph | 
 Adds paragraph at the end of section.
 | 
|   | AddTable | 
 Adds the table.
 | 
|   | Clone | 
 Creates a duplicate of the document object.
(Inherited from
 IDocumentObject
.) | 
|   | EnsureMinimum | 
 If the text body has no paragraphs, creates and appends one Paragraph.
 | 
|   | GetNextWidgetSibling | 
 Gets the next widget sibling.
(Inherited from
 IDocumentObject
.) | 
|   | GetPreviousWidgetSibling | 
 Gets the previous sibling.
(Inherited from
 IDocumentObject
.) | 
|   | InsertXHTML(String) | 
 Inserts html at end of text body.
 | 
|   | InsertXHTML(String, Int32) | 
 Inserts html begins from paragraph specified by paragraphIndex.
 | 
|   | InsertXHTML(String, Int32, Int32) | 
 Inserts html beginning from paragraph specified by paragraphIndex, 
and after paragraph item specified by paragraphItemIndex.
 | 
 See Also
See Also