Freigeben über


PageSelection.SelectedTextContents Property

Definition

Returns the text content within the selection boundaries on the page.

public System.Collections.Generic.IList<Android.Graphics.Pdf.Content.PdfPageTextContent> SelectedTextContents { [Android.Runtime.Register("getSelectedTextContents", "()Ljava/util/List;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getSelectedTextContents", "()Ljava/util/List;", "", ApiSince=35)>]
member this.SelectedTextContents : System.Collections.Generic.IList<Android.Graphics.Pdf.Content.PdfPageTextContent>

Property Value

list of text contents within the selection boundaries.

Attributes

Remarks

Returns the text content within the selection boundaries on the page. In case there are non-continuous selections, this method returns the list of those text content in order of viewing.

Java documentation for android.graphics.pdf.models.selection.PageSelection.getSelectedTextContents().

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.

Applies to