'Declaration Public Overloads Overrides Function InsertParagraphBeforeSelf( _ ByVal text As String, _ ByVal trackChanges As Boolean, _ ByVal formatting As Formatting _ ) As Paragraph
'Usage Dim instance As Paragraph Dim text As String Dim trackChanges As Boolean Dim formatting As Formatting Dim value As Paragraph value = instance.InsertParagraphBeforeSelf(text, trackChanges, formatting)
public override Paragraph InsertParagraphBeforeSelf( string text, bool trackChanges, Formatting formatting )
Parameters
- text
- The text for the new Paragraph.
- trackChanges
- true if this change should be tracked, otherwise false.
- formatting
- The format to apply to the new Paragraph.