C# Class MigraDoc.DocumentObjectModel.Tables.Row

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

Private Properties

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
DeepCopy ( ) : object

Implements the deep copy of the object.

Private Methods

Méthode Description
Row ( DocumentObject parent ) : System

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

Serialize ( Serializer serializer ) : void

Converts Row into DDL.

Method Details

Clone() public méthode

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

DeepCopy() protected méthode

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

IVisitable() public méthode

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
Résultat void

Row() public méthode

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

this() public méthode

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