روش PickerBuilder.setDocument
سند را تنظیم کنید.
امضا
setDocument(document: Document): PickerBuilder;
جزئیات
اختیاری | خیر |
---|
نهایی | خیر |
---|
محافظت شده است | خیر |
---|
استاتیک | خیر |
---|
پارامترها
نام | تایپ کنید | اختیاری | توضیحات |
---|
document | Document | خیر | |
برمی گرداند
PickerBuilder
،
سند را تنظیم کنید.
امضا
setDocument(document: Document): PickerBuilder;
جزئیات
اختیاری | خیر |
---|
نهایی | خیر |
---|
محافظت شده است | خیر |
---|
استاتیک | خیر |
---|
پارامترها
نام | تایپ کنید | اختیاری | توضیحات |
---|
document | Document | خیر | |
برمی گرداند
PickerBuilder
،
سند را تنظیم کنید.
امضا
setDocument(document: Document): PickerBuilder;
جزئیات
اختیاری | خیر |
---|
نهایی | خیر |
---|
محافظت شده است | خیر |
---|
استاتیک | خیر |
---|
پارامترها
نام | تایپ کنید | اختیاری | توضیحات |
---|
document | Document | خیر | |
برمی گرداند
PickerBuilder
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-11-12 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-11-12 بهوقت ساعت هماهنگ جهانی."],[[["The `setDocument` method allows you to specify the document to be used within the PickerBuilder."],["This method is a non-final, non-protected, and non-static instance method of the `PickerBuilder` class."],["It accepts a single, required parameter: `document` of type `Document`."],["Calling `setDocument` returns an instance of `PickerBuilder`, allowing for method chaining."]]],["The `setDocument` method, part of `PickerBuilder`, accepts a `Document` object as a mandatory parameter. This method is not optional, final, protected, or static. It configures the document to be used and returns a `PickerBuilder` object, allowing for further configuration. The specific type of document is detailed in the referenced \"picker.document.md\" file.\n"]]