C# Класс AODL.Utils.ContentMocker

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

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

Метод Описание
CloneAny ( IContent content ) : IContent
CloneContentCollection ( ContentCollection contentCollection ) : ContentCollection

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

Метод Описание
CloneCell ( Cell sourceCell ) : Cell

Makes a copy of a cell

CloneColumn ( Column column, Table table ) : Column
CloneParagraph ( Paragraph paragraph ) : Paragraph
CloneRow ( Row row, Table table ) : Row
CloneTable ( Table table ) : Table
ConvertToCM ( string width ) : double
CopyCellContens ( Cell source, Cell destination ) : void
CreateTextDocumentTable ( AODL document, string tableName, string styleName, int rows, int columns, double width, Table originalTable ) : Table

Creates the text document table.

GetColumnCellWidth ( int columns, double tableWith ) : string
GetColumnCount ( Table table ) : int
GetParagraph ( Cell cell ) : Paragraph

Gets paragraph from cell

RowIndex ( Table table, Row row ) : int
SetText ( Cell cell, string text ) : void

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

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

public CloneAny ( IContent content ) : IContent
content IContent
Результат IContent

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

public CloneContentCollection ( ContentCollection contentCollection ) : ContentCollection
contentCollection ContentCollection
Результат ContentCollection