Represents a vertical alignment for a table cell content.

Namespace: Docentric.Documents.ObjectModel.Tables
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public enum TableCellVerticalAlignment

Member name Description
Bottom The table cell content will be vertically aligned to the bottom margin of the table cell.
Center The table cell content will be vertically aligned to the center of the table cell.
Top The table cell content will be vertically aligned to the top margin of the table cell.