StructurePresentation
PresentationIntent
A type that defines presentation intent for blocks of characters like paragraphs, lists, block quotes, and tables.
ある型、それは提示インテントを段落、リスト、ブロック引用、そして表のような文字いくつかの塊に対して定義します。
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 宣言
struct PresentationIntent
Topics 話題
Initializers イニシャライザ
Instance Properties インスタンスプロパティ
Instance Methods インスタンス メソッド
Operator Functions 演算子関数
Enumerations 列挙
Relationships 関係
Conforms To 次に準拠
See Also 参照
Using Presentation Intent Attributes 提示インテント属性を使う
let inlinePresentationIntent : AttributeScopes.FoundationAttributes.InlinePresentationIntentAttribute
A property for accessing an inline presentation intent attribute.
あるインライン提示インテント属性にアクセスするためのあるプロパティ。
enum AttributeScopes.FoundationAttributes.InlinePresentationIntentAttribute
A type for using an inline presentation intent as an attribute.
あるインライン提示インテントを属性として使うためのある型。
struct InlinePresentationIntent
A type that defines presentation intent for runs of characters for traits like emphasis, strikethrough, and code voice.
ある型、それは文字いくつかからなるrunsに対して提示インテントを、強調、取り消し線、そしてcode voice(コード埋め込み)のような特徴のために定義します。
let presentationIntent : AttributeScopes.FoundationAttributes.PresentationIntentAttribute
A property for accessing a presentation intent attribute.
ある提示インテント属性にアクセスするためのあるプロパティ。
enum AttributeScopes.FoundationAttributes.PresentationIntentAttribute
A type for using a presentation intent as an attribute.
ある提示インテントを属性として使うためのある型。