次の方法で共有


PageSelection Constructor

Definition

Creates a new instance of PageSelection for the specified page, the start and stop selection boundary, and the selected text content.

[Android.Runtime.Register(".ctor", "(ILandroid/graphics/pdf/models/selection/SelectionBoundary;Landroid/graphics/pdf/models/selection/SelectionBoundary;Ljava/util/List;)V", "", ApiSince=35)]
public PageSelection (int page, Android.Graphics.Pdf.Models.Selection.SelectionBoundary start, Android.Graphics.Pdf.Models.Selection.SelectionBoundary stop, System.Collections.Generic.IList<Android.Graphics.Pdf.Content.PdfPageTextContent> selectedContents);
[<Android.Runtime.Register(".ctor", "(ILandroid/graphics/pdf/models/selection/SelectionBoundary;Landroid/graphics/pdf/models/selection/SelectionBoundary;Ljava/util/List;)V", "", ApiSince=35)>]
new Android.Graphics.Pdf.Models.Selection.PageSelection : int * Android.Graphics.Pdf.Models.Selection.SelectionBoundary * Android.Graphics.Pdf.Models.Selection.SelectionBoundary * System.Collections.Generic.IList<Android.Graphics.Pdf.Content.PdfPageTextContent> -> Android.Graphics.Pdf.Models.Selection.PageSelection

Parameters

page
Int32

The page number of the selection.

start
SelectionBoundary

Boundary where the selection starts.

stop
SelectionBoundary

Boundary where the selection stops.

selectedContents
IList<PdfPageTextContent>

list of segments of selected text content.

Attributes

Remarks

Creates a new instance of PageSelection for the specified page, the start and stop selection boundary, and the selected text content.

Java documentation for android.graphics.pdf.models.selection.PageSelection.PageSelection(int, android.graphics.pdf.models.selection.SelectionBoundary, android.graphics.pdf.models.selection.SelectionBoundary, java.util.List<android.graphics.pdf.content.PdfPageTextContent>).

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