<inlineStyle>要素
ネームスペース: http://xmlns.oracle.com/uix/ui/laf

<inlineStyle>要素は、アイコンのテキストに適用されるインラインCSSスタイルを定義します。

構文
<inlineStyle>
     <!-- The following child can be anything derived from the given element -->
   <property></property>
</inlineStyle>

注意:

説明

<inlineStyle>要素では、任意の数のCSSプロパティを、ネストした<property>要素を使用してアイコンのテキストに適用できます。


次の例では、インラインCSSスタイルをテキスト・アイコンに適用する方法を示します。

            <!-- Replace the required icon with a styled text icon.  -->
            <icon name="ui:required">
           <text text="*">
                <inlineStyle>
                  <property name="color">red</property>
                  <property name="font-weight">bold</property>
                </inlineStyle>
              </text>

            </icon>

子要素

説明 必須 組込み可能な数
<property>
単一のCSSプロパティ値。
いいえ 無限