<rowFormats>要素 |
![]() |
ネームスペース: | http://xmlns.oracle.com/uix/ui |
構文 |
![]() |
<rowFormats> <!-- The following child can be anything derived from the given element --> <rowFormat></rowFormat> </rowFormats>
説明 |
![]() |
各行の書式情報。
例 |
![]() |
次の例では、2行目の下に水平グリッド線を表示しません。
<table ...>
<rowFormats>
<rowFormat displayGrid="true"/>
<rowFormat displayGrid="false"/>
</rowFormats>
</table>
子要素 |
![]() |
|