Novacode.Table.InsertParagraphAfterSelf C# (CSharp) Method

InsertParagraphAfterSelf() public method

Insert a Paragraph after this Table, this Paragraph may have come from the same or another document.
public InsertParagraphAfterSelf ( Paragraph p ) : Paragraph
p Paragraph The Paragraph to insert.
return Paragraph
        public override Paragraph InsertParagraphAfterSelf(Paragraph p)
        {
            return base.InsertParagraphAfterSelf(p);
        }

Same methods

Table::InsertParagraphAfterSelf ( string text ) : Paragraph
Table::InsertParagraphAfterSelf ( string text, bool trackChanges ) : Paragraph
Table::InsertParagraphAfterSelf ( string text, bool trackChanges, Formatting formatting ) : Paragraph