C# Class Novacode.Header

Inheritance: Container, IParagraphContainer
Afficher le fichier Open project: WordDocX/DocX Class Usage Examples

Méthodes publiques

Свойство Type Description
PageNumberParagraph Paragraph

Méthodes publiques

Méthode 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

Méthode Description
Header ( DocX document, System.Xml.Linq.XElement xml, PackagePart mainPart ) : System

Method Details

InsertEquation() public méthode

public InsertEquation ( String equation ) : Paragraph
equation String
Résultat Paragraph

InsertParagraph() public méthode

public InsertParagraph ( ) : Paragraph
Résultat Paragraph

InsertParagraph() public méthode

public InsertParagraph ( Paragraph p ) : Paragraph
p Paragraph
Résultat Paragraph

InsertParagraph() public méthode

public InsertParagraph ( int index, Paragraph p ) : Paragraph
index int
p Paragraph
Résultat Paragraph

InsertParagraph() public méthode

public InsertParagraph ( int index, string text, bool trackChanges ) : Paragraph
index int
text string
trackChanges bool
Résultat Paragraph

InsertParagraph() public méthode

public InsertParagraph ( int index, string text, bool trackChanges, Formatting formatting ) : Paragraph
index int
text string
trackChanges bool
formatting Formatting
Résultat Paragraph

InsertParagraph() public méthode

public InsertParagraph ( string text ) : Paragraph
text string
Résultat Paragraph

InsertParagraph() public méthode

public InsertParagraph ( string text, bool trackChanges ) : Paragraph
text string
trackChanges bool
Résultat Paragraph

InsertParagraph() public méthode

public InsertParagraph ( string text, bool trackChanges, Formatting formatting ) : Paragraph
text string
trackChanges bool
formatting Formatting
Résultat Paragraph

InsertTable() public méthode

public InsertTable ( Table t ) : Table
t Table
Résultat Table

InsertTable() public méthode

public InsertTable ( int index, Table t ) : Table
index int
t Table
Résultat Table

InsertTable() public méthode

public InsertTable ( int rowCount, int columnCount ) : Table
rowCount int
columnCount int
Résultat Table

InsertTable() public méthode

public InsertTable ( int index, int rowCount, int columnCount ) : Table
index int
rowCount int
columnCount int
Résultat Table

Property Details

PageNumberParagraph public_oe property

public Paragraph,Novacode PageNumberParagraph
Résultat Paragraph