IBody Methods |
The IBody type exposes the following members.
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.
|