TopicTextEditor.InsertParagraph(string, bool) Method - Author-it On-Premises - Author-it

Author-it Development Documentation

Inserts a paragraph using the specified XML string.

Parameters

  • Xml

    Type: System.String

    Text editor XML for the paragraph.

  • BeforeCurrentParagraph

    Type: System.Boolean

    True to insert the paragraph before the paragraph that contains the cursor; false to insert the paragraph after the paragraph the contains the cursor.