ファイルの選択 
ユーザーにファイルを選択させて、ファイルのパスを表示するファイルコントロール。
ファイルフィルターの設定ができないためあまり人気がありません。気に入らなければボタン、テキストフィールド、ファイル選択ダイアログやディレクトリ選択ダイアログを組み合わせて自作します。
プロパティ 
他のコントロールと共通のプロパティは次のものです。
ファイルの選択 
プロパティ | 型 | 説明 |
Text | string | 表示されている/するファイルのパス。URL 形式ではない。 |
コントローラ 
コントロールのコントローラオブジェクト
Editable | boolean | 編集可能 |
MaxTextLen | short | テキスト最大長 |
SelectedText | string | 選択テキスト |
Selection | .awt.Selection | 選択範囲 |
Text | string | テキスト |
- void setText ( [in] string aText )
- void setMaxTextLen ( [in] short nLen )
- void setSelection ( [in] com.sun.star.awt.Selection aSelection )
- void insertText ( [in] com.sun.star.awt.Selection Sel, [in] string Text )
- string getSelectedText ()
- com.sun.star.awt.Selection getSelection ()