macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

NSTextTable

setNumberOfColumns:

テキストテーブルでの列の数をセットします -(void)setNumberOfColumns:(unsigned)numCols: 解説 テキストテーブルでの列の数をセットします。 返り値 ( void ) なし 引数 ( unsigned )numCols フレームワーク ApplicationKit クラス NSTextTable Instance M…

setLayoutAlgorithm:

** -(void)setLayoutAlgorithm:(NSTextTableLayoutAlgorithm)algorithm: 解説 調査中... レイアウトアルゴリズムをセットします。 返り値 ( void ) なし 引数 ( NSTextTableLayoutAlgorithm )algorithm フレームワーク ApplicationKit クラス NSTextTable In…

setHidesEmptyCells:

空白セルを隠すかをセットします -(void)setHidesEmptyCells:(BOOL)flag: 解説 空白セルを隠すかをセットします。 返り値 ( void ) なし 引数 ( BOOL )flag フレームワーク ApplicationKit クラス NSTextTable Instance Methods 使用可能 10.4 参照 -hidesEm…

setCollapsesBorders:

** -(void)setCollapsesBorders:(BOOL)flag: 解説 調査中... 返り値 ( void ) なし 引数 ( BOOL )flag フレームワーク ApplicationKit クラス NSTextTable Instance Methods 使用可能 10.4 参照 -collapsesBorders 例文

rectForBlock:layoutAtPoint:inRect:textContainer:characterRange:

** -(NSRect)rectForBlock:(NSTextTableBlock *)block: layoutAtPoint:(NSPoint)startingPoint: inRect:(NSRect)rect: textContainer:(NSTextContainer *)textContainer: characterRange:(NSRange)charRange: 解説 調査中... 返り値 ( NSRect ) なし 引数 ( …

numberOfColumns

テーブルのコラムの数を返します 解説 テーブルのコラムの数を返します 返り値 ( unsigned ) なし 引数 フレームワーク ApplicationKit クラス NSTextTable Instance Methods 使用可能 10.4 参照 -setNumberOfColumns: 例文 NSLog(@"numberOfColumns %u ",[[…

layoutAlgorithm

レイアウトアルゴリズムを返します 解説 レイアウトアルゴリズムを返します。 【NSTextTableLayoutAlgorithm】 ●NSTextTableAutomaticLayoutAlgorithm 自動レイアウト ●NSTextTableFixedLayoutAlgorithm 固定値レイアウト 返り値 ( NSTextTableLayoutAlgorit…

hidesEmptyCells

空のセルを隠すかを返します 解説 空のセルを隠すかを返します。 返り値 ( BOOL ) YES/NO 引数 フレームワーク ApplicationKit クラス NSTextTable Instance Methods 使用可能 10.4 参照 -setHidesEmptyCells: 例文

drawBackgroundForBlock:withFrame:inView:characterRange:layoutManager:

** -(void)drawBackgroundForBlock:(NSTextTableBlock *)block: withFrame:(NSRect)frameRect: inView:(NSView *)controlView: characterRange:(NSRange)charRange: layoutManager:(NSLayoutManager *)layoutManager: 解説 調査中... 返り値 ( void ) なし …

collapsesBorders

** 解説 調査中... 返り値 ( BOOL ) YES/NO 引数 フレームワーク ApplicationKit クラス NSTextTable Instance Methods 使用可能 10.4 参照 -setCollapsesBorders: 例文

boundsRectForBlock:contentRect:inRect:textContainer:characterRange:

** -(NSRect)boundsRectForBlock:(NSTextTableBlock *)block: contentRect:(NSRect)contentRect: inRect:(NSRect)rect: textContainer:(NSTextContainer *)textContainer: characterRange:(NSRange)charRange: 解説 調査中... 返り値 ( NSRect ) なし 引数 (…