| 
TextBodyPart Constructor (TextSelection)
  | 
 Namespace:
 Spire.Doc.Documents
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public TextBodyPart(
	TextSelection textSelection
)
 
Public Sub New ( 
	textSelection As TextSelection
)
 
public:
TextBodyPart(
	TextSelection^ textSelection
)
 
new : 
textSelection : TextSelection -> TextBodyPart
 
 
 
Parameters
 
- 
textSelection
 
- 
 Type:
 
Spire.Doc.Documents
TextSelection
 
 The text selection.
 
 See Also
See Also