C# Class Novacode.Footer

Inheritance: Container
Datei anzeigen Open project: WordDocX/DocX Class Usage Examples

Public Methods

Method Description
InsertEquation ( String equation ) : Paragraph
InsertParagraph ( ) : Paragraph
InsertParagraph ( Paragraph p ) : Paragraph
InsertParagraph ( int index, Paragraph p ) : Paragraph
InsertParagraph ( int index, string text, bool trackChanges ) : Paragraph
InsertParagraph ( int index, string text, bool trackChanges, Formatting formatting ) : Paragraph
InsertParagraph ( string text ) : Paragraph
InsertParagraph ( string text, bool trackChanges ) : Paragraph
InsertParagraph ( string text, bool trackChanges, Formatting formatting ) : Paragraph
InsertTable ( Table t ) : Table
InsertTable ( int index, Table t ) : Table
InsertTable ( int rowCount, int columnCount ) : Table
InsertTable ( int index, int rowCount, int columnCount ) : Table

Private Methods

Method Description
Footer ( DocX document, System.Xml.Linq.XElement xml, PackagePart mainPart ) : System

Method Details

InsertEquation() public method

public InsertEquation ( String equation ) : Paragraph
equation String
return Paragraph

InsertParagraph() public method

public InsertParagraph ( ) : Paragraph
return Paragraph

InsertParagraph() public method

public InsertParagraph ( Paragraph p ) : Paragraph
p Paragraph
return Paragraph

InsertParagraph() public method

public InsertParagraph ( int index, Paragraph p ) : Paragraph
index int
p Paragraph
return Paragraph

InsertParagraph() public method

public InsertParagraph ( int index, string text, bool trackChanges ) : Paragraph
index int
text string
trackChanges bool
return Paragraph

InsertParagraph() public method

public InsertParagraph ( int index, string text, bool trackChanges, Formatting formatting ) : Paragraph
index int
text string
trackChanges bool
formatting Formatting
return Paragraph

InsertParagraph() public method

public InsertParagraph ( string text ) : Paragraph
text string
return Paragraph

InsertParagraph() public method

public InsertParagraph ( string text, bool trackChanges ) : Paragraph
text string
trackChanges bool
return Paragraph

InsertParagraph() public method

public InsertParagraph ( string text, bool trackChanges, Formatting formatting ) : Paragraph
text string
trackChanges bool
formatting Formatting
return Paragraph

InsertTable() public method

public InsertTable ( Table t ) : Table
t Table
return Table

InsertTable() public method

public InsertTable ( int index, Table t ) : Table
index int
t Table
return Table

InsertTable() public method

public InsertTable ( int rowCount, int columnCount ) : Table
rowCount int
columnCount int
return Table

InsertTable() public method

public InsertTable ( int index, int rowCount, int columnCount ) : Table
index int
rowCount int
columnCount int
return Table