macOS/iOS API解説

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

目次

0-05-06から1日間の記事一覧

setSelectedRanges:affinity:stillSelecting:

選択範囲をセットします -(void)setSelectedRanges:(NSArray *)ranges: affinity:(NSSelectionAffinity)affinity: stillSelecting:(BOOL)stillSelectingFlag: 解説 選択範囲をセットします。 返り値 ( void ) なし 引数 ( NSArray * )ranges ( NSSelectionAf…

setSelectedRanges:

選択範囲をセットします -(void)setSelectedRanges:(NSArray *)ranges: 解説 選択範囲をセットします。 返り値 ( void ) なし 引数 ( NSArray * )ranges フレームワーク ApplicationKit クラス NSTextView Instance Methods 使用可能 10.4 参照 -selectedRan…

setBaseWritingDirection:range:

テキストの描画方向をセットします -(void)setBaseWritingDirection:(NSWritingDirection)writingDirection: range:(NSRange)range: 解説 テキストの描画方向をセットします。 返り値 ( void ) なし 引数 ( NSWritingDirection )writingDirection ( NSRange …

selectedRanges

選択範囲を返します 解説 選択範囲を返します。 返り値 ( NSArray * ) 選択範囲の配列 引数 フレームワーク ApplicationKit クラス NSTextView Instance Methods 使用可能 10.4 参照 例文

rangesForUserTextChange

** 解説 調査中... 返り値 ( NSArray * ) なし 引数 フレームワーク ApplicationKit クラス NSTextView Instance Methods 使用可能 10.4 参照 -rangesForUserCharacterAttributeChange -rangesForUserParagraphAttributeChange -isEditable -usesRuler 例文 …

rangesForUserParagraphAttributeChange

** 解説 調査中... 段落属性が変わった 返り値 ( NSArray * ) なし 引数 フレームワーク ApplicationKit クラス NSTextView Instance Methods 使用可能 10.4 参照 -rangesForUserCharacterAttributeChange -rangesForUserTextChange -isEditable -usesRuler …

rangesForUserCharacterAttributeChange

** 解説 調査中... 返り値 ( NSArray * ) なし 引数 フレームワーク ApplicationKit クラス NSTextView Instance Methods 使用可能 10.4 参照 -rangesForUserParagraphAttributeChange -rangesForUserTextChange -isEditable -usesFontPanel 例文

orderFrontTablePanel:

表編集パネルを表示します -(void)orderFrontTablePanel:(id)sender: 解説 表編集パネルを表示します。 返り値 ( void ) なし 引数 ( id )sender フレームワーク ApplicationKit クラス NSTextView Instance Methods 使用可能 10.4 参照 例文 [honbun orderF…

orderFrontLinkPanel:

リンクパネルを表示します -(void)orderFrontLinkPanel:(id)sender: 解説 リンクパネルを表示します。 返り値 ( void ) なし 引数 ( id )sender フレームワーク ApplicationKit クラス NSTextView Instance Methods 使用可能 10.4 参照 例文 [honbun orderFr…

breakUndoCoalescing

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

startingColumn

テキストテーブルが始まる列を返します 解説 テキストテーブルが始まる列を返します。 左から1,2,3,...となります。 隠れている場合は0となります。 返り値 ( int ) 整数値 引数 フレームワーク ApplicationKit クラス NSTextTableBlock Instance Methods 使…

table

テーブルブロックの属するテーブルを返します 解説 テーブルブロックの属するテーブルを返します。 返り値 ( NSTextTable * ) テキストテーブル(表) 引数 フレームワーク ApplicationKit クラス NSTextTableBlock Instance Methods 使用可能 10.4 参照 例文

startingRow

テーブルブロックが始まる行の番号を返します 解説 テーブルブロックが始まる行の番号を返します。 上から1,2,3,...です。 隠れている場合は0となります。 返り値 ( int ) 整数値 引数 フレームワーク ApplicationKit クラス NSTextTableBlock Instance Meth…

rowSpan

下にどれだけ結合されているかを返します 解説 下にどれだけ結合されているかを返します。 返り値 ( int ) 整数値 引数 フレームワーク ApplicationKit クラス NSTextTableBlock Instance Methods 使用可能 10.4 参照 例文

initWithTable:startingRow:rowSpan:startingColumn:columnSpan:

テキストテーブルにテキストテーブルブロックを初期化して返します -(id)initWithTable:(NSTextTable *)table: startingRow:(int)row: rowSpan:(int)rowSpan: startingColumn:(int)col: columnSpan:(int)colSpan: 解説 縦横の開始場所と、結合する長さでテキ…

columnSpan

横にどれだけ結合されているかを返します 解説 横にどれだけ結合されているかを返します。 返り値 ( int ) 整数値 引数 フレームワーク ApplicationKit クラス NSTextTableBlock Instance Methods 使用可能 10.4 参照 例文

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 ) なし 引数 (…

markerFormat

マーカーフォーマットを返します 解説 マーカーフォーマットを返します。 返り値 ( NSString * ) なし 引数 フレームワーク ApplicationKit クラス NSTextList Instance Methods 使用可能 10.4 参照 -initWithMarkerFormat:options: 例文

markerForItemNumber:

指定した番号でマーカーを返します -(NSString *)markerForItemNumber:(int)itemNum: 解説 指定した番号でマーカーを返します。 返り値 ( NSString * ) なし 引数 ( int )itemNum フレームワーク ApplicationKit クラス NSTextList Instance Methods 使用可…

listOptions

リストオプションを返します 解説 リストオプションを返します。 返り値 ( unsigned ) なし 引数 フレームワーク ApplicationKit クラス NSTextList Instance Methods 使用可能 10.4 参照 例文