C# Class AODL.ExternalExporter.PDF.Document.ContentConverter.TableLayoutInfo

Summar for TableLayoutInfo.
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
AnalyzeTableLayout ( Table table ) : void

Analyzes the table layout.

TableLayoutInfo ( ) : System

Initializes a new instance of the TableLayoutInfo class.

Private Methods

Method Description
CalulateCellWidths ( AODL.Document.Content.Tables.ColumnCollection colColl ) : void

Calulates the cell widths.

GetTableWidth ( Table table ) : void

Gets the width of the table.

Method Details

AnalyzeTableLayout() public method

Analyzes the table layout.
public AnalyzeTableLayout ( Table table ) : void
table AODL.Document.Content.Tables.Table The table.
return void

TableLayoutInfo() public method

Initializes a new instance of the TableLayoutInfo class.
public TableLayoutInfo ( ) : System
return System