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.imaging_internal.fileformats.cad.visitors.Visitor visitor)
Accepts the specified visitor.
|
String |
getBlockName()
Gets or sets the name of the block.
|
CadShortParameter |
getDesignCenterVersionNumber_internalized()
Gets the design center version number.
|
String |
getHardPointerToLayout()
Gets or sets the hard pointer to layout.
|
CadShortParameter |
getInsertUnits_internalized()
Gets the insert units.
|
void |
setBlockName(String value)
Gets or sets the name of the block.
|
void |
setHardPointerToLayout(String value)
Gets or sets the hard pointer to layout.
|
getMaxTableEntriesCount, getTableName, mergeProperties_internalized, setMaxTableEntriesCount, setTableName
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
acceptR12_internalized, addParameter_internalized, getApplicationCodesContainer, getObjectHandle, getShapeObject, getXdataContainer, setApplicationCodesContainer, setObjectHandle, setShapeObject, setXdataContainer
public CadBlockTableObject()
Initializes a new instance of the CadBlockTableObject
class.
public String getBlockName()
Gets or sets the name of the block.
Value: The name of the block.public void setBlockName(String value)
Gets or sets the name of the block.
Value: The name of the block.public String getHardPointerToLayout()
Gets or sets the hard pointer to layout.
Value: The hard pointer to layout.public void setHardPointerToLayout(String value)
Gets or 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.imaging_internal.fileformats.cad.visitors.Visitor visitor)
Accepts the specified visitor.
accept_internalized
in class CadBase
visitor
- The visitor.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.