Click or drag to resize

IParagraph Methods

The IParagraph type exposes the following members.

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