Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbFormattedTableData::alignment Method
Syntax
C++
virtual OdDb::CellAlignment alignment(OdInt32 nRow, OdInt32 nCol) const;

Returns the cell alignment for the specified cell in this table object. 

 

Parameters
Description
nRow
[in] Row index of the cell.
nCol
[in] Column index of the cell.

Cell alignment for the specified cell.

alignment() returns one of the following: 

 

Name
Value
OdDb::kTopLeft
1
OdDb::kTopCenter
2
OdDb::kTopRight
3
OdDb::kMiddleLeft
4
OdDb::kMiddleCenter
5
OdDb::kMiddleRight
6
OdDb::kBottomLeft
7
OdDb::kBottomCenter
8
OdDb::kBottomRight
9
Copyright © 2002-2022. Open Design Alliance All rights reserved.