Skip to main content

TsgDXFAcadTable

Unit: DXFConv

Description

This class defines ACAD_TABLE entity.

Syntax

TsgDXFAcadTable = class(TsgDXFInsert)

Properties

PropertiesDescription
BaseCellThe property gets a base cell of the table.
CellThe property gets or sets a cell of the table.
ColWidthThe property gets or sets column width.
FlagsThe property gets or sets flag values.
NumColsThe property gets or sets a number of columns.
NumRowsThe property gets or sets a number of rows.
OverrideFlagsThe property gets or sets flags for an override.
PropertiesThe property gets or sets the TABLESTYLE object.
RowHeightThe property gets or sets row height.
SizesThe property gets or sets row height or column width depending on ANeedRowSize parameter value.
StyleThe property gets or sets table style.
Derived from TsgDXFInsertDescription
AngleThe property sets or gets a rotation angle.
AttribsThe property returns a list of the TsgDXFAttrib entities.
BlockThe property sets or gets inserted block.
ExtrusionThe property displays direction to local axis z.
OwnerThe property for nested block references, points to the TsgDXFInsert object whose block contains this block reference.
ScaleThe property contains scale in the X , Y and Z directions.
Derived from TsgDXFCustomVertexDescription
PointThe property contains coordinates of the vertex.
Derived from TsgDXFEntityDescription
BoxThe property determines the 3d box embraced the entity.
ColorThe property gets or sets entity color.
ColorCADThe property gets or sets a color for drawing entities.
ComplexThe property determines whether a entity is populated with child entities.
ConverterThe property returns the TsgDXFConverter class object.
CountThe property indicates the total number of child entities.
EntitiesThe property lists all child entities.
EntTypeThe property indicates type of an entity.
HandleThe property is used for finding entity links.
LayerThe property points to layer, containing given primitive if this layer is given.
LineTypeThe property sets and gets line type for an entity.
LineTypeScaleThe property sets and gets the Linetype scale.
LineWeightThe property sets or gets line weight in millimeters.
PaperSpaceThe property indicates Model Space and Paper Space entity segregation.
SrcEndThe property indicates end position of the entity description in the source CAD file.
SrcStartThe property indicates start position of the entity description in the source CAD file.
VisibilityThe property sets and gets entities visibility.
VisibleThe property determines whether the component appears onscreen.

Methods

MethodsDescription
AddColThe method adds column to the table.
AddRowThe method adds row to the table.
AssignEntityThe method copies properties of source entity to current entity.
ClearThe method clears TsgDXFAcadTable object data.
CreateInitializes a new instance of the TsgDXFAcadTable class.
DeleteColThe method deletes a specified column.
DeleteColsThe method deletes the columns from a specified column to another specified column.
DeleteRowThe method deletes a specified row.
DeleteRowsThe method deletes the rows from a specified row to another specified row.
DestroyDestroys an instance of the TsgDXFAcadTable class.
InsertColThe method inserts column into the table.
InsertRowThe method inserts row into the table.
MergeCellsThe method merges cells starting from a specified cell within a given span.
ResizeThe method changes size of the table.
SplitCellsThe method splits a specified cell.
Derived from TsgDXFInsertDescription
AssignEntityThe method copies properties of source entity to current entity.
AttribThe method returns the ATTRIB entity with given tag specified by S, and its insertion point.
CreateCreates an instance of the TsgDXFInsert class object.
DestroyFrees up all internal objects before destroying this object.
EntNameThe method returns TsgDXFBlock.Name or returns TsgDXFEntity.EntName.
FindBlockThe method returns the TsgDXFBlock entity specified by the AName parameter if exists.
GetMatrixThe method returns a coordinate-transformation matrix.
RealColorThe method inserts a specified entity to a list at a position specified by AIndex.
RealLayerThe method returns AColor.
Derived from TsgDXFEntityDescription
CloneThe method copies properties of source entity to current entity (include Handle).
DrawThe method generates the OnDraw event.
GetBoxPointsThe method is used in drawing cycle for fast checking whether the entity must be drawn.
GetThicknessThe method returns entity's thickness.
SetLTypeThe method sets line type of the entity.
SetLWeightThe method sets line weight width of the entity.

Events

Derived from TsgDXFEntityDescription
OnDrawThe event occurs when the Draw method is called.