- はじめる前に
- 基本情報
- 使い方
- アプリをデザインする
- イベントとルール
- アプリで RPA を活用する
- アプリケーション ライフサイクル管理 (ALM)
- 基本的なトラブルシューティング ガイド
全般
To better understand how the File Picker control works, check out the Including File Control in Apps pages in the How To section.
- 値バインド - ファイル ピッカーを RPA プロセスの引数またはアプリのフィールドにバインドします。このプロパティは実行時に動的に解決されます。
- 最大ファイル サイズ - アップロードできるファイルの最大サイズです。推奨される最大ファイル サイズは 10 MB です。
- 許可されるファイルの種類 - アップロード可能なファイルの種類です。項目を区切るには「
,」を使用します。たとえば、.jpg, .png, .svgと記述すると、これらの種類のファイルだけがアップロード可能となります。 - ヘルパー テキスト - 実行時に表示される、コントロールのヘルプ テキストを設定します。
- ツールチップ - ファイル ピッカーに表示するツールチップです。このツールチップで、コントロールに表示する追加情報を提供します。
- Hidden- If selected, hides the control in the runtime.
- 無効化 - 選択すると、実行時にコントロールが無効化されます。
- ダウンロードのみ - 選択した場合、ユーザーは実行時にファイルのダウンロードだけが可能です。
The File Picker control can upload only one file at a time.
イベント
- ファイルの追加時 - ファイルが追加された際の挙動を設定します。
- ファイルの削除時 - ファイルが削除された際の挙動を設定します。
スタイル
-
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).
-
Font- Sets the font of the control. Font family, size, color, and style ( Bold, Italic and Underline) can be configured in this section. By default, the control inherits the font family of its immediate parent container which is indicated by the keyword 'inherited'.
-
Margin- Sets the margin of the control. By default 4px margin is set. Top/Bottom and Left/Right margin properties are combined. These properties can be unlinked using the unlink button on the right side of the Margin section heading.
-
サイズ - このセクションではコントロールの幅と高さを設定できます。既定では、サイズは [auto] に設定されています。幅/高さの最小サイズと最大サイズは、[サイズ] セクションの (...) アイコンをクリックして設定できます。