Returns an array of TextField objects which are completely contained in this SubTextPart. The objects' type depend on the fieldType parameter.

Introduced: X19.

GetTextFields(TextFieldType)

public TextField[] GetTextFields(TextFieldType fieldType);
Public Function GetTextFields(fieldType As TextFieldType) As TextField()

Parameters

Parameter Description
fieldType Specifies types of text fields. It can be a combination of the TextFieldType values.

Return Value

The return value is null if this SubTextPart has no textfields. Otherwise, it is an array of objects of the type specified through the fieldType parameter.