Next: The text
Element (Inside container
), Previous: The label
Element, Up: Structure Member Format [Contents][Index]
container
Elementcontainer :visibility=(visible | hidden) :page-break-before=(always)? :text-align=(left | center)? :width=dimension => label (table | container_text | graph | model | object | image | tree)
A container
serves to contain and label a table
,
text
, or other kind of item.
This element has the following attributes.
visibility
¶Whether the container’s content is displayed. “Notes” tables are often hidden; other data is usually visible.
text-align
¶Alignment of text within the container. Observed with nested
table
and text
elements.
width
¶The width of the container, e.g. 1097px
.
All of the elements that nest inside container
(except the
label
) have the following optional attribute.
commandName
¶As on the heading
element. The corpus contains one example
of where commandName
is present but set to the empty string.