IParagraph Methods |
The IParagraph type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
AppendBookmarkEnd |
Appends end of the bookmark with specified name into paragraph.
|
|
|
AppendBookmarkStart |
Appends start of the bookmark with specified name into paragraph.
|
|
|
AppendBreak |
Appends break to end of paragraph.
|
|
|
AppendCheckBox |
Appends the check box.
|
|
|
AppendCheckBox(String, Boolean) |
Appends the check box.
|
|
|
AppendComment |
Appends the comment.
|
|
|
AppendDropDownFormField |
Appends the drop down form field.
|
|
|
AppendDropDownFormField(String) |
Appends the drop down form field.
|
|
|
AppendField |
Appends field to the end of paragraph
|
|
|
AppendFootnote |
Appends the footnote.
|
|
|
AppendHTML |
Appends the HTML.
|
|
|
AppendHyperlink(String, DocPicture, HyperlinkType) |
Appends the hyperlink.
|
|
|
AppendHyperlink(String, String, HyperlinkType) |
Appends the hyperlink.
|
|
|
AppendOleObject(String, DocPicture) |
Appends the OLE object.
|
|
|
AppendOleObject( Byte , DocPicture, OleLinkType) |
Appends the OLE object.
|
|
|
AppendOleObject( Byte , DocPicture, OleObjectType) |
Appends the OLE object.
|
|
|
AppendOleObject( Byte , DocPicture, String) |
Appends the package OLE object (ole object without specified type).
|
|
|
AppendOleObject(Stream, DocPicture, OleLinkType) |
Appends the OLE object into paragraph.
|
|
|
AppendOleObject(Stream, DocPicture, OleObjectType) |
Appends the OLE object.
|
|
|
AppendOleObject(Stream, DocPicture, String) |
Appends the package OLE object (ole object without specified type).
|
|
|
AppendOleObject(String, DocPicture, OleObjectType) |
Appends the OLE object.
|
|
|
AppendPicture( Byte ) |
Appends picture to the end of paragraph.
|
|
|
AppendPicture(Image) |
Appends picture to the end of paragraph.
|
|
|
AppendSymbol |
Appends symbol to the end of paragraph.
|
|
|
AppendText |
Appends text to the end of paragraph.
|
|
|
AppendTextBox |
Appends textbox to the end of the paragraph
|
|
|
AppendTextFormField(String) |
Appends the text form field.
|
|
|
AppendTextFormField(String, String) |
Appends the text form field.
|
|
|
AppendTOC |
Appends the TOC.
|
|
|
ApplyStyle(String) |
Applies a new style.
(Inherited from
IStyleHolder
.)
|
|
|
ApplyStyle(BuiltinStyle) |
Applies the style.
(Inherited from
IStyleHolder
.)
|
|
|
Clone |
Creates a duplicate of the document object.
(Inherited from
IDocumentObject
.)
|
|
|
GetNextWidgetSibling |
Gets the next widget sibling.
(Inherited from
IDocumentObject
.)
|
|
|
GetPreviousWidgetSibling |
Gets the previous sibling.
(Inherited from
IDocumentObject
.)
|
|
|
GetStyle |
Gets related style.
|
|
|
RemoveAbsPosition |
Removes the absolute position data. If paragraph has absolute position in the document,
all position data will be erased.
|
|
|
Replace(Regex, TextSelection) |
Replaces by specified pattern.
(Inherited from
IBodyRegion
.)
|
|
|
Replace(Regex, String) |
Replaces all entries of matchString regular expression with newValue string.
(Inherited from
IBodyRegion
.)
|
|
|
Replace(String, String, Boolean, Boolean) |
Replaces by specified matchString string.
(Inherited from
IBodyRegion
.)
|
|
|
Replace(String, TextSelection, Boolean, Boolean) |
Replaces all entries of matchString string with TextRangesHolder, taking into
consideration caseSensitive and wholeWord options.
|