Method | Description | |
---|---|---|
InsertBeforeOrAfter ( |
||
InsertPageBreakAfterSelf ( ) : void | ||
InsertPageBreakBeforeSelf ( ) : void | ||
InsertParagraphAfterSelf ( |
||
InsertParagraphAfterSelf ( string text ) : Paragraph | ||
InsertParagraphAfterSelf ( string text, bool trackChanges ) : Paragraph | ||
InsertParagraphAfterSelf ( string text, bool trackChanges, Formatting formatting ) : Paragraph | ||
InsertParagraphBeforeSelf ( Paragraph p ) : Paragraph | ||
InsertParagraphBeforeSelf ( string text ) : Paragraph | ||
InsertParagraphBeforeSelf ( string text, bool trackChanges ) : Paragraph | ||
InsertParagraphBeforeSelf ( string text, bool trackChanges, Formatting formatting ) : Paragraph | ||
InsertTableAfterSelf ( Table t ) : Table | ||
InsertTableAfterSelf ( int rowCount, int columnCount ) : Table | ||
InsertTableBeforeSelf ( Table t ) : Table | ||
InsertTableBeforeSelf ( int rowCount, int columnCount ) : Table |
public InsertBeforeOrAfter ( |
||
document | ||
xml | System.Xml.Linq.XElement | |
return | System |
public InsertParagraphAfterSelf ( |
||
p | ||
return |
public InsertParagraphAfterSelf ( string text ) : Paragraph | ||
text | string | |
return | Paragraph |
public InsertParagraphAfterSelf ( string text, bool trackChanges ) : Paragraph | ||
text | string | |
trackChanges | bool | |
return | Paragraph |
public InsertParagraphAfterSelf ( string text, bool trackChanges, Formatting formatting ) : Paragraph | ||
text | string | |
trackChanges | bool | |
formatting | Formatting | |
return | Paragraph |
public InsertParagraphBeforeSelf ( Paragraph p ) : Paragraph | ||
p | Paragraph | |
return | Paragraph |
public InsertParagraphBeforeSelf ( string text ) : Paragraph | ||
text | string | |
return | Paragraph |
public InsertParagraphBeforeSelf ( string text, bool trackChanges ) : Paragraph | ||
text | string | |
trackChanges | bool | |
return | Paragraph |
public InsertParagraphBeforeSelf ( string text, bool trackChanges, Formatting formatting ) : Paragraph | ||
text | string | |
trackChanges | bool | |
formatting | Formatting | |
return | Paragraph |
public InsertTableAfterSelf ( Table t ) : Table | ||
t | Table | |
return | Table |
public InsertTableAfterSelf ( int rowCount, int columnCount ) : Table | ||
rowCount | int | |
columnCount | int | |
return | Table |
public InsertTableBeforeSelf ( Table t ) : Table | ||
t | Table | |
return | Table |
public InsertTableBeforeSelf ( int rowCount, int columnCount ) : Table | ||
rowCount | int | |
columnCount | int | |
return | Table |