C# Класс AODL.ExternalExporter.PDF.Document.ContentConverter.TableLayoutInfo

Summar for TableLayoutInfo.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AnalyzeTableLayout ( Table table ) : void

Analyzes the table layout.

TableLayoutInfo ( ) : System

Initializes a new instance of the TableLayoutInfo class.

Приватные методы

Метод Описание
CalulateCellWidths ( AODL.Document.Content.Tables.ColumnCollection colColl ) : void

Calulates the cell widths.

GetTableWidth ( Table table ) : void

Gets the width of the table.

Описание методов

AnalyzeTableLayout() публичный Метод

Analyzes the table layout.
public AnalyzeTableLayout ( Table table ) : void
table AODL.Document.Content.Tables.Table The table.
Результат void

TableLayoutInfo() публичный Метод

Initializes a new instance of the TableLayoutInfo class.
public TableLayoutInfo ( ) : System
Результат System