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

Summar for TableLayoutInfo.
Afficher le fichier Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Méthodes publiques

Méthode Description
AnalyzeTableLayout ( Table table ) : void

Analyzes the table layout.

TableLayoutInfo ( ) : System

Initializes a new instance of the TableLayoutInfo class.

Private Methods

Méthode 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 méthode

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

TableLayoutInfo() public méthode

Initializes a new instance of the TableLayoutInfo class.
public TableLayoutInfo ( ) : System
Résultat System