visit_field_end method

visit_field_end(field_end)

Called when a field ends in the document.

def visit_field_end(self, field_end: aspose.words.fields.FieldEnd):
    ...
ParameterTypeDescription
field_endFieldEndThe object that is being visited.

Remarks

For more info see DocumentVisitor.visit_field_start()

Returns

A VisitorAction value that specifies how to continue the enumeration.

See Also