Click or drag to resize

TextBodySelection Constructor (IBody, Int32, Int32, Int32, Int32)

Initializes a new instance of the TextBodySelection class.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public TextBodySelection(
	IBody textBody,
	int itemStartIndex,
	int itemEndIndex,
	int pItemStartIndex,
	int pItemEndIndex
)

Parameters

textBody
Type: Spire.Doc.Interface IBody
The text body.
itemStartIndex
Type: System Int32
Start index of the item.
itemEndIndex
Type: System Int32
End index of the item.
pItemStartIndex
Type: System Int32
Start index of the paragraph item.
pItemEndIndex
Type: System Int32
End index of the paragraph item.
See Also