C# 클래스 Owl.Word.TableCreator

파일 보기 프로젝트 열기: FerHenrique/Owl 1 사용 예제들

공개 메소드들

메소드 설명
AddTable ( WordprocessingDocument package, DataTable table, TableStyle tableStyle ) : void

비공개 메소드들

메소드 설명
AddHeaderRow ( DataTable table, Table wordTable, TableStyle tableStyle ) : void
AddRows ( DataTable table, TableStyle tableStyle, Table wordTable, TableProperties tableProperties ) : void
AddTitleRow ( DataTable table, TableStyle tableStyle, Table wordTable ) : void
ApplyFontProperties ( TableStyle tableStyle, RowIdentification rowIdentification, Run run ) : void
CreateTableProperties ( ) : TableProperties
SetTableAlignment ( HorizontalAlignmentType alignment, TableProperties tblProp ) : void
SetTableWidth ( TableStyle tableStyle, Table tbl ) : void

메소드 상세

AddTable() 공개 메소드

public AddTable ( WordprocessingDocument package, DataTable table, TableStyle tableStyle ) : void
package WordprocessingDocument
table System.Data.DataTable
tableStyle TableStyle
리턴 void