Click or drag to resize

IBodyRegion Methods

The IBodyRegion type exposes the following members.

Methods
Name Description
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 Replace(Regex, TextSelection)
Replaces by specified pattern.
Public method Replace(Regex, String)
Replaces all entries of matchString regular expression with newValue string.
Public method Replace(String, String, Boolean, Boolean)
Replaces by specified matchString string.
Top
See Also