is_check_box_exact_size property

FormField.is_check_box_exact_size property

Gets or sets the boolean value that indicates whether the size of the textbox is automatic or specified explicitly.

@property
def is_check_box_exact_size(self) -> bool:
    ...

@is_check_box_exact_size.setter
def is_check_box_exact_size(self, value: bool):
    ...

Remarks

Applicable for a check box form field only.

See Also