DOMINO の XML
例
リッチテキストのフォントを表します。
包含階層 スーパークラス:<actionbar>, <actionbarstyle>, <block>, <bordercaption>, <button>, <column>, <columnheader>, <embeddedcontrol>, <embeddedfolderpane>, <embeddeddatepicker>, <parstyle>, <run>, <sectiontitle>, <sparefont>, <sublevel>, <tablerowstyle>, <title>, <toplevel>
構文 <!ELEMENT font EMPTY>
属性 <!ATTLIST font
color
構文:
<!ENTITY % font.names "monospace | multilingual | sans-serif | serif | user-interface">
%font.pitches; エンティティは、DXL で指定できるフォントピッチの種類を定義します。
<!ENTITY % font.pitches "fixed | variable">
fixed
<!ENTITY % font.styles "normal | bold | italic | underline | strikethrough | superscript | subscript | shadow | emboss | extrude">
bold
<run> <font color='red' />
This is red text.
</run>
例 例 関連項目