XCode 15.0 日本語化計画:New Human Interface Guideline
提示意図を属性として使用するための型。
提示意図は文字のブロックを適用し、リスト、ブロック引用、表の提示などの特性をカバーします。
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) -> PresentationIntent
static func encode(PresentationIntent, to: Encoder)
let inlinePresentationIntent: AttributeScopes.FoundationAttributes.InlinePresentationIntentAttribute
インライン提示意図の属性にアクセスするためのプロパティ。
enum AttributeScopes.FoundationAttributes.InlinePresentationIntentAttribute
インラインの提示意図を属性として使用するための型。
struct InlinePresentationIntent
強調、取り消し線、コードボイスなどの特性について、一連の文字の表示意図を定義する型。
let presentationIntent: AttributeScopes.FoundationAttributes.PresentationIntentAttribute
提示意図属性にアクセスするためのプロパティ。
段落、リスト、ブロック引用符、表などの文字ブロックの提示意図を定義する型。