| TextBodyPart Methods | 
The TextBodyPart type exposes the following members.
 Methods
Methods
 
| Name | Description | |
|---|---|---|
|   | Clear | 
 Clears this items in the body.
 | 
|   | Copy(TextBodySelection) | 
 Copies text from selection.
 | 
|   | Copy(TextSelection) | 
 Copies text from selection.
 | 
|   | Copy(BodyRegion, Boolean) | 
 Copies the specified body item.
 | 
|   | Copy(ParagraphBase, Boolean) | 
 Copies the specified p item.
 | 
|   | Equals | 
 Determines whether the specified object is equal to the current object.
(Inherited from
 Object
.) | 
|   | Finalize | 
 Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
 Object
.) | 
|   | GetHashCode | 
 Serves as the default hash function.
(Inherited from
 Object
.) | 
|   | GetType | 
 Gets the
 
Type
 
 of the current instance.
(Inherited from
 Object
.) | 
|   | MemberwiseClone | 
 Creates a shallow copy of the current
 
Object
 
 .
(Inherited from
 Object
.) | 
|   | PasteAfter(BodyRegion) | 
 Pastes after specified item.
 | 
|   | PasteAfter(ParagraphBase) | 
 Pastes after specified paragraph item.
 | 
|   | PasteAt(IBody, Int32) | 
 Pastes at specified position.
 | 
|   | PasteAt(IBody, Int32, Int32) | 
 Pastes at specified position.
 | 
|   | PasteAtEnd | 
 Pastes at end of textbody.
 | 
|   | ToString | 
 Returns a string that represents the current object.
(Inherited from
 Object
.) | 
 See Also
See Also