public class TableDataColumn extends Object
The cad linked table column data
| Constructor and Description |
|---|
TableDataColumn()
Initializes a new instance of the
CadLinkedTableColumnData class. |
| Modifier and Type | Method and Description |
|---|---|
CadTableStyleCell |
getCellStyle()
The table cell style data
|
String |
getColumnName()
The column name
|
int |
getCustomData()
The custom data
|
List<TableCustomData> |
getCustomDataCollection()
The column custom data collection
|
int |
getStyleId()
The column style id
|
double |
getWidth()
The column width
|
void |
setCellStyle(CadTableStyleCell value)
The table cell style data
|
void |
setColumnName(String value)
The column name
|
void |
setCustomData(int value)
The custom data
|
void |
setCustomDataCollection(List<TableCustomData> value)
The column custom data collection
|
void |
setStyleId(int value)
The column style id
|
void |
setWidth(double value)
The column width
|
public TableDataColumn()
Initializes a new instance of the CadLinkedTableColumnData class.
public final String getColumnName()
The column name
public final void setColumnName(String value)
The column name
public final int getCustomData()
The custom data
public final void setCustomData(int value)
The custom data
public final List<TableCustomData> getCustomDataCollection()
The column custom data collection
public final void setCustomDataCollection(List<TableCustomData> value)
The column custom data collection
public final CadTableStyleCell getCellStyle()
The table cell style data
public final void setCellStyle(CadTableStyleCell value)
The table cell style data
public final int getStyleId()
The column style id
public final void setStyleId(int value)
The column style id
public final double getWidth()
The column width
public final void setWidth(double value)
The column width
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.