バージョン

ContentRunsCollection クラス メンバ

ContentRunsCollectionデータ型で公開されるメンバを以下の表に示します。

パブリック プロパティ
 名前解説
Public プロパティCountコレクションに含まれる要素の数を返します。 Infragistics.Documents.Word.CollectionBase<ParagraphContent>から継承されます。
Public プロパティDocumentこのコレクションが関連付けられている Document を返します。 Infragistics.Documents.Word.CollectionBase<ParagraphContent>から継承されます。
Public プロパティItemこのコレクション内の指定した順序位置にあるオブジェクトを返します。 Infragistics.Documents.Word.CollectionBase<ParagraphContent>から継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッドAdd指定した item をこのコレクションに追加します。 Infragistics.Documents.Word.CollectionBase<ParagraphContent>から継承されます。
Public メソッドAddHyperlinkオーバーロードされます。 関連付けられた ParagraphTextHyperlink を追加します。  
Public メソッドAddInlinePictureオーバーロードされます。 関連付けられた ParagraphInlinePicture を追加します。  
Public メソッドAddInlineShapeオーバーロードされます。 関連付けられた ParagraphInlineShape を追加します。  
Public メソッドAddNewLineオーバーロードされます。 関連する段落に newline を追加します。  
Public メソッドAddPageNumberField関連付けられた ParagraphPageNumberField を追加します。  
Public メソッドAddTextRunオーバーロードされます。 関連付けられた ParagraphTextRun を追加します。  
Public メソッドClearこのコレクションからすべて要素を削除します。 Infragistics.Documents.Word.CollectionBase<ParagraphContent>から継承されます。
Public メソッドContains指定した item はこのコレクションに含まれるかどうかを示すブール値を返します。 Infragistics.Documents.Word.CollectionBase<ParagraphContent>から継承されます。
Public メソッドIndexOfこのコレクションで指定した item のインデックスを返します。項目がこのコレクションのメンバーではない場合は、-1 を返します。 Infragistics.Documents.Word.CollectionBase<ParagraphContent>から継承されます。
Public メソッドInsert指定した item を、指定した index でコレクションに挿入します。 Infragistics.Documents.Word.CollectionBase<ParagraphContent>から継承されます。
Public メソッドInsertHyperlinkオーバーロードされます。 関連する Paragraph の指定した順序位置に TextHyperlink を挿入します。  
Public メソッドInsertInlinePictureオーバーロードされます。 関連する Paragraph の指定した順序位置に InlinePicture を挿入します。  
Public メソッドInsertInlineShapeオーバーロードされます。 関連する Paragraph の指定した順序位置に InlineShape を挿入します。  
Public メソッドInsertPageNumberFieldオーバーロードされます。 関連する Paragraph の指定した順序位置に PageNumberField を挿入します。  
Public メソッドInsertTextRunオーバーロードされます。 関連する Paragraph の指定した順序位置に TextRun を挿入します。  
Public メソッドRemove指定した item をこのコレクションから削除します。 Infragistics.Documents.Word.CollectionBase<ParagraphContent>から継承されます。
Public メソッドRemoveAtこのコレクション内の指定した順序位置にある項目を削除します。 Infragistics.Documents.Word.CollectionBase<ParagraphContent>から継承されます。
Public メソッドToStringこのオブジェクトの文字列表現を返します。 Infragistics.Documents.Word.CollectionBase<ParagraphContent>から継承されます。
トップ
参照