The existing attributes to replace. 置き換える既存の属性それら。
Instance Method
インスタンスメソッド
replace
replaceAttributes(_:with:)
Replaces the attributed substring’s attributes with those in a specified attribute container.
属性付き下位文字列のもつ属性をある指定された属性コンテナの中のそれらと置き換えます。
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 宣言
mutating func replaceAttributes(_ attributes: AttributeContainer
, with others: AttributeContainer
)
Parameters パラメータ
attributes
others
The new attributes to apply. 適用する新しい属性それら。
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Applying and Modifying Attributes 属性の適用と修正
func setAttributes (AttributeContainer)
Sets the attributed substring’s attributes to those in a specified attribute container.
属性付き下位文字列のもつ属性をある指定された属性コンテナの中のそれらに設定します。
func settingAttributes (AttributeContainer) -> AttributedString
Returns an attributed string by setting the attributed string’s attributes to those in a specified attribute container.
属性付き文字列をその属性付き文字列のもつ属性それらをある指定された属性コンテナの中のそれらへと設定することによって返します。
func mergeAttributes (AttributeContainer, mergePolicy : AttributedString.AttributeMergePolicy)
Merges the attributed string’s attributes with those in a specified attribute container.
func mergingAttributes (AttributeContainer, mergePolicy : AttributedString.AttributeMergePolicy) -> AttributedString
Returns an attributed string by merging the attributed string’s attributes with those in a specified attribute container.
enum AttributedString.AttributeMergePolicy
An enumeration of behaviors to apply when merging attributes.
func replacingAttributes (AttributeContainer, with: AttributeContainer) -> AttributedString
Returns an attributed string by replacing occurrences of attributes in one attribute container with those in another attribute container.