Vla-get-tablestyleoverrides

提供:GizmoLabs - だいたい CAD LISP なサイト
印刷用ページはサポート対象外です。表示エラーが発生する可能性があります。ブラウザーのブックマークを更新し、印刷にはブラウザーの印刷機能を使用してください。
構文
(vla-get-tablestyleoverrides vla-object )


機能
表スタイルの優先を指定する。


引数
  • vla-object … TableのVLAオブジェクト


戻り値
acTableStyleOverrides 列挙型
  • acTitleSuppressed = 1
  • acHeaderSuppressed = 2
  • acFlowDirection = 3
  • acHorzCellMargin = 4
  • acVertCellMargin = 5
  • acTitleRowColor = 6
  • acHeaderRowColor = 7
  • acDataRowColor = 8
  • acTitleRowFillNone = 9
  • acHeaderRowFillNone = 10
  • acDataRowFillNone = 11
  • acTitleRowFillColor = 12
  • acHeaderRowFillColor = 13
  • acDataRowFillColor = 14
  • acTitleRowAlignment = 15
  • acHeaderRowAlignment = 16
  • acDataRowAlignment = 17
  • acTitleRowTextStyle = 18
  • acHeaderRowTextStyle = 19
  • acDataRowTextStyle = 20
  • acTitleRowTextHeight = 21
  • acHeaderRowTextHeight = 22
  • acDataRowTextHeight = 23
  • acTitleHorzTopColor = 40
  • acTitleHorzInsideColor = 41
  • acTitleHorzBottomColor = 42
  • acTitleVertLeftColor = 43
  • acTitleVertInsideColor = 44
  • acTitleVertRightColor = 45
  • acHeaderHorzTopColor = 46
  • acHeaderHorzInsideColor = 47
  • acHeaderHorzBottomColor = 48
  • acHeaderVertLeftColor = 49
  • acHeaderVertInsideColor = 50
  • acHeaderVertRightColor = 51
  • acDataHorzTopColor = 52
  • acDataHorzInsideColor = 53
  • acDataHorzBottomColor = 54
  • acDataVertLeftColor = 55
  • acDataVertInsideColor = 56
  • acDataVertRightColor = 57
  • acTitleHorzTopLineWeight = 70
  • acTitleHorzInsideLineWeight = 71
  • acTitleHorzBottomLineWeight = 72
  • acTitleVertLeftLineWeight = 73
  • acTitleVertInsideLineWeight = 74
  • acTitleVertRightLineWeight = 75
  • acHeaderHorzTopLineWeight = 76
  • acHeaderHorzInsideLineWeight = 77
  • acHeaderHorzBottomLineWeight = 78
  • acHeaderVertLeftLineWeight = 79
  • acHeaderVertInsideLineWeight = 80
  • acHeaderVertRightLineWeight = 81
  • acDataHorzTopLineWeight = 82
  • acDataHorzInsideLineWeight = 83
  • acDataHorzBottomLineWeight = 84
  • acDataVertLeftLineWeight = 85
  • acDataVertInsideLineWeight = 86
  • acDataVertRightLineWeight = 87
  • acTitleHorzTopVisibility = 100
  • acTitleHorzInsideVisibility = 101
  • acTitleHorzBottomVisibility = 102
  • acTitleVertLeftVisibility = 103
  • acTitleVertInsideVisibility = 104
  • acTitleVertRightVisibility = 105
  • acHeaderHorzTopVisibility = 106
  • acHeaderHorzInsideVisibility = 107
  • acHeaderHorzBottomVisibility = 108
  • acHeaderVertLeftVisibility = 109
  • acHeaderVertInsideVisibility = 110
  • acHeaderVertRightVisibility = 111
  • acDataHorzTopVisibility = 112
  • acDataHorzInsideVisibility = 113
  • acDataHorzBottomVisibility = 114
  • acDataVertLeftVisibility = 115
  • acDataVertInsideVisibility = 116
  • acDataVertRightVisibility = 117
  • acCellAlign = 130
  • acCellBackgroundFillNone = 131
  • acCellBackgroundColor = 132
  • acCellContentColor = 133
  • acCellTextStyle = 134
  • acCellTextHeight = 135
  • acCellTopGridColor = 136
  • acCellRightGridColor = 137
  • acCellBottomGridColor = 138
  • acCellLeftGridColor = 139
  • acCellTopGridLineWeight = 140
  • acCellRightGridLineWeight = 141
  • acCellBottomGridLineWeight = 142
  • acCellLeftGridLineWeight = 143
  • acCellTopVisibility = 144
  • acCellRightVisibility = 145
  • acCellBottomVisibility = 146
  • acCellLeftVisibility = 147
サンプル


関連事項