Extended .NET SDK Documentation 2024 SP0
|
Go to the source code of this file.
Namespaces | |
namespace | Teigha |
namespace | Teigha.TD |
Enumerations | |
enum | Teigha.TD.CellProperty { Teigha.TD.kCellPropInvalid = 0x00000 , Teigha.TD.kCellPropDataType = 0x00001 , Teigha.TD.kCellPropDataFormat = 0x00002 , Teigha.TD.kCellPropRotation = 0x00004 , Teigha.TD.kCellPropScale = 0x00008 , Teigha.TD.kCellPropAlignment = 0x00010 , Teigha.TD.kCellPropContentColor = 0x00020 , Teigha.TD.kCellPropTextStyle = 0x00040 , Teigha.TD.kCellPropTextHeight = 0x00080 , Teigha.TD.kCellPropAutoScale = 0x00100 , Teigha.TD.kCellPropBackgroundColor = 0x00200 , Teigha.TD.kCellPropMarginLeft = 0x00400 , Teigha.TD.kCellPropMarginTop = 0x00800 , Teigha.TD.kCellPropMarginRight = 0x01000 , Teigha.TD.kCellPropMarginBottom = 0x02000 , Teigha.TD.kCellPropContentLayout = 0x04000 , Teigha.TD.kCellPropMergeAll = 0x08000 , Teigha.TD.kCellPropFlowDirBtoT = 0x10000 , Teigha.TD.kCellPropMarginHorzSpacing = 0x20000 , Teigha.TD.kCellPropMarginVertSpacing = 0x40000 , Teigha.TD.kCellPropDataTypeAndFormat = (kCellPropDataType|kCellPropDataFormat) , Teigha.TD.kCellPropContent = (kCellPropDataType|kCellPropDataFormat|kCellPropRotation|kCellPropScale|kCellPropContentColor|kCellPropTextStyle|kCellPropTextHeight|kCellPropAutoScale) , Teigha.TD.kCellPropBitProperties = (kCellPropAutoScale|kCellPropMergeAll|kCellPropFlowDirBtoT) , Teigha.TD.kCellPropAll = (kCellPropDataType|kCellPropDataFormat|kCellPropRotation|kCellPropScale|kCellPropAlignment|kCellPropContentColor|kCellPropBackgroundColor|kCellPropTextStyle|kCellPropTextHeight|kCellPropMarginLeft|kCellPropMarginTop|kCellPropMarginRight|kCellPropMarginBottom|kCellPropMarginHorzSpacing|kCellPropMarginVertSpacing|kCellPropAutoScale|kCellPropMergeAll|kCellPropFlowDirBtoT|kCellPropContentLayout) } |