C# 클래스 AODL.Utils.ContentMocker

파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
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