public class CadTableContent extends CadBaseObject
Class describing TABLECONTENT object.
| Constructor and Description |
|---|
CadTableContent()
Initializes a new instance of the
CadTableContent class. |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
The linked data description
|
List<CadCodeValue> |
getFormatedTableDataParameters()
Gets or sets the formated table data parameters.
|
CadFormattedTableData |
getFormattedTableData()
The formatted table data
|
List<CadCodeValue> |
getLinkedDataParameters()
Gets or sets the linked data parameters.
|
CadLinkedTableData |
getLinkedTableData()
The linked table data
|
List<CadCodeValue> |
getLinkedTableDataParameters()
Gets or sets the linked table data parameters.
|
String |
getName()
The linked data name
|
List<CadCodeValue> |
getTableContentParameters()
Gets or sets the table content parameters.
|
void |
setDescription(String value)
The linked data description
|
void |
setFormatedTableDataParameters(List<CadCodeValue> value)
Gets or sets the formated table data parameters.
|
void |
setFormattedTableData(CadFormattedTableData value)
The formatted table data
|
void |
setLinkedDataParameters(List<CadCodeValue> value)
Gets or sets the linked data parameters.
|
void |
setLinkedTableData(CadLinkedTableData value)
The linked table data
|
void |
setLinkedTableDataParameters(List<CadCodeValue> value)
Gets or sets the linked table data parameters.
|
void |
setName(String value)
The linked data name
|
void |
setTableContentParameters(List<CadCodeValue> value)
Gets or sets the table content parameters.
|
getChildObjects, getTypeName, setChildObjectsgetHardOwner, getNumreactors, getReactors, getSoftOwner, getStorageFlag, isSoftOwnerSet, setHardOwner, setNumreactors, setReactors, setSoftOwner, setStorageFlaggetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getUID, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setUID, setXdataContainerpublic CadTableContent()
Initializes a new instance of the CadTableContent class.
public List<CadCodeValue> getTableContentParameters()
Gets or sets the table content parameters.
public void setTableContentParameters(List<CadCodeValue> value)
Gets or sets the table content parameters.
value - The table content parameters.public List<CadCodeValue> getFormatedTableDataParameters()
Gets or sets the formated table data parameters.
public void setFormatedTableDataParameters(List<CadCodeValue> value)
Gets or sets the formated table data parameters.
value - The formated table data parameters.public List<CadCodeValue> getLinkedTableDataParameters()
Gets or sets the linked table data parameters.
public void setLinkedTableDataParameters(List<CadCodeValue> value)
Gets or sets the linked table data parameters.
value - The linked table data parameters.public List<CadCodeValue> getLinkedDataParameters()
Gets or sets the linked data parameters.
public void setLinkedDataParameters(List<CadCodeValue> value)
Gets or sets the linked data parameters.
value - The linked data parameters.public final String getName()
The linked data name
public final void setName(String value)
The linked data name
public final String getDescription()
The linked data description
public final void setDescription(String value)
The linked data description
public final CadLinkedTableData getLinkedTableData()
The linked table data
public final void setLinkedTableData(CadLinkedTableData value)
The linked table data
public final CadFormattedTableData getFormattedTableData()
The formatted table data
public final void setFormattedTableData(CadFormattedTableData value)
The formatted table data
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.