A raw value that matches one of the defined formatting options. ある生の値、それは定義された書式設定オプションの1つに合致します。
Initializerinit(raw
init(rawValue:)
Creates a formatting options instance from the given raw value.
ある書式設定オプションインスタンスをこの与えられた生の値から作成します。
Availability 有効性
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
- Xcode 13.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
init(rawValue: UInt
)
Parameters パラメータ
rawValue
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Creating Formatting Options 書式設定オプションを作成する
init()
Creates an empty option set.
空のオプションセットを作成します。
init<S>(S)
Creates a new set from a finite sequence of items.
いくつかの要素からなる有限のシーケンスから集合を作成します。
typealias AttributedString.FormattingOptions.Element
The type of element for creating formatting options from a sequence.
書式設定オプションをあるシーケンスから作成するための要素の型。
init(arrayLiteral : AttributedString.FormattingOptions...)
Creates a set containing the elements of the given array literal.
与えられた配列リテラルの要素を含んでいる集合を作成します。
typealias AttributedString.FormattingOptions.ArrayLiteralElement
The type of element for creating formatting options from an array literal.
書式設定オプションをある配列リテラルから作成するための要素の型。
typealias AttributedString.FormattingOptions.RawValue
The type of element for creating formatting options from a raw value.
書式設定オプションをある生の値から作成するための要素の型。