TableCellTextDirection Enum |
Docentric Toolkit Help
Send Feedback |
Represents a direction of the text flow in a table cell.
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public enum TableCellTextDirection
| Member name | Description |
|---|---|
| BottomToTop | The text in the parent element shall flow from bottom to top vertically. |
| LeftToRight | The text in the parent element shall flow from left to right horizontally. |
| TopToBottom | The text in the parent element shall flow from top to bottom vertically. |