C# 클래스 Novacode.Header

상속: Container, IParagraphContainer
파일 보기 프로젝트 열기: WordDocX/DocX 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PageNumberParagraph Paragraph

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Header ( DocX document, System.Xml.Linq.XElement xml, PackagePart mainPart ) : System

메소드 상세

InsertEquation() 공개 메소드

public InsertEquation ( String equation ) : Paragraph
equation String
리턴 Paragraph

InsertParagraph() 공개 메소드

public InsertParagraph ( ) : Paragraph
리턴 Paragraph

InsertParagraph() 공개 메소드

public InsertParagraph ( Paragraph p ) : Paragraph
p Paragraph
리턴 Paragraph

InsertParagraph() 공개 메소드

public InsertParagraph ( int index, Paragraph p ) : Paragraph
index int
p Paragraph
리턴 Paragraph

InsertParagraph() 공개 메소드

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

InsertParagraph() 공개 메소드

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

InsertParagraph() 공개 메소드

public InsertParagraph ( string text ) : Paragraph
text string
리턴 Paragraph

InsertParagraph() 공개 메소드

public InsertParagraph ( string text, bool trackChanges ) : Paragraph
text string
trackChanges bool
리턴 Paragraph

InsertParagraph() 공개 메소드

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

InsertTable() 공개 메소드

public InsertTable ( Table t ) : Table
t Table
리턴 Table

InsertTable() 공개 메소드

public InsertTable ( int index, Table t ) : Table
index int
t Table
리턴 Table

InsertTable() 공개 메소드

public InsertTable ( int rowCount, int columnCount ) : Table
rowCount int
columnCount int
리턴 Table

InsertTable() 공개 메소드

public InsertTable ( int index, int rowCount, int columnCount ) : Table
index int
rowCount int
columnCount int
리턴 Table

프로퍼티 상세

PageNumberParagraph 공개적으로 프로퍼티

public Paragraph,Novacode PageNumberParagraph
리턴 Paragraph