Home
last modified time | relevance | path

Searched refs:DocumentSaveOptions (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.11.1/
H A Dchangelogs-mediaLibrary.md221 let DocumentSaveOptions = new picker.DocumentSaveOptions();
222 DocumentSaveOptions.newFileNames = ['DocumentViewPicker01.txt'];
224 documentPicker.save(DocumentSaveOptions).then((DocumentSaveResult) => {
/ohos5.0/docs/zh-cn/application-dev/reference/apis-core-file-kit/
H A Djs-apis-file-picker.md261 save(option?: DocumentSaveOptions): Promise<Array<string>>
263 通过保存模式拉起documentPicker界面,用户可以保存一个或多个文件。接口采用Promise异步返回形式,传入可选参数DocumentSaveOptions对象,返回保存文件的uri数组。
275 | option | [DocumentSaveOptions](#documentsaveoptions) | 否 | documentPicker保存选项,若无此参数,则拉起document…
291 let documentSaveOptions = new picker.DocumentSaveOptions();
308 save(option: DocumentSaveOptions, callback: AsyncCallback<Array<string>>): void
310 通过保存模式拉起documentPicker界面,用户可以保存一个或多个文件。接口采用callback异步返回形式,传入参数DocumentSaveOptions对象,返回保存文件的uri数组。
322 | option | [DocumentSaveOptions](#documentsaveoptions) | 是 | documentPicker保存选项 |
333 let documentSaveOptions = new picker.DocumentSaveOptions();
399 该方法需要配置参数[DocumentSaveOptions.fileSuffixChoices](#documentsaveoptions)使用。
413 let documentSaveOptions = new picker.DocumentSaveOptions();
[all …]
/ohos5.0/docs/zh-cn/application-dev/file-management/
H A Dsave-user-file.md32 const documentSaveOptions = new picker.DocumentSaveOptions();
156 const documentSaveOptions = new picker.DocumentSaveOptions();
168 const documentSaveOptions = new picker.DocumentSaveOptions();
/ohos5.0/docs/zh-cn/release-notes/changelogs/v3.2-beta5/
H A Dchangelogs-mediaLibrary.md201 let DocumentSaveOptions = new picker.DocumentSaveOptions();
202 DocumentSaveOptions.newFileNames = ['DocumentViewPicker01.txt'];
204 documentPicker.save(DocumentSaveOptions).then((DocumentSaveResult) => {
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.6/
H A Dchangelogs-mediaLibrary.md201 let DocumentSaveOptions = new picker.DocumentSaveOptions();
202 DocumentSaveOptions.newFileNames = ['DocumentViewPicker01.txt'];
204 documentPicker.save(DocumentSaveOptions).then((DocumentSaveResult) => {
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.11.1/
H A Dchangelogs-mediaLibrary.md221 let DocumentSaveOptions = new picker.DocumentSaveOptions();
222 DocumentSaveOptions.newFileNames = ['DocumentViewPicker01.txt'];
224 documentPicker.save(DocumentSaveOptions).then((DocumentSaveResult) => {
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.10.6/
H A Dchangelogs-mediaLibrary.md201 let DocumentSaveOptions = new picker.DocumentSaveOptions();
202 DocumentSaveOptions.newFileNames = ['DocumentViewPicker01.txt'];
204 documentPicker.save(DocumentSaveOptions).then((DocumentSaveResult) => {
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/kits/picker/
H A Dpicker.js637 function DocumentSaveOptions() { class
705 DocumentSaveOptions : DocumentSaveOptions,
/ohos5.0/docs/en/application-dev/file-management/
H A Dsave-user-file.md33 const documentSaveOptions = new picker.DocumentSaveOptions();
154 const documentSaveOptions = new picker.DocumentSaveOptions();
166 const documentSaveOptions = new picker.DocumentSaveOptions();
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-arkui-advanced-DownloadFileButton.md176 const document = new picker.DocumentSaveOptions();
/ohos5.0/docs/en/application-dev/reference/apis-core-file-kit/
H A Djs-apis-file-picker.md261 save(option?: DocumentSaveOptions): Promise<Array<string>>
263 …s. This API uses a promise to return the result. You can pass in **DocumentSaveOptions** to specif…
275 | option | [DocumentSaveOptions](#documentsaveoptions) | No | Options for saving the documents. If…
291 let documentSaveOptions = new picker.DocumentSaveOptions();
308 save(option: DocumentSaveOptions, callback: AsyncCallback<Array<string>>): void
310 …s an asynchronous callback to return the result. You can pass in **DocumentSaveOptions** to specif…
322 | option | [DocumentSaveOptions](#documentsaveoptions) | Yes | Options for saving the documents.|
333 let documentSaveOptions = new picker.DocumentSaveOptions();
403 …> - **getSelectedIndex()** can be used only after [DocumentSaveOptions.fileSuffixChoices](#documen…
412 let documentSaveOptions = new picker.DocumentSaveOptions();
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-arkui-advanced-DownloadFileButton.md181 const document = new picker.DocumentSaveOptions();
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/
H A Djs-apidiff-file-management.md43 |新增|NA|模块名: ohos.file.picker<br>类名: DocumentSaveOptions|@ohos.file.picker.d.ts|
44 |新增|NA|模块名: ohos.file.picker<br>类名: DocumentSaveOptions<br>方法 or 属性: newFileNames?: Array\<string>;…
49 …s.file.picker<br>类名: DocumentViewPicker<br>方法 or 属性: save(option?: DocumentSaveOptions) : Promise\…
50 …os.file.picker<br>类名: DocumentViewPicker<br>方法 or 属性: save(option: DocumentSaveOptions, callback: …
/ohos5.0/docs/en/release-notes/api-diff/Beta5-to-v3.2-Release/
H A Djs-apidiff-file-management.md43 |Added|NA|Module name: ohos.file.picker<br>Class name: DocumentSaveOptions|@ohos.file.picker.d.ts|
44 |Added|NA|Module name: ohos.file.picker<br>Class name: DocumentSaveOptions<br>Method or attribute n…
49 …ame: DocumentViewPicker<br>Method or attribute name: save(option?: DocumentSaveOptions) : Promise\…
50 …name: DocumentViewPicker<br>Method or attribute name: save(option: DocumentSaveOptions, callback: …
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/
H A Djs-apidiff-file-management.md56 |新增|NA|类名:DocumentSaveOptions;<br>方法or属性:defaultFilePathUri?: string;|@ohos.file.picker.d.ts|
59 |新增|NA|类名:DocumentSaveOptions;<br>方法or属性:fileSuffixChoices?: Array\<string>;|@ohos.file.picker.d.ts|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-file-management.md182 |新增|NA|类名:DocumentSaveOptions;<br>方法or属性:newFileNames?: Array\<string>;|@ohos.file.picker.d.ts|
196 |新增|NA|类名:DocumentViewPicker;<br>方法or属性:save(option?: DocumentSaveOptions) : Promise\<Array\<string…
197 |新增|NA|类名:DocumentViewPicker;<br>方法or属性:save(option: DocumentSaveOptions, callback: AsyncCallback\<…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/
H A Djs-apidiff-file-management.md56 |Added|NA|Class name: DocumentSaveOptions;<br>Method or attribute name: defaultFilePathUri?: string…
59 |Added|NA|Class name: DocumentSaveOptions;<br>Method or attribute name: fileSuffixChoices?: Array\<…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-file-management.md292 |新增|NA|类名:DocumentSaveOptions;<br>方法or属性:defaultFilePathUri?: string;|@ohos.file.picker.d.ts|
294 |新增|NA|类名:DocumentSaveOptions;<br>方法or属性:fileSuffixChoices?: Array\<string>;|@ohos.file.picker.d.ts|
794 |type有变化|类名:DocumentSaveOptions;<br>方法or属性:newFileNames?: Array\<string>;<br>旧版本信息:Array\<string>|类…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-file-management.md447 |type有变化|类名:DocumentSaveOptions;<br>方法or属性:newFileNames?: Array\<string>;<br>旧版本信息:Array\<string>|类…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-file-management.md182 |Added|NA|Class name: DocumentSaveOptions;<br>Method or attribute name: newFileNames?: Array\<strin…
196 …me: DocumentViewPicker;<br>Method or attribute name: save(option?: DocumentSaveOptions) : Promise\…
197 …ame: DocumentViewPicker;<br>Method or attribute name: save(option: DocumentSaveOptions, callback: …
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-file-management.md292 |Added|NA|Class name: DocumentSaveOptions;<br>Method or attribute name: defaultFilePathUri?: string…
294 |Added|NA|Class name: DocumentSaveOptions;<br>Method or attribute name: fileSuffixChoices?: Array\<…
794DocumentSaveOptions;<br>Method or attribute name: newFileNames?: Array\<string>;<br>Old version in…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-file-management.md447DocumentSaveOptions;<br>Method or attribute name: newFileNames?: Array\<string>;<br>Old version in…
/ohos5.0/docs/zh-cn/application-dev/
H A DSamples.md5929 …ile.picker](reference/apis-core-file-kit/js-apis-file-picker.md)接口的DocumentSaveOptions()自定一个参数,然后通…