public class TableDataCell extends Object
The cad linked table cell data
| Constructor and Description |
|---|
TableDataCell()
Initializes a new instance of the
TableDataCell class. |
| Modifier and Type | Method and Description |
|---|---|
List<TableDataCellContent> |
getCellContents()
The cell contents
|
CadTableStyleCell |
getCellStyle()
The row cell style data
|
int |
getColumnCount()
The linked column count
|
CellContentGeometry |
getContentGeometry()
The cell content geometry
|
int |
getCustomData()
The cell custom data
|
List<TableCustomData> |
getCustomDataCollection()
The cell custom data collection
|
int |
getGeometryDataFlags()
The geometry data flags
|
int |
getRowCount()
The linked row count
|
int |
getStateFlag()
The cell state flag
|
int |
getStyleId()
The row style id
|
String |
getTooltip()
The cell tooltip
|
int |
getUnknown1()
The unknown int value
|
double |
getUnknown2()
The unknown double value
|
double |
getUnknown3()
The unknown double value
|
int |
getUnknownFlag()
The unknown flag
|
int |
getUnknownLinkedValue()
The unknown linked int value
|
int |
hasLinkedFlags()
The cell has linked flags
|
void |
setCellContents(List<TableDataCellContent> value)
The cell contents
|
void |
setCellStyle(CadTableStyleCell value)
The row cell style data
|
void |
setColumnCount(int value)
The linked column count
|
void |
setContentGeometry(CellContentGeometry value)
The cell content geometry
|
void |
setCustomData(int value)
The cell custom data
|
void |
setCustomDataCollection(List<TableCustomData> value)
The cell custom data collection
|
void |
setGeometryDataFlags(int value)
The geometry data flags
|
void |
setLinkedFlags(int value)
The cell has linked flags
|
void |
setRowCount(int value)
The linked row count
|
void |
setStateFlag(int value)
The cell state flag
|
void |
setStyleId(int value)
The row style id
|
void |
setTooltip(String value)
The cell tooltip
|
void |
setUnknown1(int value)
The unknown int value
|
void |
setUnknown2(double value)
The unknown double value
|
void |
setUnknown3(double value)
The unknown double value
|
void |
setUnknownFlag(int value)
The unknown flag
|
void |
setUnknownLinkedValue(int value)
The unknown linked int value
|
public TableDataCell()
Initializes a new instance of the TableDataCell class.
public final int getStateFlag()
The cell state flag
public final void setStateFlag(int value)
The cell state flag
public final String getTooltip()
The cell tooltip
public final void setTooltip(String value)
The cell tooltip
public final int getCustomData()
The cell custom data
public final void setCustomData(int value)
The cell custom data
public final List<TableCustomData> getCustomDataCollection()
The cell custom data collection
public final void setCustomDataCollection(List<TableCustomData> value)
The cell custom data collection
public final int hasLinkedFlags()
The cell has linked flags
public final void setLinkedFlags(int value)
The cell has linked flags
public final int getRowCount()
The linked row count
public final void setRowCount(int value)
The linked row count
public final int getColumnCount()
The linked column count
public final void setColumnCount(int value)
The linked column count
public final int getUnknownLinkedValue()
The unknown linked int value
public final void setUnknownLinkedValue(int value)
The unknown linked int value
public final List<TableDataCellContent> getCellContents()
The cell contents
public final void setCellContents(List<TableDataCellContent> value)
The cell contents
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 int getUnknownFlag()
The unknown flag
public final void setUnknownFlag(int value)
The unknown flag
public final int getUnknown1()
The unknown int value
public final void setUnknown1(int value)
The unknown int value
public final double getUnknown2()
The unknown double value
public final void setUnknown2(double value)
The unknown double value
public final double getUnknown3()
The unknown double value
public final void setUnknown3(double value)
The unknown double value
public final int getGeometryDataFlags()
The geometry data flags
public final void setGeometryDataFlags(int value)
The geometry data flags
public final CellContentGeometry getContentGeometry()
The cell content geometry
public final void setContentGeometry(CellContentGeometry value)
The cell content geometry
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.