- 入门指南
- 在开始之前
- 如何
- 通知
- 设计应用程序
- 事件和规则
- 在应用程序中利用 RPA
- 在应用程序中利用实体
- 在应用程序中利用队列
- 应用程序生命周期管理 (ALM)
- 基本故障排除指南
支持的图像文件类型包括 JPEG、PNG、BMP、GIF 和 SVG。
常规
- “图像绑定”- 上传图像或引用应用程序中可用的现有图像。
- “URL”- 图像的网页 URL。
- “工具提示”- 要在图像上显示的工具提示。使用此选项可提供有关控件的其他信息。
可以为图像控件设置“图像绑定”或“URL”属性。如果同时设置这两个参数,将导致设计时与运行时的结果不同。
The image URL should be HTTPS and not HTTPfor the images to render.
- “值绑定”- 将图像控件绑定到 RPA 流程参数或应用程序字段。可以在运行时动态解析此属性。可绑定的流程参数可以是网页图像 URL 或 Base64 编码格式的图像。
Base 64 encoding: If you are passing the image in base64 format as process output and binding to image control in Apps, ensure to prefix the base64 string with "data:image/jpeg;base64" if the image type is jpeg and "data:image/png;base64" if the image type is png and so on.
- “隐藏”- 如果选中,则在运行时隐藏该控件。
- “已禁用”- 如果选中,则在运行时禁用该控件。
Events
- “已单击”- 配置单击图像时会发生的情况。
样式
-
Control Alignment - By default, inherits the parent alignment. A different alignment other than the parent can be set. To default to Parent's alignment, toggle the selected alignment icons to switch off the specific alignment.
备注:Alignment is dependent on Parent's layout ( Vertical vs. Horizontal).
-
“边框”- 设置控件的边框。可以为边框配置边框粗细、边框颜色和角半径
-
“边距”- 设置控件的边距。默认情况下,边距设置为 4px。“上/下”和“左/右”边距属性结合使用。可以使用“边距”部分标题右侧的“取消链接”图标取消链接这些属性。
-
Size - The width and height of the button can be set in the size section. By default, the size is set to Auto. Min Width/ Min Height and Max Width/ Max Height are available under more (...) in the size section.