Novacode.Table.InsertParagraphBeforeSelf C# (CSharp) Метод

InsertParagraphBeforeSelf() публичный Метод

Insert a Paragraph before this Table, this Paragraph may have come from the same or another document.
public InsertParagraphBeforeSelf ( Paragraph p ) : Paragraph
p Paragraph The Paragraph to insert.
Результат Paragraph
        public override Paragraph InsertParagraphBeforeSelf(Paragraph p)
        {
            return base.InsertParagraphBeforeSelf(p);
        }

Same methods

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