XFA Specification
Chapter 15, Template Specification
Template Reference
532
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.
For more information see "The
para element".
The presence property
Visibility control.
visible
Make it visible.
invisible
Make it transparent. Although invisible it still takes up space.
hidden
Hide it. It is not displayed and does not take up space.
The relevant property
Specifies the views for which the enclosing object is relevant. The views themselves are specified in the
config object.
Views are supplied as a space-separated list of viewnames:
relevant="[+|-]viewname
[[+|-]viewname [...]]"
. A token of the form viewname indicates the enclosing element should be
included in that particular view. A token of the form
[+]viewname
indicates the element should be
included in that particular view. A token of the form
-viewname
indicates the element should be
excluded from that particular view.
If a container is excluded, it is not considered in the data binding process.
See also
Concealing Containers Depending on View
and
Config Specification.
The rotate property
Causes the object to be rotated about its anchor point by the specified angle.
The angle is measured in degrees counter-clockwise with respect to the default position. The value must
be a positive or negative multiple of 90. The default is
0
. Positive values cause the object to rotate
counter-clockwise, and negative values, clockwise.
Home Index Bookmark Pages
Pages: Home Index All Pages