public class CadBaseTable extends CadBaseOwned
The Cad base table object.
Parameters_internalized, typeName_internalized
Constructor and Description |
---|
CadBaseTable()
Initializes a new instance of the
CadBaseTable class. |
Modifier and Type | Method and Description |
---|---|
short |
getMaxTableEntriesCount()
Gets or sets the max table entries count.
|
String |
getTableName()
Gets or sets the name of the table.
|
void |
mergeProperties_internalized(CadBase sourceObject)
The merge properties.
|
void |
setMaxTableEntriesCount(short value) |
void |
setTableName(String value) |
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
accept_internalized, acceptR12_internalized, addParameter_internalized, getApplicationCodesContainer, getObjectHandle, getShapeObject, getXdataContainer, removeParameter_internalized, setApplicationCodesContainer, setObjectHandle, setShapeObject, setXdataContainer
public CadBaseTable()
Initializes a new instance of the CadBaseTable
class.
public short getMaxTableEntriesCount()
Gets or sets the max table entries count.
Value: The max table entries count.public void setMaxTableEntriesCount(short value)
public String getTableName()
Gets or sets the name of the table.
Value: The name of the table.public void setTableName(String value)
public void mergeProperties_internalized(CadBase sourceObject)
The merge properties.
mergeProperties_internalized
in class CadBaseOwned
sourceObject
- The source object.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.