---
title: CNContactFormatterStyle
framework: contacts
role: symbol
role_heading: Enumeration
path: contacts/cncontactformatterstyle
---

# CNContactFormatterStyle

The formatting styles for contact names.

## Declaration

```swift
enum CNContactFormatterStyle
```

## Topics

### Constants

- [CNContactFormatterStyle.fullName](contacts/cncontactformatterstyle/fullname.md)
- [CNContactFormatterStyle.phoneticFullName](contacts/cncontactformatterstyle/phoneticfullname.md)

### Initializers

- [init(rawValue:)](contacts/cncontactformatterstyle/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Specifying the formatting style

- [style](contacts/cncontactformatter/style.md)
