| Inherits from | |
| Conforms to | |
| Framework | /System/Library/Frameworks/AppKit.framework |
| Availability | Available in Mac OS X v10.4 and later. |
| Declared in | NSTextTable.h |
| Companion guides | |
| Related sample code |
Returns the number of table columns spanned by this text table block.
- (NSInteger)columnSpan
The number of table columns spanned by this text table block.
NSTextTable.hReturns an initialized text table block.
- (id)initWithTable:(NSTextTable *)table startingRow:(NSInteger)row rowSpan:(NSInteger)rowSpan startingColumn:(NSInteger)col columnSpan:(NSInteger)colSpan
The text table containing this text table block.
The table row at which the text table block starts.
How many rows the text table block covers.
The table column at which the text table block starts.
How many columns the text table block covers.
This is the designated initializer.
NSTextTable.hReturns the number of table rows spanned by this text table block.
- (NSInteger)rowSpan
The number of table rows spanned by this text table block.
NSTextTable.hReturns the table column at which this text table block starts.
- (NSInteger)startingColumn
The table column at which this text table block starts.
NSTextTable.hReturns the table row at which this text table block starts.
- (NSInteger)startingRow
The table row at which this text table block starts.
NSTextTable.hReturns the table containing this text table block.
- (NSTextTable *)table
The table containing this text table block.
NSTextTable.hLast updated: 2006-05-23