CAD开发者社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

ActiveX 开发指南

相关分类

表对象 (ActiveX)

2023-1-4 14:20| 发布者: admin| 查看: 661| 评论: 0|来自: AutoCAD

摘要: AutoCAD 表对象。

AutoCAD 表对象。

支持的平台:仅窗口

班级信息

类名

AcadTable

对象继承
Object
   AcadObject
      AcadEntity
         AcadTable
创建使用

VBA

ModelSpace.AddTable
PaperSpace.AddTable
Block.AddTable
访问方式

VBA

ModelSpace.Item
PaperSpace.Item
Block.Item
SelectionSet.Item
Group.Item

成员

这些成员是此对象的一部分:

方法

性能

事件

阵列极地

阵列矩形

清除子选择

ClearTableStyleOverrides

复制

创建内容

删除

删除单元格内容

删除列

删除内容

删除行

启用全部合并

格式值

生成布局

获取对齐

获取附件点

获取自动缩放

获取自动缩放2

获取背景颜色

获取背景颜色无

获取块属性值

GetBlockAttributeValue2

GetBlockRotation

GetBlockScale

GetBlockTableRecordId

GetBlockTableRecordId2

GetBoundingBox

GetBreakHeight

GetCellAlignment

GetCellBackgroundColor

GetCellBackgroundColorNone

GetCellContentColor

GetCellDataType

GetCellExtents

GetCellFormat

GetCellGridColor

GetCellGridLineWeight

GetCellGridVisibility

GetCellState

GetCellStyle

GetCellStyleOverrides

GetCellTextHeight

GetCellTextStyle

GetCellType

GetCellValue

GetColumnName

GetColumnWidth

GetContentColor

GetContentColor2

GetContentLayout

GetContentType

GetCustomData

GetDataFormat

GetDataType

GetDataType2

GetExtensionDictionary

GetFieldId

GetFieldId2

GetFormat

GetFormula

GetGridColor

GetGridColor2

GetGridDoubleLineSpacing

GetGridLineStyle

GetGridLinetype

GetGridLineWeight

GetGridLineWeight2

GetGridVisibility

GetGridVisibility2

GetHasFormula

GetMargin

GetMinimumColumnWidth

GetMinimumRowHeight

GetOverride

GetRotation

GetRowHeight

GetRowType

GetScale

GetSubSelection

GetText

GetTextHeight

GetTextHeight2

GetTextRotation

GetTextString

GetTextStyle

GetTextStyle2

GetValue

GetXData

Highlight

HitTest

InsertColumns

InsertColumnsAndInherit

InsertRows

InsertRowsAndInherit

IntersectWith

IsContentEditable

IsEmpty

IsFormatEditable

IsMergeAllEnabled

IsMergedCell

MergeCells

Mirror

Mirror3D

Move

MoveContent

RecomputeTableBlock

RemoveAllOverrides

ReselectSubRegion

ResetCellValue

Rotate

Rotate3D

ScaleEntity

Select

SelectSubRegion

SetAlignment

SetAutoScale

SetAutoScale2

SetBackgroundColor

SetBackgroundColorNone

SetBlockAttributeValue

SetBlockAttributeValue2

SetBlockRotation

SetBlockScale

SetBlockTableRecordId

SetBlockTableRecordId2

SetBreakHeight

SetCellAlignment

SetCellBackgroundColor

SetCellBackgroundColorNone

SetCellContentColor

SetCellDataType

SetCellFormat

SetCellGridColor

SetCellGridLineWeight

SetCellGridVisibility

SetCellState

SetCellStyle

SetCellTextHeight

SetCellTextStyle

SetCellType

SetCellValue

SetCellValueFromText

SetColumnName

SetColumnWidth

SetContentColor

SetContentColor2

SetContentLayout

SetCustomData

SetDataFormat

SetDataType

SetDataType2

SetFieldId

SetFieldId2

SetFormat

SetFormula

SetGridColor

SetGridColor2

SetGridDoubleLineSpacing

SetGridLineStyle

SetGridLinetype

SetGridLineWeight

SetGridLineWeight2

SetGridVisibility

SetGridVisibility2

SetMargin

SetOverride

SetRotation

SetRowHeight

SetScale

SetSubSelection

SetText

SetTextHeight

SetTextHeight2

SetTextRotation

SetTextString

设置文本样式

设置文本样式2

设置工具提示

设定值

SetValueFromText

SetXData

变换者

取消合并单元格

更新

允许手动高度

允许手动位置

应用

中断已启用

间隔

列宽

方向

公文

启用中断

实体透明度

流向

处理

HasExtensionDictionary

有子选择

标头抑制

高度

HorzCellMargin

超链接

插入点

Linetype

LinetypeScale

Lineweight

Material

MinimumTableHeight

MinimumTableWidth

ObjectID

ObjectName

OwnerID

PlotStyleName

RegenerateTableSuppressed

RepeatBottomLabels

RepeatTopLabels

RowHeight

Rows

StyleName

TableBreakFlowDirection

TableBreakHeight

TableStyleOverrides

TitleSuppressed

TrueColor

VertCellMargin

Visible

Width

改 性

言论

表包含行和列中的数据。可以使用 Table 对象在图形中添加和修改表。

若要向图形中添加表,请使用该方法。添加表后,可以修改列数、行数和其他设置。 AddTable

更改对象的所有方法都执行以下操作:Table

  1. 在写入模式下打开表对象
  2. 根据输入参数修改表对象
  3. 关闭 Table 对象,这将重新计算该 Table

重新计算大型表会消耗大量时间和内存,因为对象是从头开始重建的。如果要进行多次调用来更新表,则可以通过在进行修改之前和之后进行设置来提高性能。TableRegenerateTableSuppressed


路过

雷人

握手

鲜花

鸡蛋

最新评论

QQ|Archiver|CAD开发者社区 ( 苏ICP备2022047690号-1 )

GMT+8, 2024-5-12 13:25

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

返回顶部