Enumeration
列挙
Text
TextAlignment
An alignment position for text along the horizontal axis.
水平軸に沿ったテキストの整列位置。
Availability 有効性
- iOS 13.0+
- iPadOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
Technology
- Swift
UI
Declaration 宣言
@frozen enum TextAlignment
Topics 話題
Getting Text Alignments
Getting All Alignments
static var allCases : [TextAlignment ]
A collection of all values of this type.
この型の全ての値からなるコレクション。
typealias AllCases
A type that can represent a collection of all values of this type.
ある型、それはこの型の全ての値からなるあるコレクションを表すことができます。
Comparing Alignments
static func == (TextAlignment , TextAlignment ) -> Bool
Indicates whether two text alignments are equal.
static func != (Self, Self) -> Bool
Indicates whether two text alignments are unequal.
func hash(into: inout Hasher)
Hashes the essential components of the text alignment by passing them into the given hash function.
var hashValue : Int
The hashed value of the text alignment.
Default Implementations 省略時実装
Relationships 関係
Conforms To 次に準拠
See Also 参照
Text Layout
enum TruncationMode
The type of truncation to apply to a line of text when it’s too long to fit in the available space.
それが利用可能な空間に収まるには長すぎるところのテキストのある行に適用する切り詰めの型。