XCode 15.0 日本語化計画:New Human Interface Guideline
インラインの提示意図を属性として使用するための型。
インラインの提示意図は、大きなブロック内の一連の文字に適用され、強調、取り消し線、コードボイスなどの特性をカバーします。
typealias AttributeScopes.FoundationAttributes.InlinePresentationIntentAttribute.ObjectiveCValue
typealias AttributeScopes.FoundationAttributes.InlinePresentationIntentAttribute.Value
static var inheritedByAddedText: Bool
static var invalidationConditions: Set<AttributedString.AttributeInvalidationCondition>?
static var runBoundaries: AttributedString.AttributeRunBoundaries?
static func decode(from: Decoder) -> InlinePresentationIntent
static func encode(InlinePresentationIntent, to: Encoder)
static func objectiveCValue(for: InlinePresentationIntent) -> NSNumber
static func value(for: NSNumber) -> InlinePresentationIntent
ObjectiveCConvertibleAttributedStringKey
let inlinePresentationIntent: AttributeScopes.FoundationAttributes.InlinePresentationIntentAttribute
インライン提示意図の属性にアクセスするためのプロパティ。
struct InlinePresentationIntent
強調、取り消し線、コードボイスなどの特性について、一連の文字の表示意図を定義する型。
let presentationIntent: AttributeScopes.FoundationAttributes.PresentationIntentAttribute
提示意図属性にアクセスするためのプロパティ。
enum AttributeScopes.FoundationAttributes.PresentationIntentAttribute
提示意図を属性として使用するための型。
段落、リスト、ブロック引用符、表などの文字ブロックの提示意図を定義する型。