Extended .NET SDK Documentation
2024 SP0
Loading...
Searching...
No Matches
SDK
DotNet
dd_inc
TD_SwigDb_TEMP
TargetLangSources
TableBreakOption.cs
Go to the documentation of this file.
1
//------------------------------------------------------------------------------
2
// <auto-generated />
3
//
4
// This file was automatically generated by SWIG (http://www.swig.org).
5
// Version 4.0.2
6
//
7
// Do not make changes to this file unless you know what you are doing--modify
8
// the SWIG interface file instead.
9
//------------------------------------------------------------------------------
10
11
namespace
Teigha.TD
{
12
13
[System.Flags]
public
enum
TableBreakOption
{
14
kTableBreakNone
= 0,
15
kTableBreakEnableBreaking
= 0x01,
16
kTableBreakRepeatTopLabels
= 0x02,
17
kTableBreakRepeatBottomLabels
= 0x04,
18
kTableBreakAllowManualPositions
= 0x08,
19
kTableBreakAllowManualHeights
= 0x10
20
}
21
22
}
Teigha.TD
Definition:
_ArcData.cs:11
Teigha.TD.TableBreakOption
TableBreakOption
Definition:
TableBreakOption.cs:13
Teigha.TD.TableBreakOption.kTableBreakAllowManualHeights
@ kTableBreakAllowManualHeights
Teigha.TD.TableBreakOption.kTableBreakNone
@ kTableBreakNone
Teigha.TD.TableBreakOption.kTableBreakAllowManualPositions
@ kTableBreakAllowManualPositions
Teigha.TD.TableBreakOption.kTableBreakEnableBreaking
@ kTableBreakEnableBreaking
Teigha.TD.TableBreakOption.kTableBreakRepeatTopLabels
@ kTableBreakRepeatTopLabels
Teigha.TD.TableBreakOption.kTableBreakRepeatBottomLabels
@ kTableBreakRepeatBottomLabels
Generated on Wed Apr 5 2023 17:05:16