C# Class MigraDoc.DocumentObjectModel.Tables.Column

Represents a column of a table.
Inheritance: DocumentObject
Exibir arquivo Open project: DavidS/MigraDoc Class Usage Examples

Private Properties

Property Type Description
Column System
Serialize void

Public Methods

Method Description
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.

Protected Methods

Method Description
DeepCopy ( ) : object

Implements the deep copy of the object.

Private Methods

Method Description
Column ( DocumentObject parent ) : System

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

Serialize ( Serializer serializer ) : void

Converts Column into DDL.

Method Details

Clone() public method

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

Column() public method

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

DeepCopy() protected method

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

this() public method

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