Метод | Описание | |
---|---|---|
GetCellIndex ( |
Gets the index of the cell.
|
|
GetHtml ( ) : string |
Return the content as Html string
|
|
InsertCellAt ( int position, |
Inserts the cell at the given zero based position.
|
|
MergeCells ( AODL document, int cellStartIndex, int mergeCells, bool mergeContent ) : void |
Merge cells. This is only possible if the rows table is part of a text document.
|
|
Row ( IDocument document, |
Initializes a new instance of the Row class.
|
|
Row ( |
Initializes a new instance of the Row class.
|
|
Row ( |
Initializes a new instance of the Row class.
|
Метод | Описание | |
---|---|---|
CellCollection_Inserted ( int index, object value ) : void |
Cells the collection_ inserted.
|
|
CellCollection_Removed ( int index, object value ) : void |
Cells the collection_ removed.
|
|
CellSpanCollection_Inserted ( int index, object value ) : void |
Cells the span collection_ inserted.
|
|
CellSpanCollection_Removed ( int index, object value ) : void |
Cells the span collection_ removed.
|
|
CreateAttribute ( string name, string text, string prefix ) : void |
Create a XmlAttribute for propertie XmlNode.
|
|
GetRowIndex ( ) : int |
Gets the index of the row.
|
|
InitStandards ( ) : void |
Inits the standards.
|
|
NewXmlNode ( string styleName ) : void |
Create a new Xml node.
|
|
Row_OnRowChanged ( int rowNumber, int cellCount ) : void |
After a row size changed all rows before the changed row maybe need to be resized. This also belongs to the columns.
|
public GetCellIndex ( |
||
cell | The cell. | |
Результат | int |
public InsertCellAt ( int position, |
||
position | int | The position. |
cell | The cell. | |
Результат | void |
public MergeCells ( AODL document, int cellStartIndex, int mergeCells, bool mergeContent ) : void | ||
document | AODL | The TextDocument this row belongs to. |
cellStartIndex | int | Start index of the cell. |
mergeCells | int | The count of cells to merge incl. the starting cell. |
mergeContent | bool | if set to |
Результат | void |
public Row ( IDocument document, |
||
document | IDocument | The document. |
node | The node. | |
Результат | System |
public Row ( |
||
table | The table. | |
styleName | string | Name of the style. |
Результат | System |