<!--
{
  "availability" : [
    "iOS: 18.2.0 -",
    "iPadOS: 18.2.0 -",
    "macOS: -",
    "tvOS: 18.2.0 -",
    "visionOS: 2.2.0 -",
    "watchOS: 11.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "BrowserEngineKit",
  "identifier" : "/documentation/BrowserEngineKit/BEAccessibilityTextMarkerSupport/accessibilityLineEndMarker(for:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "BrowserEngineKit"
    ],
    "preciseIdentifier" : "c:objc(pl)BEAccessibilityTextMarkerSupport(im)accessibilityLineEndMarkerForMarker:"
  },
  "title" : "accessibilityLineEndMarker(for:)"
}
-->

# accessibilityLineEndMarker(for:)

Returns the text marker that represents the end of the line that contains the given text marker.

```
func accessibilityLineEndMarker(for marker: BEAccessibilityTextMarker) -> BEAccessibilityTextMarker?
```

## Parameters

`marker`

A text marker.

## Return Value

A text marker that represents the end of the line that contains `marker`, or `nil` if there isn’t one.

---

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)