Extended .NET SDK Documentation
2024 SP0
Loading...
Searching...
No Matches
SDK
DotNet
dd_inc
TD_SwigDb_TEMP
TargetLangSources
CellProperty.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
CellProperty
{
14
kCellPropInvalid
= 0x00000,
15
kCellPropDataType
= 0x00001,
16
kCellPropDataFormat
= 0x00002,
17
kCellPropRotation
= 0x00004,
18
kCellPropScale
= 0x00008,
19
kCellPropAlignment
= 0x00010,
20
kCellPropContentColor
= 0x00020,
21
kCellPropTextStyle
= 0x00040,
22
kCellPropTextHeight
= 0x00080,
23
kCellPropAutoScale
= 0x00100,
24
kCellPropBackgroundColor
= 0x00200,
25
kCellPropMarginLeft
= 0x00400,
26
kCellPropMarginTop
= 0x00800,
27
kCellPropMarginRight
= 0x01000,
28
kCellPropMarginBottom
= 0x02000,
29
kCellPropContentLayout
= 0x04000,
30
kCellPropMergeAll
= 0x08000,
31
kCellPropFlowDirBtoT
= 0x10000,
32
kCellPropMarginHorzSpacing
= 0x20000,
33
kCellPropMarginVertSpacing
= 0x40000,
34
kCellPropDataTypeAndFormat
= (
kCellPropDataType
|
kCellPropDataFormat
),
35
kCellPropContent
= (
kCellPropDataType
|
kCellPropDataFormat
|
kCellPropRotation
|
kCellPropScale
|
kCellPropContentColor
|
kCellPropTextStyle
|
kCellPropTextHeight
|
kCellPropAutoScale
),
36
kCellPropBitProperties
= (
kCellPropAutoScale
|
kCellPropMergeAll
|
kCellPropFlowDirBtoT
),
37
kCellPropAll
= (
kCellPropDataType
|
kCellPropDataFormat
|
kCellPropRotation
|
kCellPropScale
|
kCellPropAlignment
|
kCellPropContentColor
|
kCellPropBackgroundColor
|
kCellPropTextStyle
|
kCellPropTextHeight
|
kCellPropMarginLeft
|
kCellPropMarginTop
|
kCellPropMarginRight
|
kCellPropMarginBottom
|
kCellPropMarginHorzSpacing
|
kCellPropMarginVertSpacing
|
kCellPropAutoScale
|
kCellPropMergeAll
|
kCellPropFlowDirBtoT
|
kCellPropContentLayout
)
38
}
39
40
}
Teigha.TD
Definition:
_ArcData.cs:11
Teigha.TD.CellProperty
CellProperty
Definition:
CellProperty.cs:13
Teigha.TD.CellProperty.kCellPropDataFormat
@ kCellPropDataFormat
Teigha.TD.CellProperty.kCellPropMergeAll
@ kCellPropMergeAll
Teigha.TD.CellProperty.kCellPropMarginLeft
@ kCellPropMarginLeft
Teigha.TD.CellProperty.kCellPropAlignment
@ kCellPropAlignment
Teigha.TD.CellProperty.kCellPropAll
@ kCellPropAll
Teigha.TD.CellProperty.kCellPropContent
@ kCellPropContent
Teigha.TD.CellProperty.kCellPropMarginBottom
@ kCellPropMarginBottom
Teigha.TD.CellProperty.kCellPropFlowDirBtoT
@ kCellPropFlowDirBtoT
Teigha.TD.CellProperty.kCellPropInvalid
@ kCellPropInvalid
Teigha.TD.CellProperty.kCellPropAutoScale
@ kCellPropAutoScale
Teigha.TD.CellProperty.kCellPropDataType
@ kCellPropDataType
Teigha.TD.CellProperty.kCellPropMarginHorzSpacing
@ kCellPropMarginHorzSpacing
Teigha.TD.CellProperty.kCellPropTextStyle
@ kCellPropTextStyle
Teigha.TD.CellProperty.kCellPropMarginRight
@ kCellPropMarginRight
Teigha.TD.CellProperty.kCellPropContentColor
@ kCellPropContentColor
Teigha.TD.CellProperty.kCellPropDataTypeAndFormat
@ kCellPropDataTypeAndFormat
Teigha.TD.CellProperty.kCellPropContentLayout
@ kCellPropContentLayout
Teigha.TD.CellProperty.kCellPropTextHeight
@ kCellPropTextHeight
Teigha.TD.CellProperty.kCellPropMarginVertSpacing
@ kCellPropMarginVertSpacing
Teigha.TD.CellProperty.kCellPropMarginTop
@ kCellPropMarginTop
Teigha.TD.CellProperty.kCellPropScale
@ kCellPropScale
Teigha.TD.CellProperty.kCellPropBackgroundColor
@ kCellPropBackgroundColor
Teigha.TD.CellProperty.kCellPropRotation
@ kCellPropRotation
Teigha.TD.CellProperty.kCellPropBitProperties
@ kCellPropBitProperties
Generated on Wed Apr 5 2023 17:04:36