Platforms to show: All Mac Windows Linux Cross-Platform
NSTextBlockMBS class
Function:
A block of text laid out in a subregion of the text container.
Notes:
A text block appears as an attribute of a paragraph, and as part of the paragraph style. The most important subclass of NSTextBlockMBS is
NSTextTableBlockMBS, which represents a block of text that appears as a cell in a table. The table itself is a NSTextTable object. All NSTextBlockMBS objects reference this table, which controls their sizing and positioning.
- 5 properties
- 13 methods
- method borderColor(edge as Integer) as NSColorMBS
- method Constructor
- method copy as NSTextBlockMBS
- method setBorderColor(color as NSColorMBS)
- method setBorderColor(color as NSColorMBS, edge as Integer)
- method setContentWidth(value as double, ValueType as Integer)
- method setValue(value as double, ValueType as Integer, dimension as Integer)
- method setWidth(value as double, ValueType as Integer, Layer as Integer)
- method setWidth(value as double, ValueType as Integer, Layer as Integer, edge as Integer)
- method valueForDimension(dimension as Integer) as Double
- method valueTypeForDimension(dimension as Integer) as Integer
- method width(layer as Integer, edge as Integer) as double
- method widthValueType(layer as Integer, edge as Integer) as Integer
- 15 constants
Dimension
Layer
Constant |
Value |
Description |
LayerBorder |
0 |
The border of the text block.
|
LayerMargin |
1 |
Margin of the text block: space surrounding the border.
|
LayerPadding |
-1 |
Padding of the text block: space surrounding the content area extending to the border.
|
Value Types
Vertical Alignment
Sub classes:
Some methods using this class:
Blog Entries
Xojo Developer Magazine
The items on this page are in the following plugins: MBS MacBase Plugin.
NSTextAttachmentMBS
-
NSTextCheckingResultMBS