static var reverse: NSAttributedString.EnumerationOptions
Causes the enumeration to occur in reverse.
列挙を逆順序で現れるようにします。
static var longestEffectiveRangeNotRequired : NSAttributedString.EnumerationOptions
If
NSAttributedStringEnumerationLongestEffectiveRangeNotRequired
option is supplied, then the longest effective range computation is not performed; the blocks may be invoked with consecutive attribute runs that have the same value.
NSAttributedStringEnumerationLongestEffectiveRangeNotRequired
が提供されるならば、そのとき最長有効範囲計算は実行されません;ブロックは、同じ値を持つ連続した属性ひと続きで発動されるかもしれません。