Share

alignment Method

Overload List

Method Description
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.
AcDbTable::alignment (int, int) This function returns the alignment of the text or block in the specified cell of the table.Possible cell alignment values are:
  • AcDb::kTopLeft
  • AcDb::kTopCenter
  • AcDb::kTopRight
  • AcDb::kMiddleLeft
  • AcDb::kMiddleCenter
  • AcDb::kMiddleRight
  • AcDb::kBottomLeft
  • AcDb::kBottomCenter
  • AcDb::kBottomRight

Was this information helpful?