C# Class MigraDoc.DocumentObjectModel.Tables.Column

Represents a column of a table.
Inheritance: DocumentObject
Afficher le fichier Open project: DavidS/MigraDoc Class Usage Examples

Private Properties

Свойство Type Description
Column System
Serialize void

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
DeepCopy ( ) : object

Implements the deep copy of the object.

Private Methods

Méthode 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 méthode

Creates a deep copy of this object.
public Clone ( ) : Column
Résultat Column

Column() public méthode

Initializes a new instance of the Column class.
public Column ( ) : System
Résultat System

DeepCopy() protected méthode

Implements the deep copy of the object.
protected DeepCopy ( ) : object
Résultat object

this() public méthode

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