TextBodySelection Constructor (IBody, Int32, Int32, Int32, Int32)
|
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
)
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
-
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