NX Open C++ Reference Guide
Classes | Enumerations
NXOpen::Diagramming::Tables Namespace Reference

Provides classes and interfaces for Diagramming Tables. More...

Classes

class  CellBuilder
 Represents a CellBuilder. More...
 
class  CellRangeBuilder
 Represents a CellRangeBuilder. More...
 
class  CellSettingsBuilder
 Represents a CellSettingsBuilder. More...
 
class  ColumnBuilder
 Represents a ColumnBuilder. More...
 
class  ContinuationDataBuilder
 Represents a ContinuationDataBuilder. More...
 
class  RowBuilder
 Represents a RowBuilder. More...
 
struct  SizedSymbol
 Represents sized symbol information. More...
 
class  Table
 Represents the Table class. More...
 
class  TableBuilder
 Represents a TableBuilder. More...
 
class  TableCollection
 Represents a collection of Table. More...
 
class  TableSettingsBuilder
 Represents a TableSettingsBuilder. More...
 

Enumerations

enum  AnchorLocation { AnchorLocationTopLeft, AnchorLocationTopRight, AnchorLocationBottomLeft, AnchorLocationBottomRight }
 Represents the table anchor location. More...
 
enum  ContentAlignment {
  ContentAlignmentTopLeft, ContentAlignmentTopCenter, ContentAlignmentTopRight, ContentAlignmentMiddleLeft,
  ContentAlignmentMiddleCenter, ContentAlignmentMiddleRight, ContentAlignmentBottomLeft, ContentAlignmentBottomCenter,
  ContentAlignmentBottomRight
}
 Represents the cell content alignment. More...
 
enum  ContinuationLocation {
  ContinuationLocationUp, ContinuationLocationDown, ContinuationLocationLeft, ContinuationLocationRight,
  ContinuationLocationNextSheet
}
 Represents the table continuation location. More...
 
enum  HeaderLocation { HeaderLocationStart, HeaderLocationEnd }
 Represents the table header location. More...
 
enum  HeaderOrientation { HeaderOrientationVertical, HeaderOrientationHorizontal }
 Represents the table header orientation. More...
 
enum  OverflowBehavior { OverflowBehaviorWrap, OverflowBehaviorTruncate, OverflowBehaviorOverflowBorder, OverflowBehaviorShrinkToFit }
 Represents the cell overflow behavior. More...
 
enum  SizingMethod { SizingMethodAuto, SizingMethodFixed }
 Represents the column/row sizing method. More...
 
enum  ZeroDisplay { ZeroDisplayZero, ZeroDisplayDash, ZeroDisplayEmpty }
 Represents the cell zero display. More...
 

Detailed Description

Provides classes and interfaces for Diagramming Tables.

Enumeration Type Documentation

Represents the table anchor location.


Created in NX10.0.0.

Enumerator
AnchorLocationTopLeft 

Top left anchor location.

AnchorLocationTopRight 

Top right anchor location.

AnchorLocationBottomLeft 

Bottom left anchor location.

AnchorLocationBottomRight 

Bottom right anchor location.

Represents the cell content alignment.


Created in NX10.0.0.

Enumerator
ContentAlignmentTopLeft 

Top left content alignment.

ContentAlignmentTopCenter 

Top center content alignment.

ContentAlignmentTopRight 

Top right content alignment.

ContentAlignmentMiddleLeft 

Middle left content alignment.

ContentAlignmentMiddleCenter 

Middle center content alignment.

ContentAlignmentMiddleRight 

Middle right content alignment.

ContentAlignmentBottomLeft 

Bottom left content alignment.

ContentAlignmentBottomCenter 

Bottom center content alignment.

ContentAlignmentBottomRight 

Bottom right content alignment.

Represents the table continuation location.


Created in NX10.0.0.

Enumerator
ContinuationLocationUp 

Up continuation location.

ContinuationLocationDown 

Down continuation location.

ContinuationLocationLeft 

Left continuation location.

ContinuationLocationRight 

Right continuation location.

ContinuationLocationNextSheet 

Next sheet continuation location.

Represents the table header location.


Created in NX10.0.0.

Enumerator
HeaderLocationStart 

Start header location.

HeaderLocationEnd 

End header location.

Represents the table header orientation.


Created in NX10.0.0.

Enumerator
HeaderOrientationVertical 

Vertical header orientation.

HeaderOrientationHorizontal 

Horizontal header orientation.

Represents the cell overflow behavior.


Created in NX10.0.0.

Enumerator
OverflowBehaviorWrap 

Wrap overflow behavior.

OverflowBehaviorTruncate 

Truncate overflow behavior.

OverflowBehaviorOverflowBorder 

Overflow border overflow behavior.

OverflowBehaviorShrinkToFit 

Shrink to fit overflow behavior.

Represents the column/row sizing method.


Created in NX10.0.0.

Enumerator
SizingMethodAuto 

Auto sizing method.

SizingMethodFixed 

Fixed sizing method.

Represents the cell zero display.


Created in NX10.0.0.

Enumerator
ZeroDisplayZero 

Zero filled display.

ZeroDisplayDash 

Dash filled display.

ZeroDisplayEmpty 

Empty zero display.

Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.