Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Namespaces | Enumerations
TableCopyOption.cs File Reference

Go to the source code of this file.

Namespaces

namespace  Teigha
 
namespace  Teigha.TD
 

Enumerations

enum  Teigha.TD.TableCopyOption {
  Teigha.TD.kTableCopyOptionNone = 0 , Teigha.TD.kTableCopyOptionExpandOrContractTable = 0x1 , Teigha.TD.kTableCopyOptionSkipContent = 0x2 , Teigha.TD.kTableCopyOptionSkipValue = 0x4 ,
  Teigha.TD.kTableCopyOptionSkipField = 0x8 , Teigha.TD.kTableCopyOptionSkipFormula = 0x10 , Teigha.TD.kTableCopyOptionSkipBlock = 0x20 , Teigha.TD.kTableCopyOptionSkipDataLink = 0x40 ,
  Teigha.TD.kTableCopyOptionSkipLabelCell = 0x80 , Teigha.TD.kTableCopyOptionSkipDataCell = 0x100 , Teigha.TD.kTableCopyOptionSkipFormat = 0x200 , Teigha.TD.kTableCopyOptionSkipCellStyle = 0x400 ,
  Teigha.TD.kTableCopyOptionConvertFormatToOverrides = 0x800 , Teigha.TD.kTableCopyOptionSkipCellState = 0x1000 , Teigha.TD.kTableCopyOptionSkipContentFormat = 0x2000 , Teigha.TD.kTableCopyOptionSkipDissimilarContentFormat = 0x4000 ,
  Teigha.TD.kTableCopyOptionSkipGeometry = 0x8000 , Teigha.TD.kTableCopyOptionSkipMerges = 0x10000 , Teigha.TD.kTableCopyOptionFillTarget = 0x20000 , Teigha.TD.kTableCopyOptionOverwriteReadOnlyContent = 0x40000 ,
  Teigha.TD.kTableCopyOptionOverwriteReadOnlyFormat = 0x80000 , Teigha.TD.kTableCopyOptionOverwriteContentModifiedAfterUpdate = 0x100000 , Teigha.TD.kTableCopyOptionOverwriteFormatModifiedAfterUpdate = 0x200000 , Teigha.TD.kTableCopyOptionOnlyContentModifiedAfterUpdate = 0x400000 ,
  Teigha.TD.kTableCopyOptionOnlyFormatModifiedAfterUpdate = 0x800000 , Teigha.TD.kTableCopyOptionRowHeight = 0x1000000 , Teigha.TD.kTableCopyOptionColumnWidth = 0x2000000 , Teigha.TD.kTableCopyOptionFullCellState = 0x4000000 ,
  Teigha.TD.kTableCopyOptionForRountrip = 0x8000000 , Teigha.TD.kTableCopyOptionConvertFieldToValue = 0x10000000 , Teigha.TD.kTableCopyOptionSkipFieldTranslation = 0x20000000
}