Parameters |
Description |
OdDb::TableBreakOption option |
[in] Table break option. |
Sets the table break option of this table entity.
option should be a combination of one or more of the following:
Name |
Value |
Description |
OdDb::kTableBreakNone |
0 |
No table break. |
OdDb::kTableBreakEnableBreaking |
0x01 |
Enable table breaking. |
OdDb::kTableBreakRepeatTopLabels |
0x02 |
Repeat top labels in all tables. |
OdDb::kTableBreakRepeatBottomLabels |
0x04 |
Repeat bottom labels in all tables. |
OdDb::kTableBreakAllowManualPositions |
0x08 |
Allow manual position for each sub-table. |
OdDb::kTableBreakAllowManualHeights |
0x10 |
Allow manual height for each sub-table. |
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|