Contents

defaultTabInterval

The default tab stop interval for the document.

Declaration

static let defaultTabInterval: NSAttributedString.DocumentAttributeKey

Discussion

The value of this attribute is an NSNumber object containing a float. Represents the document-wide default tab stop interval.

The string constant in macOS 10.3 and earlier is @"DefaultTabInterval".

See Also

Getting document appearance keys