Method | Description | |
---|---|---|
InsertEquation ( String equation ) : |
||
InsertParagraph ( ) : |
||
InsertParagraph ( |
||
InsertParagraph ( int index, |
||
InsertParagraph ( int index, string text, bool trackChanges ) : |
||
InsertParagraph ( int index, string text, bool trackChanges, |
||
InsertParagraph ( string text ) : |
||
InsertParagraph ( string text, bool trackChanges ) : |
||
InsertParagraph ( string text, bool trackChanges, |
||
InsertTable ( |
||
InsertTable ( int index, |
||
InsertTable ( int rowCount, int columnCount ) : |
||
InsertTable ( int index, int rowCount, int columnCount ) : |
Method | Description | |
---|---|---|
Footer ( |
public InsertEquation ( String equation ) : |
||
equation | String | |
return |
public InsertParagraph ( |
||
p | ||
return |
public InsertParagraph ( int index, |
||
index | int | |
p | ||
return |
public InsertParagraph ( int index, string text, bool trackChanges ) : |
||
index | int | |
text | string | |
trackChanges | bool | |
return |
public InsertParagraph ( int index, string text, bool trackChanges, |
||
index | int | |
text | string | |
trackChanges | bool | |
formatting | ||
return |
public InsertParagraph ( string text ) : |
||
text | string | |
return |
public InsertParagraph ( string text, bool trackChanges ) : |
||
text | string | |
trackChanges | bool | |
return |
public InsertParagraph ( string text, bool trackChanges, |
||
text | string | |
trackChanges | bool | |
formatting | ||
return |
public InsertTable ( int index, |
||
index | int | |
t | ||
return |
public InsertTable ( int rowCount, int columnCount ) : |
||
rowCount | int | |
columnCount | int | |
return |
public InsertTable ( int index, int rowCount, int columnCount ) : |
||
index | int | |
rowCount | int | |
columnCount | int | |
return |