SelectionBoundary.Index Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the index of the text as determined by the text stream processed.
public int Index { [Android.Runtime.Register("getIndex", "()I", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getIndex", "()I", "", ApiSince=35)>]
member this.Index : int
Property Value
index of the selection boundary.
- Attributes
Remarks
Gets the index of the text as determined by the text stream processed. If the value is -1 then the #getPoint()
will determine the selection boundary.
Java documentation for android.graphics.pdf.models.selection.SelectionBoundary.getIndex()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.