Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDb::TableBreakFlowDirection Enumeration
Syntax
C++
enum TableBreakFlowDirection { kTableBreakFlowRight = 0x1, kTableBreakFlowDownOrUp = 0x2, kTableBreakFlowLeft = 0x4 };
Members
Description
kTableBreakFlowRight
Break tables in the direction from left to right
kTableBreakFlowDownOrUp
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
Break tables in the direction from right to left

Enumeration representing flow direction options for table breaking.

File: DbTable.h 

Namespace: OdDb 

Module: API Reference 

Copyright © 2002-2022. Open Design Alliance All rights reserved.