Contents

NSParagraphStyle.TextTabType

Constants that specify the type of tab stop.

Declaration

enum TextTabType

Overview

The following mappings define the conversions between text alignment in NSTextTab and tab stop types that NSTextTab defines:

Alignment

Tab stop type

Left

Lefttabstoptype

Right

Righttabstoptype

Center

Centertabstoptype

Justified

Lefttabstoptype

Natural

Lefttabstoptype, or Righttabstoptype, depending on the user setting.

Right with a terminator

Decimaltabstoptype

Topics

Constants

Initializers

See Also

Accessing tab information