XFA Specification
Chapter 15, Template Specification
Template Reference
569
The margin element
A box model element that specifies one or more insets for an object.
<margin
Properties:
bottomInset="0in
|
measurement"
id="xml-id"
leftInset="0in
|
measurement"
rightInset="0in
|
measurement"
topInset="0in
|
measurement"
use="cdata"
usehref="cdata"
>
<extras>
[0..1]
</margin>
The margin element is used within the following other elements:
border caption checkButton choiceList dateTimeEdit draw exclGroup field imageEdit numericEdit
passwordEdit proto signature subform textEdit
The bottomInset property
A measurement specifying the size of the bottom inset. The default is
0
.
The extras property
An enclosure around one or more sets of custom properties. The content of this element may be used by
custom applications.
For more information see "The
extras element".
The id property
A unique identifier that may be used to identify this element as a target.
The leftInset property
A measurement specifying the size of the left inset. The default is
0
.
The rightInset property
A measurement specifying the size of the right inset. The default is
0
.
The topInset property
A measurement specifying the size of the top inset. The default is
0
.
The use property
Invokes another object in the same document as a prototype for this object. The content of this property is
either a SOM expression (which cannot start with '#') or a '#' character followed by an XML ID.
Starting with XFA 2.4 the object used as a prototype no longer needs to be the child of
proto
. Any object
of the appropriate class can be used as a prototype.
Home Index Bookmark Pages
Pages: Home Index All Pages