FormEditRecord.Builder.SetSelectedIndices(Int32[]) Method
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.
Sets the selected indices used to build a set-indices edit record.
[Android.Runtime.Register("setSelectedIndices", "([I)Landroid/graphics/pdf/models/FormEditRecord$Builder;", "", ApiSince=35)]
public Android.Graphics.Pdf.Models.FormEditRecord.Builder SetSelectedIndices(int[]? selectedIndices);
[<Android.Runtime.Register("setSelectedIndices", "([I)Landroid/graphics/pdf/models/FormEditRecord$Builder;", "", ApiSince=35)>]
member this.SetSelectedIndices : int[] -> Android.Graphics.Pdf.Models.FormEditRecord.Builder
Parameters
- selectedIndices
- Int32[]
The selected indices to use for a choice-widget edit.
Returns
This builder.
- Attributes
Exceptions
Thrown when this builder does not represent a set-indices edit record.
Remarks
This method applies only to set-indices edit records. A value causes to throw.
Java documentation for FormEditRecord+Builder.
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.