NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
NXOpen::Diagramming::Tables 命名空间参考

图表表格模块 更多...

class  Cell
 表格单元格 更多...
class  CellBuilder
 表格单元格构建器 更多...
class  CellRangeBuilder
 表格单元格范围构建器 更多...
class  CellSettingsBuilder
 表格单元格设置构建器 更多...
class  ColumnBuilder
 列构建器 更多...
class  ContinuationDataBuilder
 延续数据构建器 更多...
class  RowBuilder
 行构建器 更多...
struct  SizedSymbol
class  Table
 表格对象 更多...
class  TableBuilder
 表格构建器 更多...
class  TableCollection
 表格集合 更多...
class  TableSettingsBuilder
 表格设置构建器 更多...

枚举

enum  AnchorLocation { AnchorLocationTopLeft , AnchorLocationTopRight , AnchorLocationBottomLeft , AnchorLocationBottomRight }
enum  ContentAlignment {
  ContentAlignmentTopLeft , ContentAlignmentTopCenter , ContentAlignmentTopRight , ContentAlignmentMiddleLeft ,
  ContentAlignmentMiddleCenter , ContentAlignmentMiddleRight , ContentAlignmentBottomLeft , ContentAlignmentBottomCenter ,
  ContentAlignmentBottomRight
}
enum  ContinuationLocation {
  ContinuationLocationUp , ContinuationLocationDown , ContinuationLocationLeft , ContinuationLocationRight ,
  ContinuationLocationNextSheet
}
enum  HeaderLocation { HeaderLocationStart , HeaderLocationEnd }
enum  HeaderOrientation { HeaderOrientationVertical , HeaderOrientationHorizontal }
enum  OverflowBehavior {
  OverflowBehaviorWrap , OverflowBehaviorTruncate , OverflowBehaviorOverflowBorder , OverflowBehaviorShrinkToFit ,
  OverflowBehaviorSuffix
}
enum  SizingMethod { SizingMethodAuto , SizingMethodFixed }
enum  TextDirection { TextDirectionHorizontal , TextDirectionVerticalRightReading , TextDirectionVerticalLeftReading }
enum  ZeroDisplay { ZeroDisplayZero , ZeroDisplayDash , ZeroDisplayEmpty }

详细描述

图表表格模块

表格相关类

图表模块中的表格子模块

枚举类型说明

◆ AnchorLocation

表示表格锚点位置。
创建于NX10.0.0。

枚举值
AnchorLocationTopLeft 

左上锚点位置

AnchorLocationTopRight 

右上锚点位置

AnchorLocationBottomLeft 

左下锚点位置

AnchorLocationBottomRight 

右下锚点位置

◆ ContentAlignment

表示单元格内容对齐方式。
创建于NX10.0.0。

枚举值
ContentAlignmentTopLeft 

左上内容对齐

ContentAlignmentTopCenter 

顶部居中内容对齐

ContentAlignmentTopRight 

右上内容对齐

ContentAlignmentMiddleLeft 

左中内容对齐

ContentAlignmentMiddleCenter 

居中内容对齐

ContentAlignmentMiddleRight 

右中内容对齐

ContentAlignmentBottomLeft 

左下内容对齐

ContentAlignmentBottomCenter 

底部居中内容对齐

ContentAlignmentBottomRight 

右下内容对齐

◆ ContinuationLocation

表示表格续接位置。
创建于NX10.0.0。

枚举值
ContinuationLocationUp 

向上续接位置

ContinuationLocationDown 

向下续接位置

ContinuationLocationLeft 

向左续接位置

ContinuationLocationRight 

向右续接位置

ContinuationLocationNextSheet 

下一张图纸续接位置

◆ HeaderLocation

表示表格标题位置。
创建于NX10.0.0。

枚举值
HeaderLocationStart 

起始标题位置

HeaderLocationEnd 

结束标题位置

◆ HeaderOrientation

表示表格标题方向。
创建于NX10.0.0。

枚举值
HeaderOrientationVertical 

垂直标题方向

HeaderOrientationHorizontal 

水平标题方向

◆ OverflowBehavior

表示单元格溢出行为。
创建于NX10.0.0。

枚举值
OverflowBehaviorWrap 

换行溢出行为

OverflowBehaviorTruncate 

截断溢出行为

OverflowBehaviorOverflowBorder 

溢出边框溢出行为

OverflowBehaviorShrinkToFit 

缩小以适应溢出行为

OverflowBehaviorSuffix 

后缀溢出行为

◆ SizingMethod

表示列/行的调整大小方法。
创建于NX10.0.0。

枚举值
SizingMethodAuto 

自动调整大小方法

SizingMethodFixed 

固定调整大小方法

◆ TextDirection

表示表格文本方向。
创建于NX1872.0.0。

枚举值
TextDirectionHorizontal 

水平左读文本方向

TextDirectionVerticalRightReading 

垂直文本从水平顺时针旋转270度

TextDirectionVerticalLeftReading 

垂直文本从水平顺时针旋转90度

◆ ZeroDisplay

表示单元格零显示方式。
创建于NX10.0.0。

枚举值
ZeroDisplayZero 

显示零

ZeroDisplayDash 

显示短划线

ZeroDisplayEmpty 

显示空