Searched refs:SaveDescription (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-security-components-savebutton.md | 56 > SaveDescription默认样式为DOWNLOAD; 68 | text | [SaveDescription](#savedescription枚举说明) | 否 | 设置保存按钮的文本描述<br/>不传入该参数表示没有文字描述。 | 82 ## SaveDescription枚举说明 175 …SaveButton({icon:SaveIconStyle.FULL_FILLED, text:SaveDescription.DOWNLOAD, buttonType:ButtonType.C… 177 …SaveButton({icon:SaveIconStyle.FULL_FILLED, text:SaveDescription.DOWNLOAD, buttonType:ButtonType.C… 181 …SaveButton({icon:SaveIconStyle.FULL_FILLED, text:SaveDescription.DOWNLOAD, buttonType:ButtonType.C… 185 …SaveButton({icon:SaveIconStyle.FULL_FILLED, text:SaveDescription.DOWNLOAD, buttonType:ButtonType.C…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | jsEnumStyle.js | 2926 var SaveDescription; variable 2928 SaveDescription[SaveDescription["DOWNLOAD"] = 0] = "DOWNLOAD"; 2929 SaveDescription[SaveDescription["DOWNLOAD_FILE"] = 1] = "DOWNLOAD_FILE"; 2930 SaveDescription[SaveDescription["SAVE"] = 2] = "SAVE"; 2931 SaveDescription[SaveDescription["SAVE_IMAGE"] = 3] = "SAVE_IMAGE"; 2932 SaveDescription[SaveDescription["SAVE_FILE"] = 4] = "SAVE_FILE"; 2934 SaveDescription[SaveDescription["RECEIVE"] = 6] = "RECEIVE"; 2936 SaveDescription[SaveDescription["SAVE_TO_GALLERY"] = 8] = "SAVE_TO_GALLERY"; 2937 SaveDescription[SaveDescription["EXPORT_TO_GALLERY"] = 9] = "EXPORT_TO_GALLERY"; 2939 SaveDescription[SaveDescription["RESAVE_TO_GALLERY"] = 11] = "RESAVE_TO_GALLERY"; [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-security-components-savebutton.md | 61 | text | [SaveDescription](#savedescription) | No| Text on the Save button.<br>If this parameter is… 75 ## SaveDescription section 168 …SaveButton({icon:SaveIconStyle.FULL_FILLED, text:SaveDescription.DOWNLOAD, buttonType:ButtonType.C… 170 …SaveButton({icon:SaveIconStyle.FULL_FILLED, text:SaveDescription.DOWNLOAD, buttonType:ButtonType.C… 174 …SaveButton({icon:SaveIconStyle.FULL_FILLED, text:SaveDescription.DOWNLOAD, buttonType:ButtonType.C… 178 …SaveButton({icon:SaveIconStyle.FULL_FILLED, text:SaveDescription.DOWNLOAD, buttonType:ButtonType.C…
|
/ohos5.0/docs/zh-cn/application-dev/media/medialibrary/ |
H A D | photoAccessHelper-savebutton.md | 25 text: SaveDescription.SAVE_IMAGE,
|
H A D | photoAccessHelper-movingphoto.md | 44 text: SaveDescription.SAVE_IMAGE,
|
/ohos5.0/docs/en/application-dev/media/medialibrary/ |
H A D | photoAccessHelper-savebutton.md | 25 text: SaveDescription.SAVE_IMAGE,
|
H A D | photoAccessHelper-movingphoto.md | 44 text: SaveDescription.SAVE_IMAGE,
|
/ohos5.0/docs/zh-cn/application-dev/media/camera/ |
H A D | native-camera-shooting.md | 382 …SaveButton({text:SaveDescription.SAVE_IMAGE}).onClick(async (event: ClickEvent, result: SaveButton…
|
/ohos5.0/docs/en/application-dev/media/camera/ |
H A D | native-camera-shooting.md | 382 …SaveButton({text:SaveDescription.SAVE_IMAGE}).onClick(async (event: ClickEvent, result: SaveButton…
|