is_repeat_item_labels property

is_repeat_item_labels property

Indicates whether repeating labels of the field in the region. The default value is false.

Definition:

@property
def is_repeat_item_labels(self):
    ...
@is_repeat_item_labels.setter
def is_repeat_item_labels(self, value):
    ...

See Also