Initializes a new instance of the TextBodySelection class
Namespace: Spire.Doc.DocumentsAssembly: 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