C# 클래스 MigraDoc.DocumentObjectModel.Tables.Column

Represents a column of a table.
상속: DocumentObject
파일 보기 프로젝트 열기: DavidS/MigraDoc 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Column System
Serialize void

공개 메소드들

메소드 설명
Clone ( ) : Column

Creates a deep copy of this object.

Column ( ) : System

Initializes a new instance of the Column class.

this ( int index ) : MigraDoc.DocumentObjectModel.Tables.Cell

Gets a cell by its row index. The first cell has index 0.

보호된 메소드들

메소드 설명
DeepCopy ( ) : object

Implements the deep copy of the object.

비공개 메소드들

메소드 설명
Column ( DocumentObject parent ) : System

Initializes a new instance of the Column class with the specified parent.

Serialize ( Serializer serializer ) : void

Converts Column into DDL.

메소드 상세

Clone() 공개 메소드

Creates a deep copy of this object.
public Clone ( ) : Column
리턴 Column

Column() 공개 메소드

Initializes a new instance of the Column class.
public Column ( ) : System
리턴 System

DeepCopy() 보호된 메소드

Implements the deep copy of the object.
protected DeepCopy ( ) : object
리턴 object

this() 공개 메소드

Gets a cell by its row index. The first cell has index 0.
public this ( int index ) : MigraDoc.DocumentObjectModel.Tables.Cell
index int
리턴 MigraDoc.DocumentObjectModel.Tables.Cell