<!--
{
  "availability" : [
    "macOS: 10.5.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WebKit",
  "identifier" : "/documentation/WebKit/DOMNode/lineBoxRects()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "WebKit"
    ],
    "preciseIdentifier" : "c:objc(cs)DOMNode(im)lineBoxRects"
  },
  "title" : "lineBoxRects()"
}
-->

# lineBoxRects()

Returns the rectangles that bound each line of text in the node.

```
func lineBoxRects() -> [Any]!
```

## Return Value

An array of rectangles, in which each rectangle represents the bounding box of a line of text in the node.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)