C# Class Owl.Word.TableCreator

Exibir arquivo Open project: FerHenrique/Owl Class Usage Examples

Public Methods

Method Description
AddTable ( WordprocessingDocument package, DataTable table, TableStyle tableStyle ) : void

Private Methods

Method Description
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

Method Details

AddTable() public method

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