バージョン

InsertContent(Int32,NodeBase,String,Boolean,Boolean) メソッド

指定したドキュメント オフセットで指定したコンテンツを挿入します。
シンタックス
'宣言
 
Public Sub InsertContent( _
   ByVal documentOffset As Integer, _
   ByVal contentNode As NodeBase, _
   ByRef error As String, _
   Optional ByVal breakParagraphBeforeContent As Boolean, _
   Optional ByVal breakParagraphAfterContent As Boolean _
) 
public void InsertContent( 
   int documentOffset,
   NodeBase contentNode,
   out string error,
   bool breakParagraphBeforeContent,
   bool breakParagraphAfterContent
)

パラメータ

documentOffset
テキストを挿入するドキュメント オフセット。
contentNode
挿入するコンテンツ。
error
エラーがある場合、この出力パラメーターはエラー情報に設定されます。
breakParagraphBeforeContent
挿入されたコンテンツが新しい段落を開始するかどうかを示します。
breakParagraphAfterContent
挿入されたコンテンツの後のテキストが新しい段落を開始するかどうかを示します。
参照