---
title: "accessibilityLineEndMarker(for:)"
framework: browserenginekit
role: symbol
role_heading: Instance Method
path: "browserenginekit/beaccessibilitytextmarkersupport/accessibilitylineendmarker(for:)"
---

# accessibilityLineEndMarker(for:)

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

## Declaration

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

## Parameters

- `marker`: A text marker.

## Return Value

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

## See Also

### Text positions

- [accessibilityNextTextMarker(_:)](browserenginekit/beaccessibilitytextmarkersupport/accessibilitynexttextmarker(_:).md)
- [accessibilityPreviousTextMarker(_:)](browserenginekit/beaccessibilitytextmarkersupport/accessibilityprevioustextmarker(_:).md)
- [accessibilityLineStartMarker(for:)](browserenginekit/beaccessibilitytextmarkersupport/accessibilitylinestartmarker(for:).md)
- [accessibilityMarker(for:)](browserenginekit/beaccessibilitytextmarkersupport/accessibilitymarker(for:).md)
- [accessibilityTextMarker(forPosition:)](browserenginekit/beaccessibilitytextmarkersupport/accessibilitytextmarker(forposition:).md)
- [BEAccessibilityTextMarker](browserenginekit/beaccessibilitytextmarker.md)
