Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTable::TableStyleOverrides Enumeration
Syntax
C++
enum TableStyleOverrides { kTitleSuppressed = 1, kHeaderSuppressed = 2, kFlowDirection = 3, kHorzCellMargin = 4, kVertCellMargin = 5, kTitleRowColor = 6, kHeaderRowColor = 7, kDataRowColor = 8, kTitleRowFillNone = 9, kHeaderRowFillNone = 10, kDataRowFillNone = 11, kTitleRowFillColor = 12, kHeaderRowFillColor = 13, kDataRowFillColor = 14, kTitleRowAlignment = 15, kHeaderRowAlignment = 16, kDataRowAlignment = 17, kTitleRowTextStyle = 18, kHeaderRowTextStyle = 19, kDataRowTextStyle = 20, kTitleRowTextHeight = 21, kHeaderRowTextHeight = 22, kDataRowTextHeight = 23, kTitleRowDataType = 24, kHeaderRowDataType = 25, kDataRowDataType = 26, kTitleHorzTopColor = 40, kTitleHorzInsideColor = 41, kTitleHorzBottomColor = 42, kTitleVertLeftColor = 43, kTitleVertInsideColor = 44, kTitleVertRightColor = 45, kHeaderHorzTopColor = 46, kHeaderHorzInsideColor = 47, kHeaderHorzBottomColor = 48, kHeaderVertLeftColor = 49, kHeaderVertInsideColor = 50, kHeaderVertRightColor = 51, kDataHorzTopColor = 52, kDataHorzInsideColor = 53, kDataHorzBottomColor = 54, kDataVertLeftColor = 55, kDataVertInsideColor = 56, kDataVertRightColor = 57, kTitleHorzTopLineWeight = 70, kTitleHorzInsideLineWeight = 71, kTitleHorzBottomLineWeight = 72, kTitleVertLeftLineWeight = 73, kTitleVertInsideLineWeight = 74, kTitleVertRightLineWeight = 75, kHeaderHorzTopLineWeight = 76, kHeaderHorzInsideLineWeight = 77, kHeaderHorzBottomLineWeight = 78, kHeaderVertLeftLineWeight = 79, kHeaderVertInsideLineWeight = 80, kHeaderVertRightLineWeight = 81, kDataHorzTopLineWeight = 82, kDataHorzInsideLineWeight = 83, kDataHorzBottomLineWeight = 84, kDataVertLeftLineWeight = 85, kDataVertInsideLineWeight = 86, kDataVertRightLineWeight = 87, kTitleHorzTopVisibility = 100, kTitleHorzInsideVisibility = 101, kTitleHorzBottomVisibility = 102, kTitleVertLeftVisibility = 103, kTitleVertInsideVisibility = 104, kTitleVertRightVisibility = 105, kHeaderHorzTopVisibility = 106, kHeaderHorzInsideVisibility = 107, kHeaderHorzBottomVisibility = 108, kHeaderVertLeftVisibility = 109, kHeaderVertInsideVisibility = 110, kHeaderVertRightVisibility = 111, kDataHorzTopVisibility = 112, kDataHorzInsideVisibility = 113, kDataHorzBottomVisibility = 114, kDataVertLeftVisibility = 115, kDataVertInsideVisibility = 116, kDataVertRightVisibility = 117, kCellAlignment = 130, kCellBackgroundFillNone = 131, kCellBackgroundColor = 132, kCellContentColor = 133, kCellTextStyle = 134, kCellTextHeight = 135, kCellTopGridColor = 136, kCellRightGridColor = 137, kCellBottomGridColor = 138, kCellLeftGridColor = 139, kCellTopGridLineWeight = 140, kCellRightGridLineWeight = 141, kCellBottomGridLineWeight = 142, kCellLeftGridLineWeight = 143, kCellTopVisibility = 144, kCellRightVisibility = 145, kCellBottomVisibility = 146, kCellLeftVisibility = 147, kCellDataType = 148 };
Members
Description
kTitleSuppressed
Title suppressed table style override for an OdDbTable object
kHeaderSuppressed
Header suppressed table style override for an OdDbTable object
kFlowDirection
Flow direction table style override for an OdDbTable object
kHorzCellMargin
Horizontal cell margin table style override for an OdDbTable object
kVertCellMargin
Vertical cell margin table style override for an OdDbTable object
kTitleRowColor
Title row color table style override for an OdDbTable object
kHeaderRowColor
Header row color table style override for an OdDbTable object
kDataRowColor
Data row color table style override for an OdDbTable object
kTitleRowFillNone
Title row no fill table style override for an OdDbTable object
kHeaderRowFillNone
Header row no fill table style override for an OdDbTable object
kDataRowFillNone
Data row no fill table style override for an OdDbTable object
kTitleRowFillColor
Title row fill color table style override for an OdDbTable object
kHeaderRowFillColor
Header row fill color table style override for an OdDbTable object
kDataRowFillColor
Data row fill color table style override for an OdDbTable object
kTitleRowAlignment
Title row alignment table style override for an OdDbTable object
kHeaderRowAlignment
Header row alignment table style override for an OdDbTable object
kDataRowAlignment
Data row alignment table style override for an OdDbTable object
kTitleRowTextStyle
Title row text style table style override for an OdDbTable object
kHeaderRowTextStyle
Header row text style table style override for an OdDbTable object
kDataRowTextStyle
Data row text style table style override for an OdDbTable object
kTitleRowTextHeight
Title row text height table style override for an OdDbTable object
kHeaderRowTextHeight
Header row text height table style override for an OdDbTable object
kDataRowTextHeight
Data row text height table style override for an OdDbTable object
kTitleRowDataType
Title row data type table style override for an OdDbTable object
kHeaderRowDataType
Header row data type table style override for an OdDbTable object
kDataRowDataType
Data row data type table style override for an OdDbTable object
kTitleHorzTopColor
Title row horizontal top gridline color table style override for an OdDbTable object
kTitleHorzInsideColor
Title row horizontal inside gridline color table style override for an OdDbTable object
kTitleHorzBottomColor
Title row horizontal bottom gridline color table style override for an OdDbTable object
kTitleVertLeftColor
Title row vertical left gridline color table style override for an OdDbTable object
kTitleVertInsideColor
Title row vertical inside gridline color table style override for an OdDbTable object
kTitleVertRightColor
Title row vertical right gridline color table style override for an OdDbTable object
kHeaderHorzTopColor
Header row horizontal top gridline color table style override for an OdDbTable object
kHeaderHorzInsideColor
Header row horizontal inside gridline color table style override for an OdDbTable object
kHeaderHorzBottomColor
Header row horizontal bottom gridline color table style override for an OdDbTable object
kHeaderVertLeftColor
Header row vertical left gridline color table style override for an OdDbTable object
kHeaderVertInsideColor
Header row vertical inside gridline color table style override for an OdDbTable object
kHeaderVertRightColor
Header row vertical right gridline color table style override for an OdDbTable object
kDataHorzTopColor
Data row horizontal top gridline color table style override for an OdDbTable object
kDataHorzInsideColor
Data row horizontal inside gridline color table style override for an OdDbTable object
kDataHorzBottomColor
Data row horizontal bottom gridline color table style override for an OdDbTable object
kDataVertLeftColor
Data row vertical left gridline color table style override for an OdDbTable object
kDataVertInsideColor
Data row vertical inside gridline color table style override for an OdDbTable object
kDataVertRightColor
Data row vertical right gridline color table style override for an OdDbTable object
kTitleHorzTopLineWeight
Title row horizontal top gridline lineweight table style override for an OdDbTable object
kTitleHorzInsideLineWeight
Title row horizontal inside gridline lineweight table style override for an OdDbTable object
kTitleHorzBottomLineWeight
Title row horizontal bottom gridline lineweight table style override for an OdDbTable object
kTitleVertLeftLineWeight
Title row vertical left gridline lineweight table style override for an OdDbTable object
kTitleVertInsideLineWeight
Title row vertical inside gridline lineweight table style override for an OdDbTable object
kTitleVertRightLineWeight
Title row vertical right gridline lineweight table style override for an OdDbTable object
kHeaderHorzTopLineWeight
Header row horizontal top gridline lineweight table style override for an OdDbTable object
kHeaderHorzInsideLineWeight
Header row horizontal inside gridline lineweight table style override for an OdDbTable object
kHeaderHorzBottomLineWeight
Header row horizontal bottom gridline lineweight table style override for an OdDbTable object
kHeaderVertLeftLineWeight
Header row vertical left gridline lineweight table style override for an OdDbTable object
kHeaderVertInsideLineWeight
Header row vertical inside gridline lineweight table style override for an OdDbTable object
kHeaderVertRightLineWeight
Header row vertical right gridline lineweight table style override for an OdDbTable object
kDataHorzTopLineWeight
Data row horizontal top gridline lineweight table style override for an OdDbTable object
kDataHorzInsideLineWeight
Data row horizontal inside gridline lineweight table style override for an OdDbTable object
kDataHorzBottomLineWeight
Data row horizontal bottom gridline lineweight table style override for an OdDbTable object
kDataVertLeftLineWeight
Data row vertical left gridline lineweight table style override for an OdDbTable object
kDataVertInsideLineWeight
Data row vertical inside gridline lineweight table style override for an OdDbTable object
kDataVertRightLineWeight
Data row vertical right gridline lineweight table style override for an OdDbTable object
kTitleHorzTopVisibility
Title row horizontal top gridline visibility table style override for an OdDbTable object
kTitleHorzInsideVisibility
Title row horizontal inside gridline visibility table style override for an OdDbTable object
kTitleHorzBottomVisibility
Title row horizontal bottom gridline visibility table style override for an OdDbTable object
kTitleVertLeftVisibility
Title row vertical left gridline visibility table style override for an OdDbTable object
kTitleVertInsideVisibility
Title row vertical inside gridline visibility table style override for an OdDbTable object
kTitleVertRightVisibility
Title row vertical right gridline visibility table style override for an OdDbTable object
kHeaderHorzTopVisibility
Header row horizontal top gridline visibility table style override for an OdDbTable object
kHeaderHorzInsideVisibility
Header row horizontal inside gridline visibility table style override for an OdDbTable object
kHeaderHorzBottomVisibility
Header row horizontal bottom gridline visibility table style override for an OdDbTable object
kHeaderVertLeftVisibility
Header row vertical left gridline visibility table style override for an OdDbTable object
kHeaderVertInsideVisibility
Header row vertical inside gridline visibility table style override for an OdDbTable object
kHeaderVertRightVisibility
Header row vertical right gridline visibility table style override for an OdDbTable object
kDataHorzTopVisibility
Data row horizontal top gridline visibility table style override for an OdDbTable object
kDataHorzInsideVisibility
Data row horizontal inside gridline visibility table style override for an OdDbTable object
kDataHorzBottomVisibility
Data row horizontal bottom gridline visibility table style override for an OdDbTable object
kDataVertLeftVisibility
Data row vertical left gridline visibility table style override for an OdDbTable object
kDataVertInsideVisibility
Data row vertical inside gridline visibility table style override for an OdDbTable object
kDataVertRightVisibility
Data row vertical right gridline visibility table style override for an OdDbTable object
kCellAlignment
Alignment table style override for a table cell
kCellBackgroundFillNone
Background no fill table style override for a table cell
kCellBackgroundColor
Background color table style override for a table cell
kCellContentColor
Content color table style override for a table cell
kCellTextStyle
Text style table style override for a table cell
kCellTextHeight
Text height table style override for a table cell
kCellTopGridColor
Top edge grid color table style override for a table cell
kCellRightGridColor
Right edge grid color table style override for a table cell
kCellBottomGridColor
Bottom edge grid color table style override for a table cell
kCellLeftGridColor
Left edge grid color table style override for a table cell
kCellTopGridLineWeight
Top edge grid lineweight table style override for a table cell
kCellRightGridLineWeight
Right edge grid lineweight table style override for a table cell
kCellBottomGridLineWeight
Bottom edge grid lineweight table style override for a table cell
kCellLeftGridLineWeight
Left edge grid lineweight table style override for a table cell
kCellTopVisibility
Top edge grid visibility table style override for a table cell
kCellRightVisibility
Right edge grid visibility table style override for a table cell
kCellBottomVisibility
Bottom edge grid visibility table style override for a table cell
kCellLeftVisibility
Left edge grid visibility table style override for a table cell
kCellDataType
Cell data type override for a table cell

Enumeration representing the table style overrides for an OdDbTable object.

File: DbTable.h 

Module: API Reference 

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