Extended .NET SDK Documentation 2024 SP0
|
Go to the source code of this file.
Namespaces | |
namespace | Teigha |
namespace | Teigha.TD |
Enumerations | |
enum | Teigha.TD.CellState { Teigha.TD.kCellStateNone = 0x00 , Teigha.TD.kCellStateContentLocked = 0x01 , Teigha.TD.kCellStateContentReadOnly = 0x02 , Teigha.TD.kCellStateLinked = 0x04 , Teigha.TD.kCellStateContentModifiedAfterUpdate = 0x08 , Teigha.TD.kCellStateFormatLocked = 0x10 , Teigha.TD.kCellStateFormatReadOnly = 0x20 , Teigha.TD.kCellStateFormatModifiedAfterUpdate = 0x40 , Teigha.TD.kAllCellStates = (kCellStateContentLocked|kCellStateContentReadOnly|kCellStateLinked|kCellStateContentModifiedAfterUpdate|kCellStateFormatLocked|kCellStateFormatReadOnly|kCellStateFormatModifiedAfterUpdate) } |