XFA Specification
Chapter 15, Template Specification
Template Reference
511
table
This is the outer element of a table. Each of its child subforms or exclusion groups must have its
layout
property set to
row
. The rows of the table are laid out from top to bottom.
tb
The content of the element is flowed in a direction proceeding from top to bottom.
The margin property
A
box model
element that specifies one or more insets for an object.
For more information see "The
margin element".
The maxH property
Maximum height for layout purposes. This attribute is relevant only if the enclosing container element is
growable
and has an
h
attribute whose value is null. If an
h
attribute is supplied, the container is not
vertically growable and this attribute is ignored.
If this attribute is not supplied, there is no limit. This attribute has no default. If
h
is omitted, a value must
be supplied for this attribute. Setting this attribute to "-1" is an error.
The maxW property
Maximum width for layout purposes.This attribute is relevant only if the enclosing container element is
growable
and has a
w
attribute whose value is null. If a
w
attribute is supplied, the container is not
horizontally growable and this attribute is ignored.
This attribute has no default. If
w
is omitted, a value must be supplied for this attribute. Setting this
attribute to "-1" is an error.
The minH property
Minimum height for layout purposes. This attribute is relevant only if the enclosing container element is
growable
and has an
h
attribute whose value is null. If an
h
attribute is supplied, the container is not
vertically growable and this attribute is ignored.
This attribute has no default. If
h
is omitted, a value must be supplied for this attribute. Setting this
attribute to "-1" is an error.
The minW property
Minimum width for layout purposes. This attribute is relevant only if the enclosing container element is
growable
and has a
w
attribute whose value is null. If a
w
attribute is supplied, the container is not
horizontally growable and this attribute is ignored.
This attribute has no default. If
w
is omitted, a value must be supplied for this attribute. Setting this
attribute to "-1" is an error.
The name property
An identifier that may be used to identify this element in script expressions.
The para property
A
formatting
element that specifies default paragraph and alignment properties to be applied to the
content of an enclosing container.
Home Index Bookmark Pages
Pages: Home Index All Pages