SwiftDocCPropertyListTitleStyleEnumerationPropertyListTitleStyleA style for how to render links to a property list key or an entitlement key.enum PropertyListTitleStyleTopicsEnumeration Casescase useDisplayNameRender links to the property list key using the display name, for example “Enables Data Access”.case useRawKeyRender links to the property list key using the raw key, for example “com.apple.enableDataAccess”.Initializersinit?(rawValue: String)