'宣言 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 )