NSTextTableBlock Class Reference
| Inherits from | |
| Conforms to | |
| Framework | /System/Library/Frameworks/AppKit.framework |
| Availability | Available in OS X v10.4 and later. |
| Declared in | NSTextTable.h |
| Companion guides | |
Tasks
Creation
Getting the Block’s Enclosing Table
Getting Information About the Block’s Position in Its Enclosing Table
Instance Methods
columnSpan
Returns the number of table columns spanned by this text table block.
Return Value
The number of table columns spanned by this text table block.
Availability
- Available in OS X v10.4 and later.
Declared In
NSTextTable.hinitWithTable:startingRow:rowSpan:startingColumn:columnSpan:
Returns an initialized text table block.
Parameters
- table
The text table containing this text table block.
- row
The table row at which the text table block starts.
- rowSpan
How many rows the text table block covers.
- col
The table column at which the text table block starts.
- colSpan
How many columns the text table block covers.
Discussion
This is the designated initializer.
Availability
- Available in OS X v10.4 and later.
Declared In
NSTextTable.hrowSpan
Returns the number of table rows spanned by this text table block.
Return Value
The number of table rows spanned by this text table block.
Availability
- Available in OS X v10.4 and later.
Declared In
NSTextTable.hstartingColumn
Returns the table column at which this text table block starts.
Return Value
The table column at which this text table block starts.
Availability
- Available in OS X v10.4 and later.
Declared In
NSTextTable.hstartingRow
Returns the table row at which this text table block starts.
Return Value
The table row at which this text table block starts.
Availability
- Available in OS X v10.4 and later.
Declared In
NSTextTable.htable
Returns the table containing this text table block.
Return Value
The table containing this text table block.
Availability
- Available in OS X v10.4 and later.
Declared In
NSTextTable.h© 2006 Apple Computer, Inc. All Rights Reserved. (Last updated: 2006-05-23)