Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
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
11namespace 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,
25 kCellPropMarginLeft = 0x00400,
26 kCellPropMarginTop = 0x00800,
27 kCellPropMarginRight = 0x01000,
28 kCellPropMarginBottom = 0x02000,
29 kCellPropContentLayout = 0x04000,
30 kCellPropMergeAll = 0x08000,
31 kCellPropFlowDirBtoT = 0x10000,
38}
39
40}