Initializes a new instance of the TextBodySelection class

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public TextBodySelection(
	IBody textBody,
	int itemStartIndex,
	int itemEndIndex,
	int pItemStartIndex,
	int pItemEndIndex
)
Public Sub New ( 
	textBody As IBody,
	itemStartIndex As Integer,
	itemEndIndex As Integer,
	pItemStartIndex As Integer,
	pItemEndIndex As Integer
)
public:
TextBodySelection(
	IBody^ textBody, 
	int itemStartIndex, 
	int itemEndIndex, 
	int pItemStartIndex, 
	int pItemEndIndex
)
new : 
        textBody : IBody * 
        itemStartIndex : int * 
        itemEndIndex : int * 
        pItemStartIndex : int * 
        pItemEndIndex : int -> TextBodySelection

Parameters

textBody
IBody
itemStartIndex
Int32
itemEndIndex
Int32
pItemStartIndex
Int32
pItemEndIndex
Int32

See Also