NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Classes | Enumerations
Package NXOpen.Diagramming.Tables

Classes

struct  _SizedSymbol
 Represents sized symbol information.
 
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  NamespaceDoc
 Provides classes and interfaces for Diagramming Tables. 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 { TopLeft, TopRight, BottomLeft, BottomRight }
 Represents the table anchor location. More...
 
enum  ContentAlignment {
  TopLeft, TopCenter, TopRight, MiddleLeft,
  MiddleCenter, MiddleRight, BottomLeft, BottomCenter,
  BottomRight
}
 Represents the cell content alignment. More...
 
enum  ContinuationLocation {
  Up, Down, Left, Right,
  NextSheet
}
 Represents the table continuation location. More...
 
enum  HeaderLocation { Start, End }
 Represents the table header location. More...
 
enum  HeaderOrientation { Vertical, Horizontal }
 Represents the table header orientation. More...
 
enum  OverflowBehavior {
  Wrap, Truncate, OverflowBorder, ShrinkToFit,
  Suffix
}
 Represents the cell overflow behavior. More...
 
enum  SizingMethod { Auto, Fixed }
 Represents the column/row sizing method. More...
 
enum  TextDirection { Horizontal, VerticalRightReading, VerticalLeftReading }
 Represents the table text direction. More...
 
enum  ZeroDisplay { Zero, Dash, Empty }
 Represents the cell zero display. More...
 

Enumeration Type Documentation

Represents the table anchor location.

Enumerator
TopLeft 

Top left anchor location

TopRight 

Top right anchor location

BottomLeft 

Bottom left anchor location

BottomRight 

Bottom right anchor location

Represents the cell content alignment.

Enumerator
TopLeft 

Top left content alignment

TopCenter 

Top center content alignment

TopRight 

Top right content alignment

MiddleLeft 

Middle left content alignment

MiddleCenter 

Middle center content alignment

MiddleRight 

Middle right content alignment

BottomLeft 

Bottom left content alignment

BottomCenter 

Bottom center content alignment

BottomRight 

Bottom right content alignment

Represents the table continuation location.

Enumerator
Up 

Up continuation location

Down 

Down continuation location

Left 

Left continuation location

Right 

Right continuation location

NextSheet 

Next sheet continuation location

Represents the table header location.

Enumerator
Start 

Start header location

End 

End header location

Represents the table header orientation.

Enumerator
Vertical 

Vertical header orientation

Horizontal 

Horizontal header orientation

Represents the cell overflow behavior.

Enumerator
Wrap 

Wrap overflow behavior

Truncate 

Truncate overflow behavior

OverflowBorder 

Overflow border overflow behavior

ShrinkToFit 

Shrink to fit overflow behavior

Suffix 

Suffix overflow behavior

Represents the column/row sizing method.

Enumerator
Auto 

Auto sizing method

Fixed 

Fixed sizing method

Represents the table text direction.

Enumerator
Horizontal 

Horizontal left-reading text orientation

VerticalRightReading 

Vertical text rotated from horizontal 270 degrees clockwise

VerticalLeftReading 

Vertical text rotated from horizontal 90 degrees clockwise

Represents the cell zero display.

Enumerator
Zero 

Zero filled display

Dash 

Dash filled display

Empty 

Empty zero display

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