XCode 15.0 日本語化計画:New Human Interface Guideline
Markdown ソースの位置を属性として使用するための型。
static var inheritedByAddedText: Bool
この属性で実行に追加されたテキストがその属性を継承すべきかどうかを示すブール値。
static var runBoundaries: AttributedString.AttributeRunBoundaries?
属性が適切に適用できるテキスト範囲の種類を示す値。
コード化および復号化に使用する属性の名前。
typealias AttributeScopes.FoundationAttributes.MarkdownSourcePositionAttribute.Value
Markdown ソース位置属性の値の型。
static func decode(from: Decoder) -> AttributedString.MarkdownSourcePosition
提供された復号器から値を復号します。
static func encode(AttributedString.MarkdownSourcePosition, to: Encoder)
提供されたエンコーダに値をコード化します。
このインスタンスのテキスト表現。
struct AttributedString.MarkdownSourcePosition
元の Markdown ソース文字列内の属性付き文字列テキストの位置。
static var invalidationConditions: Set<AttributedString.AttributeInvalidationCondition>?
let markdownSourcePosition: AttributeScopes.FoundationAttributes.MarkdownSourcePositionAttribute
Markdown ソースの位置属性にアクセスするためのプロパティ。