All Frameworks  Object Hierarchy  This Framework  Indexes  

CatTablePosition (Enumeration)

enum CatTablePosition {
  CatTableTopLeft,
  CatTableMiddleLeft,
  CatTableBottomLeft,
  CatTableTopCenter,
  CatTableMiddleCenter,
  CatTableBottomCenter,
  CatTableTopRight,
  CatTableMiddleRight,
  CatTableBottomRight
}
Table anchor position or table cell alignment.
Values:
CatTableTopLeft
The anchor point is at the top left
CatTableMiddleLeft
The anchor point is at the middle left
CatTableBottomLeft
The anchor point is at the bottom left
CatTableTopCenter
The anchor point is at the top center
CatTableMiddleCenter
The anchor point is at the middle center
CatTableBottomCenter
The anchor point is at the bottom center
CatTableTopRight
The anchor point is at the top right
CatTableMiddleRight
The anchor point is at the middle right
CatTableBottomRight
The anchor point is at the bottom right


Copyright © 2003, Dassault Systèmes. All rights reserved.