Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDb::TableCopyOption Enumeration
Syntax
C++
enum TableCopyOption { kTableCopyOptionNone = 0, kTableCopyOptionExpandOrContractTable = 0x1, kTableCopyOptionSkipContent = 0x2, kTableCopyOptionSkipValue = 0x4, kTableCopyOptionSkipField = 0x8, kTableCopyOptionSkipFormula = 0x10, kTableCopyOptionSkipBlock = 0x20, kTableCopyOptionSkipDataLink = 0x40, kTableCopyOptionSkipLabelCell = 0x80, kTableCopyOptionSkipDataCell = 0x100, kTableCopyOptionSkipFormat = 0x200, kTableCopyOptionSkipCellStyle = 0x400, kTableCopyOptionConvertFormatToOverrides = 0x800, kTableCopyOptionSkipCellState = 0x1000, kTableCopyOptionSkipContentFormat = 0x2000, kTableCopyOptionSkipDissimilarContentFormat = 0x4000, kTableCopyOptionSkipGeometry = 0x8000, kTableCopyOptionSkipMerges = 0x10000, kTableCopyOptionFillTarget = 0x20000, kTableCopyOptionOverwriteReadOnlyContent = 0x40000, kTableCopyOptionOverwriteReadOnlyFormat = 0x80000, kTableCopyOptionOverwriteContentModifiedAfterUpdate = 0x100000, kTableCopyOptionOverwriteFormatModifiedAfterUpdate = 0x200000, kTableCopyOptionOnlyContentModifiedAfterUpdate = 0x400000, kTableCopyOptionOnlyFormatModifiedAfterUpdate = 0x800000, kTableCopyOptionRowHeight = 0x1000000, kTableCopyOptionColumnWidth = 0x2000000, kTableCopyOptionFullCellState = 0x4000000, kTableCopyOptionForRountrip = 0x8000000, kTableCopyOptionConvertFieldToValue = 0x10000000, kTableCopyOptionSkipFieldTranslation = 0x20000000 };
Members
Description
kTableCopyOptionNone
None.
kTableCopyOptionSkipContent
Content is not copied.
kTableCopyOptionSkipValue
If content is a value, it is not copied.
kTableCopyOptionSkipField
If content is a field, it is not copied.
kTableCopyOptionSkipFormula
If content is a formula, it is not copied.
kTableCopyOptionSkipBlock
If content is a block, it is not copied.
kTableCopyOptionSkipDataLink
Data links are not copied.
kTableCopyOptionSkipLabelCell
If content is a label cell, it is not copied.
kTableCopyOptionSkipDataCell
If content is a data cell, it is not copied.
kTableCopyOptionSkipFormat
Format is not copied.
kTableCopyOptionSkipCellStyle
Cell style is not copied.
kTableCopyOptionConvertFormatToOverrides
Converts formats to overrides after copying.
kTableCopyOptionSkipCellState
Cell state is not copied.
kTableCopyOptionSkipContentFormat
Content format is not copied. Ignored if kTableCopyOptionSkipFormat is set.
kTableCopyOptionSkipDissimilarContentFormat
If content types are not the same, content format is not copied. Ignored if kTableCopyOptionSkipFormat or kTableCopyOptionSkipContentFormat is set.
kTableCopyOptionSkipGeometry
Geometric information (column width, row height, etc.) is not copied.
kTableCopyOptionSkipMerges
Cell merges are not copied.
kTableCopyOptionFillTarget
The target range is filled by repeatedly copying the source range.
kTableCopyOptionOverwriteReadOnlyContent
Overwrite a target cell if it has read-only content.
kTableCopyOptionOverwriteReadOnlyFormat
Overwrite a target cell if it has read-only format.
kTableCopyOptionRowHeight
Row height is copied while copying cells. Ignored when whole table is copied or if kTableCopyOptionSkipGeometry is set.
kTableCopyOptionColumnWidth
Column width is copied while copying cells. Ignored when whole table is copied or if kTableCopyOptionSkipGeometry is set.
kTableCopyOptionFullCellState
The full cell state is copied in a table.

Specifies the table copy options.

File: DbTableStyle.h 

Namespace: OdDb 

Module: API Reference 

Copyright © 2002-2022. Open Design Alliance All rights reserved.