Parameters |
Description |
OdDb::CellAlignment alignment |
[in] Alignment. |
int rowTypes = OdDb::kAllRows |
[in] Row types. |
Sets the cell alignment for the specified row types in this TableStyle object (DXF 170).
rowTypes must be a combination of one or more of the following:
Name |
Value |
OdDb::kTitleRow |
1 |
OdDb::kHeaderRow |
2 |
OdDb::kDataRow |
4 |
alignment must be 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–2020. Open Design Alliance. All rights reserved.
|