 AcDbTable::alignment (AcDb::RowType) |
This function returns the cell alignment for a given row type of the table object.The possible row type values are:
- AcDb::kDataRow
- AcDb::kTitleRow
- AcDb::kHeaderRow.
If no row type is specified, the default of kDataRow will be used.Possible cell alignment values are:
- AcDb::kTopLeft
- AcDb::kTopCenter
- AcDb::kTopRight
- AcDb::kMiddleLeft
- AcDb::kMiddleCenter
- AcDb::kMiddleRight
- AcDb::kBottomLeft
- AcDb::kBottomCenter
- AcDb::kBottomRight
This method is deprecated and may be removed in a future release. |