orientation
Orientation (向き)
あるオブジェクト (たとえば、図や表) が縦長 (“portrait”) か、あるいは横長 (“landscape”) のどちらの向きに配置されるかを示します。
備考
この属性の既定値は “portrait” で、画像その他のオブジェクトが既定の向きで表示されることを意味します。この属性を、“landscape” に設定すると、90 度回転した向きを意味します。
以下の要素に使用:
<array>, <boxed-text>, <chem-struct-wrap>, <code>, <fig>, <fig-group>, <graphic>, <media>, <preformat>, <supplementary-material>, <table-wrap>, <table-wrap-group>
値 | 意味 |
---|---|
landscape | オブジェクトを 90 度回転させる。 |
portrait | オブジェクトを 90 度回転させない。 |
既定値 | portrait |
用例
...
<fig id="f1" orientation="portrait" position="float">
<graphic xlink:href="f1"/>
<attrib>Brookhaven National Laboratory</attrib>
</fig>
...