<rowFormats>要素 |
 |
ネームスペース: |
http://xmlns.oracle.com/uix/ui |
各行の書式情報。
構文 |
 |
<rowFormats> <!-- The following child can be anything derived from the given element -->
</rowFormats>
注意:
data:で始まる属性は、実際には要素となります。data:は、その属性構文がデータ・バインディングせずに使用されることがないことを示しています。
説明 |
 |
各行の書式情報。
例 |
 |
次の例では、2行目の下に水平グリッド線を表示しません。
<table ...>
<rowFormats>
<rowFormat displayGrid="true"/>
<rowFormat displayGrid="false"/>
</rowFormats>
</table>
子要素 |
 |
This document was generated on Wed Jul 07 19:22:01 PDT 2004
Copyright © 2001, 2004, Oracle.All rights reserved.