The packet object stores unrecognized
objects; that is, those that do not conform to any of the other
XML Form Object Models. This object provides a way to copy, move,
or retrieve the information in these unrecognized objects.
Properties
Name
|
Description
|
Type
|
Access
|
content
|
Specifies the content of the object.
|
String
|
Read /Write
|
Methods
Name
|
Description
|
Returns
|
getAttribute
|
Gets a specified property value.
|
String
|
removeAttribute
|
Removes an XML attribute from a custom third-party
XML packet that is added to the XML source of a form design.
|
Empty
|
setAttribute
|
Sets the value of a specified property.
|
Empty
|
|
|
|