---
title: hasComb
framework: pdfkit
role: symbol
role_heading: Instance Property
path: pdfkit/pdfannotation/hascomb
---

# hasComb

A Boolean value that indicates whether the annotation divides the text widget’s bounds into equally spaced segments, such as in a form entry field.

## Declaration

```swift
var hasComb: Bool { get set }
```

## Discussion

Discussion The maximumLength property specifies the number of spaces the text widget divides the bounds into.

## See Also

### Configuring Text Widget Annotations

- [isMultiline](pdfkit/pdfannotation/ismultiline.md)
- [isPasswordField](pdfkit/pdfannotation/ispasswordfield.md)
- [maximumLength](pdfkit/pdfannotation/maximumlength.md)
