C# Класс MigraDoc.DocumentObjectModel.Tables.Column

Represents a column of a table.
Наследование: DocumentObject
Показать файл Открыть проект Примеры использования класса

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