API Reference > Namespaces > OdDb Namespace > Structs, Records, Enums > OdDb::TableBreakFlowDirection Enumeration
OdDb::TableBreakFlowDirection Enumeration
Syntax
C++
enum TableBreakFlowDirection { kTableBreakFlowRight = 0x1, kTableBreakFlowDownOrUp = 0x2, kTableBreakFlowLeft = 0x4 };

DbTable.h

Members 
Description 
kTableBreakFlowRight = 0x1 
Break tables in the direction from left to right 
kTableBreakFlowDownOrUp = 0x2 
Break tables in the directions from top to bottom (for top to bottom flow table) or from bottom to top (for bottom to top flow table) 
kTableBreakFlowLeft = 0x4 
Break tables in the direction from right to left 

Enumeration representing flow direction options for table breaking.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.