public class TableDataRow extends Object
The cad linked table row data
| Constructor and Description |
|---|
TableDataRow()
Initializes a new instance of the
TableDataRow class. |
| Modifier and Type | Method and Description |
|---|---|
List<TableDataCell> |
getCells()
The linked table cells data
|
CadTableStyleCell |
getCellStyle()
The row cell style data
|
int |
getCustomData()
The custom data
|
List<TableCustomData> |
getCustomDataCollection()
The row custom data collection
|
double |
getHeight()
The row height
|
int |
getStyleId()
The row style id
|
void |
setCells(List<TableDataCell> value)
The linked table cells data
|
void |
setCellStyle(CadTableStyleCell value)
The row cell style data
|
void |
setCustomData(int value)
The custom data
|
void |
setCustomDataCollection(List<TableCustomData> value)
The row custom data collection
|
void |
setHeight(double value)
The row height
|
void |
setStyleId(int value)
The row style id
|
public TableDataRow()
Initializes a new instance of the TableDataRow class.
public final int getCustomData()
The custom data
public final void setCustomData(int value)
The custom data
public final List<TableCustomData> getCustomDataCollection()
The row custom data collection
public final void setCustomDataCollection(List<TableCustomData> value)
The row custom data collection
public final CadTableStyleCell getCellStyle()
The row cell style data
public final void setCellStyle(CadTableStyleCell value)
The row cell style data
public final int getStyleId()
The row style id
public final void setStyleId(int value)
The row style id
public final double getHeight()
The row height
public final void setHeight(double value)
The row height
public final List<TableDataCell> getCells()
The linked table cells data
public final void setCells(List<TableDataCell> value)
The linked table cells data
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.