| TableVerticalPositionAlignment Enum | Docentric Toolkit Help Send Feedback | 
Represents a set of possible vertical alignment values when using the 'Alignment' position for a floating table.
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public enum TableVerticalPositionAlignment
| Member name | Description | 
|---|---|
| Bottom | Specifies that the floating table shall be vertically aligned to the bottom edge of the positioning base. | 
| Center | Specifies that the floating table shall be vertically centered with respect to the positioning base. | 
| Inside | Specifies that the floating table shall be vertically aligned to the edge of the positioning base, and positioned inside that object. | 
| Outside | Specifies that the floating table shall be vertically aligned to the edge of the positioning base, and positioned outside that object. | 
| Top | Specifies that the parent table shall be vertically aligned to the top edge of the positioning base. | 
