public class CadBlockTableObject extends CadBaseTable
The Cad block table object.
Parameters_internalized, typeName_internalized
Constructor and Description |
---|
CadBlockTableObject()
Initializes a new instance of the
CadBlockTableObject class. |
Modifier and Type | Method and Description |
---|---|
void |
accept_internalized(com.aspose.cad_internal.fileformats.cad.visitors.Visitor visitor)
Accepts the specified visitor.
|
byte[] |
getBitmapPreviewData()
Gets the bitmap preview data.
|
short |
getBlockExplodability()
Gets the block explodability.
|
short |
getBlockInsertionUnits()
Gets the block insertion units.
|
String |
getBlockName()
Gets the name of the block.
|
short |
getBlockScalability()
Gets the block scalability.
|
CadShortParameter |
getDesignCenterVersionNumber_internalized()
Gets the design center version number.
|
CadStringParameter |
getHardPointerToLayout()
Gets the hard pointer to layout.
|
CadShortParameter |
getInsertUnits_internalized()
Gets the insert units.
|
void |
setBitmapPreviewData(byte[] value)
Sets the bitmap preview data.
|
void |
setBlockExplodability(short value)
Gets the block explodability.
|
void |
setBlockInsertionUnits(short value)
Sets the block insertion units.
|
void |
setBlockName(String value)
Sets the name of the block.
|
void |
setBlockScalability(short value)
Sets the block scalability.
|
void |
setHardPointerToLayout(CadStringParameter value)
Sets the hard pointer to layout.
|
getMaxTableEntriesCount, getTableName, mergeProperties_internalized, setMaxTableEntriesCount, setTableName
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
acceptR12_internalized, addParameter_internalized, getApplicationCodesContainer, getAttribute102Values_internalized, getAttribute102Values, getAttributes_internalized, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, removeParameter_internalized, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadBlockTableObject()
Initializes a new instance of the CadBlockTableObject
class.
public short getBlockInsertionUnits()
Gets the block insertion units.
public void setBlockInsertionUnits(short value)
Sets the block insertion units.
value
- The block insertion units.public byte[] getBitmapPreviewData()
Gets the bitmap preview data.
public void setBitmapPreviewData(byte[] value)
Sets the bitmap preview data.
value
- The bitmap preview data.public short getBlockScalability()
Gets the block scalability.
public void setBlockScalability(short value)
Sets the block scalability.
value
- The block scalability.public short getBlockExplodability()
Gets the block explodability.
public void setBlockExplodability(short value)
Gets the block explodability.
value
- The block explodability.public String getBlockName()
Gets the name of the block.
public void setBlockName(String value)
Sets the name of the block.
value
- The name of the block.public CadStringParameter getHardPointerToLayout()
Gets the hard pointer to layout.
public void setHardPointerToLayout(CadStringParameter value)
Sets the hard pointer to layout.
value
- The hard pointer to layout.public CadShortParameter getDesignCenterVersionNumber_internalized()
Gets the design center version number.
public CadShortParameter getInsertUnits_internalized()
Gets the insert units.
public void accept_internalized(com.aspose.cad_internal.fileformats.cad.visitors.Visitor visitor)
Accepts the specified visitor.
accept_internalized
in class CadBase
visitor
- The visitor.