LOTUS DOMINO の XML


picture 要素

リッチテキスト内の画像またはイメージを表します。

包含階層

スーパークラス: <imagemap>%richtext.nonhot.inline;

サブクラス: <border>%image.formats;<imageref><caption><nativeimage>

構文

<!ELEMENT picture ( border?, ( %image.formats; | imageref | nativeimage ) caption?, code* )>

[コンテンツ]

border?, ( %image.formats; | imageref | nativeimage ) ,  caption?, code*


属性

<!ATTLIST picture
height%pixels;#IMPLIED
width%pixels;#IMPLIED
scaledheight%length;#IMPLIED
scaledwidth%length;#IMPLIED
alttext%tstring;#IMPLIED
align%picture.aligns;"baseline"
>

align


alttext
height
scaledheight
scaledwidth
width
<picture> 要素の定義済みエンティティ

%picture.aligns; エンティティは、画像とともに表示されるテキストの回り込み方法を定義します。

構文:

<!ENTITY % picture.aligns " around | left | right | bottom | middle | top | baseline ">

around


baseline
bottom
left
middle
right
top

関連項目