Type Property 型プロパティ

truncatesLastVisibleLine

Truncates and adds the ellipsis character to the last visible line if the text doesn't fit into the specified bounds. 最後の可視の行を切り詰めて省略文字を加えます、もしテキストがこの指定された境界に収まらないならば。

Declaration 宣言

iOS, iPadOS, Mac Catalyst, tvOS, watchOS

static var truncatesLastVisibleLine: NSStringDrawingOptions { get }

macOS

static var truncatesLastVisibleLine: NSString.DrawingOptions { get }

Discussion 議論

This option is ignored if NSStringDrawingUsesLineFragmentOrigin is not also set. In addition, the line break mode must be either NSLineBreakByWordWrapping or NSLineBreakByCharWrapping for this option to take effect. The line break mode can be specified in a paragraph style passed in the attributes dictionary argument of the drawing methods. このオプションは無視されます、もしNSStringDrawingUsesLineFragmentOriginが同様に設定されないならば。加えて、改行モードはNSLineBreakByWordWrappingまたはNSLineBreakByCharWrappingのどちらかでなければなりません、このオプションの効果が現れるには。改行モードは、描画メソッドの属性辞書引数に渡される段落スタイルにおいて指定されることができます。