Protocol
AttributedStringProtocol
A protocol that provides common functionality to attributed strings and attributed substrings.
あるプロトコル、それは一般的な機能性を属性付き文字列および属性付き下位文字列に提供します。
Declaration
宣言
@dynamicMemberLookup protocol AttributedStringProtocol
Overview
概要
Don’t declare new conformances to AttributedStringProtocol
. Only the AttributedString
and AttributedSubstring
types in the standard library are valid conforming types.
新しい準拠をAttributedStringProtocol
に宣言しないでください。AttributedString
とAttributedSubstring
型のみが標準ライブラリにおいて有効な準拠している型です。
Topics
話題
Applying Attributes
属性を適用する
Searching for a Substring
下位文字列を検索する
Accessing a Range
ある範囲にアクセスする
subscript<R>(R) -> AttributedSubstring
Returns a substring of the attributed string using a range to indicate the substring bounds.
属性付き文字列のある下位文字列をある範囲を使って返して、その下位文字列の境界を指し示します。
Required.
必須。
Accessing Indices
インデックスにアクセスする
var endIndex: AttributedString.Index
A string’s past-the-end position — the position one greater than the last valid subscript argument.
文字列の「終わりを過ぎた」位置 — 最後の有効な添え字引数より1つ大きい位置。
Required.
必須。
struct AttributedString.Index
A type that represents the position of a character or code unit within an attributed string.
ある型、それはある文字またはコード単位の位置をある属性付き文字列り内部で表すものです。
Accessing Views into the Attributed String
属性付き文字列へのビューそれらにアクセスする
var runs: AttributedString.Runs
The attributed runs of the attributed string, as a view into the underlying string.
属性付き文字列の属性付きrunそれら、基礎をなす文字列へのあるビューとして。
Required.
必須。
Accessing Whole-String Attributes
文字列属性全体にアクセスする
struct ScopedAttributeContainer
An attribute container that allows dynamic member lookup of its contents within the specified attribute scope.
ある属性コンテナを返します、それはそれの内容の動的メンバ検索をこの指定された属性スコープ内で可能にするものです。
Comparing Attributed Strings or Substrings
属性付き文字列または下位文字列を比較する
static func == <RHS>(Self, RHS) -> Bool
Returns a Boolean value that indicates whether an attributed string or substring is equal to another attributed string or substring.
あるブール値を返します、それはある属性付き文字列または下位文字列が別の属性付き文字列または下位文字列に等しいかどうかを指し示します。
Relationships
関係
Conforming Types
これらの型が準拠