◇◆
orientation Orientation
Indicates whether an object (for example, a figure or table) should be positioned
in a tall manner with the long edge vertical (“portrait”) or in a wide manner with the long edge horizontal (“landscape”).
Usage/Remarks
The default value for this attribute is “portrait” and indicates that the graphic or other object should be displayed in its default
orientation. Setting this attribute to “landscape” indicates that the object should instead be rotated by 90 degrees.
OPTIONAL (defaults to portrait) on many elements; click for list and usage
<array>, <boxed-text>, <chem-struct-wrap>, <code>, <fig>, <graphic>, <media>, <preformat>, <supplementary-material>, <table-wrap>
Value | Meaning |
---|---|
landscape | Indicates that the object should be rotated by 90 degrees. |
portrait | Indicates that the object should not be rotated by 90 degrees. |
Default value | portrait |
Tagged Sample
A “portrait” figure, which should not be rotated on display
...
<fig id="f1" orientation="portrait" position="float">
<graphic xlink:href="f1"/>
<attrib>Brookhaven National Laboratory</attrib>
</fig>
...