Skip to main content

What it does

A collection of IField objects.

Methods

Definition

Description

AddNew( insertAt : int )

Inserts a new instance of a recurring field. The insertAt parameter specifies the position of the new instance in collection. The method allows you to create strings for a table block without region.

Cannot be used in script rules.

Sample code
Document.Field( “Page 1\\Address” ).Items.AddNew( 0 );

Delete( what : Object )

Deletes the instance of a field or a table row. The what parameter can be the item to be deleted from the collection or its index.

Cannot be used in script rules.