A text block that appears as a cell in a text table.
SDK
- macOS 10.4+
Framework
- App
Kit
Declaration
class NSTextTableBlock : NSText Block
A text block that appears as a cell in a text table.
SDK
Framework
class NSTextTableBlock : NSText Block
init(table: NSText Table, starting Row: Int, row Span: Int, starting Column: Int, column Span: Int)
Returns an initialized text table block.
var table: NSText Table
Returns the table containing this text table block.
var starting Row: Int
Returns the table row at which this text table block starts.
var row Span: Int
Returns the number of table rows spanned by this text table block.
var starting Column: Int
Returns the table column at which this text table block starts.
var column Span: Int
Returns the number of table columns spanned by this text table block.
class NSParagraph Style
The paragraph or ruler attributes used by an attributed string.
class NSMutable Paragraph Style
An object that enables changing the values of the subattributes in a paragraph style attribute.
class NSText Table
An object that represents a text table as a whole.
class NSText Tab
A tab in an NSParagraph
object, storing an alignment type and location.
class NSText List
A section of text that forms a single list.