---
title: NSAttributedStringMarkdownSourcePosition
framework: foundation
role: symbol
role_heading: Class
path: foundation/nsattributedstringmarkdownsourceposition
---

# NSAttributedStringMarkdownSourcePosition

The position of attributed string text in its original Markdown source string.

## Declaration

```occ
@interface NSAttributedStringMarkdownSourcePosition : NSObject
```

## Topics

### Creating an Attributed String Markdown Source Position Instance

- [initWithStartLine:startColumn:endLine:endColumn:](foundation/nsattributedstringmarkdownsourceposition/initwithstartline:startcolumn:endline:endcolumn:.md)

### Getting Markdown Source Position Properties

- [startLine](foundation/nsattributedstringmarkdownsourceposition/startline.md)
- [startColumn](foundation/nsattributedstringmarkdownsourceposition/startcolumn.md)
- [endLine](foundation/nsattributedstringmarkdownsourceposition/endline.md)
- [endColumn](foundation/nsattributedstringmarkdownsourceposition/endcolumn.md)

### Getting a Range from a Markdown Source Position Attribute

- [rangeInString:](foundation/nsattributedstringmarkdownsourceposition/rangeinstring:.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [NSCopying](foundation/nscopying.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Representing markdown attributes

- [InlinePresentationIntent](foundation/inlinepresentationintent.md)
- [NSPresentationIntent](foundation/nspresentationintent.md)
- [NSPresentationIntentKind](foundation/nspresentationintentkind.md)
- [NSPresentationIntentTableColumnAlignment](foundation/nspresentationintenttablecolumnalignment.md)
