public class CadFormattedTableData extends Object
The cad formatted table data
| Constructor and Description |
|---|
CadFormattedTableData()
Initializes a new instance of the
CadFormattedTableData class. |
| Modifier and Type | Method and Description |
|---|---|
CadTableStyleCell |
getCellStyle()
The table cell style data
|
List<FormattedTableCellRange> |
getMergedCellRanges()
The merged cell ranges
|
void |
setCellStyle(CadTableStyleCell value)
The table cell style data
|
void |
setMergedCellRanges(List<FormattedTableCellRange> value)
The merged cell ranges
|
public CadFormattedTableData()
Initializes a new instance of the CadFormattedTableData class.
public final CadTableStyleCell getCellStyle()
The table cell style data
public final void setCellStyle(CadTableStyleCell value)
The table cell style data
public final List<FormattedTableCellRange> getMergedCellRanges()
The merged cell ranges
public final void setMergedCellRanges(List<FormattedTableCellRange> value)
The merged cell ranges
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.