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

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

Private Properties

Свойство Тип Описание
Row System
Serialize void

Открытые методы

Метод Описание
Clone ( ) : Row

Creates a deep copy of this object.

IVisitable ( MigraDoc.DocumentObjectModel.Visitors.DocumentObjectVisitor visitor, bool visitChildren ) : void

Allows the visitor object to visit the document object and it's child objects.

Row ( ) : System

Initializes a new instance of the Row class.

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

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

Защищенные методы

Метод Описание
DeepCopy ( ) : object

Implements the deep copy of the object.

Приватные методы

Метод Описание
Row ( DocumentObject parent ) : System

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

Serialize ( Serializer serializer ) : void

Converts Row into DDL.

Описание методов

Clone() публичный Метод

Creates a deep copy of this object.
public Clone ( ) : Row
Результат Row

DeepCopy() защищенный Метод

Implements the deep copy of the object.
protected DeepCopy ( ) : object
Результат object

IVisitable() публичный Метод

Allows the visitor object to visit the document object and it's child objects.
public IVisitable ( MigraDoc.DocumentObjectModel.Visitors.DocumentObjectVisitor visitor, bool visitChildren ) : void
visitor MigraDoc.DocumentObjectModel.Visitors.DocumentObjectVisitor
visitChildren bool
Результат void

Row() публичный Метод

Initializes a new instance of the Row class.
public Row ( ) : System
Результат System

this() публичный Метод

Gets a cell by its column index. The first cell has index 0.
public this ( int index ) : MigraDoc.DocumentObjectModel.Tables.Cell
index int
Результат MigraDoc.DocumentObjectModel.Tables.Cell