프로퍼티 | 타입 | 설명 | |
---|---|---|---|
PageNumberParagraph |
메소드 | 설명 | |
---|---|---|
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 ) : |
메소드 | 설명 | |
---|---|---|
Header ( |
public InsertEquation ( String equation ) : |
||
equation | String | |
리턴 |
public InsertParagraph ( |
||
p | ||
리턴 |
public InsertParagraph ( int index, |
||
index | int | |
p | ||
리턴 |
public InsertParagraph ( int index, string text, bool trackChanges ) : |
||
index | int | |
text | string | |
trackChanges | bool | |
리턴 |
public InsertParagraph ( int index, string text, bool trackChanges, |
||
index | int | |
text | string | |
trackChanges | bool | |
formatting | ||
리턴 |
public InsertParagraph ( string text ) : |
||
text | string | |
리턴 |
public InsertParagraph ( string text, bool trackChanges ) : |
||
text | string | |
trackChanges | bool | |
리턴 |
public InsertParagraph ( string text, bool trackChanges, |
||
text | string | |
trackChanges | bool | |
formatting | ||
리턴 |
public InsertTable ( int rowCount, int columnCount ) : |
||
rowCount | int | |
columnCount | int | |
리턴 |
public InsertTable ( int index, int rowCount, int columnCount ) : |
||
index | int | |
rowCount | int | |
columnCount | int | |
리턴 |