content

Specifies the content of the object.

Syntax

Reference_Syntax.content = "string"

Values

Type

Values

String

A valid string representing the content of the object. For packets that contain XML content, this should return an empty string.

Applies to

Version

XFA 2.1

Examples

JavaScript

xfa.packet.content = "";

FormCalc

xfa.packet.content = ""

// Ethnio survey code removed