Extended .NET SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
OdDbTable.cs
Go to the documentation of this file.
1//------------------------------------------------------------------------------
2// <auto-generated />
3//
4// This file was automatically generated by SWIG (http://www.swig.org).
5// Version 4.0.2
6//
7// Do not make changes to this file unless you know what you are doing--modify
8// the SWIG interface file instead.
9//------------------------------------------------------------------------------
10
11namespace Teigha.TD {
12
13using System;
14using System.Runtime.InteropServices;
15using Teigha.Core;
16
18 private Object locker = new Object();
19 private HandleRef swigCPtr;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
21 public OdDbTable(IntPtr cPtr, bool cMemoryOwn) : base(TD_DbPINVOKE.OdDbTable_SWIGUpcast(cPtr), cMemoryOwn) {
22 swigCPtr = new HandleRef(this, cPtr);
23 }
24
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26 public static HandleRef getCPtr(OdDbTable obj) {
27 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
28 }
29
30 protected override void Dispose(bool disposing) {
31 lock(this) {
32 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
33 if (swigCMemOwn) {
34 swigCMemOwn = false;
36 }
37 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
38 }
39 base.Dispose(disposing);
40 }
41 }
42
43 public static OdDbTable cast(OdRxObject pObj) {// OdSmartPtr<OdDbTable>
44 MemoryManager mMan = MemoryManager.GetMemoryManager();
45 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
47
48 OdDbTable ret = null;
49 if (null != mTrans)
50 {
51 mTrans.AddObject((OdDbTable)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbTable),ptr, true));
52 ret = (OdDbTable)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbTable),ptr, false);
53 }
54 else
55 {
56 ret = (OdDbTable)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbTable),ptr, true);
57 }
58
60 return ret;
61}
62
63 public new static OdRxClass desc() {
64 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),TD_DbPINVOKE.OdDbTable_desc(),false); /*createInt 3_2*/
65
67 return ret;
68}
69
70 public override OdRxClass isA() {
71 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),TD_DbPINVOKE.OdDbTable_isA(swigCPtr),false); /*createInt 3_2*/
72
74 return ret;
75}
76
77 public override OdRxObject queryX(OdRxClass protocolClass) {
78 OdRxObject ret = (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),TD_DbPINVOKE.OdDbTable_queryX(swigCPtr, OdRxClass.getCPtr(protocolClass)),false); /*createInt 3_2*/
79
81 return ret;
82}
83
84 public new static OdDbTable createObject() {// OdSmartPtr<OdDbTable>
85 MemoryManager mMan = MemoryManager.GetMemoryManager();
86 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
88
89 OdDbTable ret = null;
90 if (null != mTrans)
91 {
92 mTrans.AddObject((OdDbTable)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbTable),ptr, true));
93 ret = (OdDbTable)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbTable),ptr, false);
94 }
95 else
96 {
97 ret = (OdDbTable)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbTable),ptr, true);
98 }
99
101 return ret;
102}
103
109
114
120
125
126 public virtual UInt32 numRows() {
127// test csout
128 /*SIMPLETYPE*/
129 UInt32 ret = TD_DbPINVOKE.OdDbTable_numRows(swigCPtr);
131 return ret;
132 }
133
134 public virtual void setNumRows(UInt32 numRows) {
135 TD_DbPINVOKE.OdDbTable_setNumRows(swigCPtr, numRows /*SIMPLETYPE*/);
137 }
138
139 public virtual UInt32 numColumns() {
140// test csout
141 /*SIMPLETYPE*/
142 UInt32 ret = TD_DbPINVOKE.OdDbTable_numColumns(swigCPtr);
144 return ret;
145 }
146
151
152 public virtual double width() {
153 double ret = TD_DbPINVOKE.OdDbTable_width(swigCPtr);
155 return ret;
156 }
157
162
163 public virtual double columnWidth(UInt32 column) {
164 double ret = TD_DbPINVOKE.OdDbTable_columnWidth(swigCPtr, column /*SIMPLETYPE*/);
166 return ret;
167 }
168
169 public virtual void setColumnWidth(UInt32 column, double width) {
170 TD_DbPINVOKE.OdDbTable_setColumnWidth__SWIG_0(swigCPtr, column /*SIMPLETYPE*/, width);
172 }
173
178
179 public virtual double height() {
180 double ret = TD_DbPINVOKE.OdDbTable_height(swigCPtr);
182 return ret;
183 }
184
189
190 public virtual double rowHeight(UInt32 row) {
191 double ret = TD_DbPINVOKE.OdDbTable_rowHeight(swigCPtr, row /*SIMPLETYPE*/);
193 return ret;
194 }
195
196 public virtual void setRowHeight(UInt32 row, double height) {
197 TD_DbPINVOKE.OdDbTable_setRowHeight__SWIG_0(swigCPtr, row /*SIMPLETYPE*/, height);
199 }
200
205
206 public virtual double minimumColumnWidth(UInt32 column) {
207 double ret = TD_DbPINVOKE.OdDbTable_minimumColumnWidth(swigCPtr, column /*SIMPLETYPE*/);
209 return ret;
210 }
211
212 public virtual double minimumRowHeight(UInt32 row) {
213 double ret = TD_DbPINVOKE.OdDbTable_minimumRowHeight(swigCPtr, row /*SIMPLETYPE*/);
215 return ret;
216 }
217
218 public virtual double minimumTableWidth() {
219 double ret = TD_DbPINVOKE.OdDbTable_minimumTableWidth(swigCPtr);
221 return ret;
222 }
223
224 public virtual double minimumTableHeight() {
225 double ret = TD_DbPINVOKE.OdDbTable_minimumTableHeight(swigCPtr);
227 return ret;
228 }
229
230 public virtual double horzCellMargin() {
231 double ret = TD_DbPINVOKE.OdDbTable_horzCellMargin(swigCPtr);
233 return ret;
234 }
235
236 public virtual void setHorzCellMargin(double cellMargin) {
237 TD_DbPINVOKE.OdDbTable_setHorzCellMargin(swigCPtr, cellMargin);
239 }
240
241 public virtual double vertCellMargin() {
242 double ret = TD_DbPINVOKE.OdDbTable_vertCellMargin(swigCPtr);
244 return ret;
245 }
246
247 public virtual void setVertCellMargin(double cellMargin) {
248 TD_DbPINVOKE.OdDbTable_setVertCellMargin(swigCPtr, cellMargin);
250 }
251
257
262
263 public virtual bool isTitleSuppressed() {
264 bool ret = TD_DbPINVOKE.OdDbTable_isTitleSuppressed(swigCPtr);
266 return ret;
267 }
268
269 public virtual void suppressTitleRow(bool suppress) {
270 TD_DbPINVOKE.OdDbTable_suppressTitleRow(swigCPtr, suppress);
272 }
273
274 public virtual bool isHeaderSuppressed() {
275 bool ret = TD_DbPINVOKE.OdDbTable_isHeaderSuppressed(swigCPtr);
277 return ret;
278 }
279
280 public virtual void suppressHeaderRow(bool suppress) {
281 TD_DbPINVOKE.OdDbTable_suppressHeaderRow(swigCPtr, suppress);
283 }
284
290
296
297 public virtual CellAlignment alignment(UInt32 row, UInt32 column) {
298 CellAlignment ret = (CellAlignment)TD_DbPINVOKE.OdDbTable_alignment__SWIG_2(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/);
300 return ret;
301 }
302
303 public virtual void setAlignment(CellAlignment alignment, UInt32 rowTypes) {
304 TD_DbPINVOKE.OdDbTable_setAlignment__SWIG_0(swigCPtr, (int)alignment, rowTypes /*SIMPLETYPE*/);
306 }
307
312
313 public virtual void setAlignment(UInt32 row, UInt32 column, CellAlignment alignment) {
314 TD_DbPINVOKE.OdDbTable_setAlignment__SWIG_2(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/, (int)alignment);
316 }
317
323
329
330 public virtual bool isBackgroundColorNone(UInt32 row, UInt32 column) {
331 bool ret = TD_DbPINVOKE.OdDbTable_isBackgroundColorNone__SWIG_2(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/);
333 return ret;
334 }
335
336 public virtual void setBackgroundColorNone(bool disable, UInt32 rowTypes) {
337 TD_DbPINVOKE.OdDbTable_setBackgroundColorNone__SWIG_0(swigCPtr, disable, rowTypes /*SIMPLETYPE*/);
339 }
340
345
346 public virtual void setBackgroundColorNone(UInt32 row, UInt32 column, bool disable) {
347 TD_DbPINVOKE.OdDbTable_setBackgroundColorNone__SWIG_2(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/, disable);
349 }
350
356
362
363 public virtual OdCmColor backgroundColor(UInt32 row, UInt32 column) {
364 OdCmColor ret = new OdCmColor(TD_DbPINVOKE.OdDbTable_backgroundColor__SWIG_2(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/), true);
366 return ret;
367 }
368
373
378
379 public virtual void setBackgroundColor(UInt32 row, UInt32 column, OdCmColor color) {
380 TD_DbPINVOKE.OdDbTable_setBackgroundColor__SWIG_2(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/, OdCmColor.getCPtr(color));
382 }
383
389
395
396 public virtual OdCmColor contentColor(UInt32 row, UInt32 column) {
397 OdCmColor ret = new OdCmColor(TD_DbPINVOKE.OdDbTable_contentColor__SWIG_2(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/), true);
399 return ret;
400 }
401
402 public virtual void setContentColor(OdCmColor color, UInt32 nRowType) {
403 TD_DbPINVOKE.OdDbTable_setContentColor__SWIG_0(swigCPtr, OdCmColor.getCPtr(color), nRowType /*SIMPLETYPE*/);
405 }
406
411
412 public virtual void setContentColor(UInt32 row, UInt32 column, OdCmColor color) {
413 TD_DbPINVOKE.OdDbTable_setContentColor__SWIG_2(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/, OdCmColor.getCPtr(color));
415 }
416
422
428
429 public virtual OdDbObjectId textStyle(UInt32 row, UInt32 column) {
430 OdDbObjectId ret = new OdDbObjectId(TD_DbPINVOKE.OdDbTable_textStyle__SWIG_2(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/), true);
432 return ret;
433 }
434
435 public virtual void setTextStyle(OdDbObjectId textStyleId, UInt32 rowTypes) {
436 TD_DbPINVOKE.OdDbTable_setTextStyle__SWIG_0(swigCPtr, OdDbObjectId.getCPtr(textStyleId), rowTypes /*SIMPLETYPE*/);
438 }
439
444
445 public virtual void setTextStyle(UInt32 row, UInt32 column, OdDbObjectId textStyleId) {
446 TD_DbPINVOKE.OdDbTable_setTextStyle__SWIG_2(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/, OdDbObjectId.getCPtr(textStyleId));
448 }
449
450 public virtual double textHeight(RowType rowType) {
451 double ret = TD_DbPINVOKE.OdDbTable_textHeight__SWIG_0(swigCPtr, (int)rowType);
453 return ret;
454 }
455
456 public virtual double textHeight() {
457 double ret = TD_DbPINVOKE.OdDbTable_textHeight__SWIG_1(swigCPtr);
459 return ret;
460 }
461
462 public virtual double textHeight(UInt32 row, UInt32 column) {
463 double ret = TD_DbPINVOKE.OdDbTable_textHeight__SWIG_2(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/);
465 return ret;
466 }
467
468 public virtual void setTextHeight(double height, UInt32 rowTypes) {
469 TD_DbPINVOKE.OdDbTable_setTextHeight__SWIG_0(swigCPtr, height, rowTypes /*SIMPLETYPE*/);
471 }
472
477
478 public virtual void setTextHeight(UInt32 row, UInt32 column, double height) {
479 TD_DbPINVOKE.OdDbTable_setTextHeight__SWIG_2(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/, height);
481 }
482
483 public virtual LineWeight gridLineWeight(GridLineType gridlineType, RowType rowType) {
484 LineWeight ret = (LineWeight)TD_DbPINVOKE.OdDbTable_gridLineWeight__SWIG_0(swigCPtr, (int)gridlineType, (int)rowType);
486 return ret;
487 }
488
489 public virtual LineWeight gridLineWeight(GridLineType gridlineType) {
490 LineWeight ret = (LineWeight)TD_DbPINVOKE.OdDbTable_gridLineWeight__SWIG_1(swigCPtr, (int)gridlineType);
492 return ret;
493 }
494
495 public virtual LineWeight gridLineWeight(UInt32 row, UInt32 column, CellEdgeMask edgeType) {
496 LineWeight ret = (LineWeight)TD_DbPINVOKE.OdDbTable_gridLineWeight__SWIG_2(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/, (int)edgeType);
498 return ret;
499 }
500
501 public virtual void setGridLineWeight(LineWeight lineWeight, UInt32 gridlineTypes, UInt32 rowTypes) {
502 TD_DbPINVOKE.OdDbTable_setGridLineWeight__SWIG_0(swigCPtr, (int)lineWeight, gridlineTypes /*SIMPLETYPE*/, rowTypes /*SIMPLETYPE*/);
504 }
505
506 public virtual void setGridLineWeight(UInt32 row, UInt32 column, Int16 edgeTypes, LineWeight lineWeight) {
507 TD_DbPINVOKE.OdDbTable_setGridLineWeight__SWIG_1(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/, edgeTypes /*SIMPLETYPE*/, (int)lineWeight);
509 }
510
511 public virtual OdCmColor gridColor(GridLineType gridlineType, RowType rowType) {
512 OdCmColor ret = new OdCmColor(TD_DbPINVOKE.OdDbTable_gridColor__SWIG_0(swigCPtr, (int)gridlineType, (int)rowType), true);
514 return ret;
515 }
516
517 public virtual OdCmColor gridColor(GridLineType gridlineType) {
518 OdCmColor ret = new OdCmColor(TD_DbPINVOKE.OdDbTable_gridColor__SWIG_1(swigCPtr, (int)gridlineType), true);
520 return ret;
521 }
522
523 public virtual OdCmColor gridColor(UInt32 row, UInt32 column, CellEdgeMask edgeType) {
524 OdCmColor ret = new OdCmColor(TD_DbPINVOKE.OdDbTable_gridColor__SWIG_2(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/, (int)edgeType), true);
526 return ret;
527 }
528
529 public virtual Visibility gridVisibility(GridLineType gridlineType, RowType rowType) {
530 Visibility ret = (Visibility)TD_DbPINVOKE.OdDbTable_gridVisibility__SWIG_0(swigCPtr, (int)gridlineType, (int)rowType);
532 return ret;
533 }
534
535 public virtual Visibility gridVisibility(GridLineType gridlineType) {
536 Visibility ret = (Visibility)TD_DbPINVOKE.OdDbTable_gridVisibility__SWIG_1(swigCPtr, (int)gridlineType);
538 return ret;
539 }
540
541 public virtual Visibility gridVisibility(UInt32 row, UInt32 column, CellEdgeMask edgeType) {
542 Visibility ret = (Visibility)TD_DbPINVOKE.OdDbTable_gridVisibility__SWIG_2(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/, (int)edgeType);
544 return ret;
545 }
546
547 public virtual void setGridVisibility(Visibility gridVisiblity, UInt32 gridlineTypes, UInt32 rowTypes) {
548 TD_DbPINVOKE.OdDbTable_setGridVisibility__SWIG_0(swigCPtr, (int)gridVisiblity, gridlineTypes /*SIMPLETYPE*/, rowTypes /*SIMPLETYPE*/);
550 }
551
552 public virtual void setGridVisibility(UInt32 row, UInt32 column, Int16 edgeTypes, Visibility gridVisibility) {
553 TD_DbPINVOKE.OdDbTable_setGridVisibility__SWIG_1(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/, edgeTypes /*SIMPLETYPE*/, (int)gridVisibility);
555 }
556
557 public virtual bool tableStyleOverrides(OdUInt32Array overrides) {
558 bool ret = TD_DbPINVOKE.OdDbTable_tableStyleOverrides(swigCPtr, OdUInt32Array.getCPtr(overrides).Handle);
560 return ret;
561 }
562
567
572
573 public virtual CellType cellType(UInt32 row, UInt32 column) {
574 CellType ret = (CellType)TD_DbPINVOKE.OdDbTable_cellType(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/);
576 return ret;
577 }
578
579 public virtual void setCellType(UInt32 row, UInt32 column, CellType cellType) {
580 TD_DbPINVOKE.OdDbTable_setCellType(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/, (int)cellType);
582 }
583
584 public virtual void getCellExtents(UInt32 row, UInt32 column, bool isOuterCell, OdGePoint3dArray pts) {
585 TD_DbPINVOKE.OdDbTable_getCellExtents(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/, isOuterCell, OdGePoint3dArray.getCPtr(pts));
587 }
588
589 public virtual OdGePoint3d attachmentPoint(UInt32 row, UInt32 column) {
590 OdGePoint3d ret = new OdGePoint3d(TD_DbPINVOKE.OdDbTable_attachmentPoint__SWIG_0(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/), true);
592 return ret;
593 }
594
595 public virtual bool cellStyleOverrides(UInt32 row, UInt32 column, OdUInt32Array overrides) {
596 bool ret = TD_DbPINVOKE.OdDbTable_cellStyleOverrides(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/, OdUInt32Array.getCPtr(overrides).Handle);
598 return ret;
599 }
600
601 public void clearCellOverrides(UInt32 row, UInt32 column) {
602 TD_DbPINVOKE.OdDbTable_clearCellOverrides(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/);
604 }
605
606 public virtual void deleteCellContent(UInt32 row, UInt32 column) {
607 TD_DbPINVOKE.OdDbTable_deleteCellContent(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/);
609 }
610
611 public virtual RowType rowType(UInt32 row) {
612 RowType ret = (RowType)TD_DbPINVOKE.OdDbTable_rowType(swigCPtr, row /*SIMPLETYPE*/);
614 return ret;
615 }
616
617 public virtual String textString(UInt32 row, UInt32 column) {
618 string ret = TD_DbPINVOKE.OdDbTable_textString__SWIG_0(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/);
620 return ret;
621}
622
623 public virtual void setTextString(UInt32 row, UInt32 column, String textString) {
624 TD_DbPINVOKE.OdDbTable_setTextString__SWIG_0(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/, textString);
626 }
627
628 public virtual OdDbObjectId fieldId(UInt32 row, UInt32 column) {
629 OdDbObjectId ret = new OdDbObjectId(TD_DbPINVOKE.OdDbTable_fieldId__SWIG_0(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/), true);
631 return ret;
632 }
633
634 public virtual void setFieldId(UInt32 row, UInt32 column, OdDbObjectId fieldId) {
635 TD_DbPINVOKE.OdDbTable_setFieldId__SWIG_0(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/, OdDbObjectId.getCPtr(fieldId));
637 }
638
639 public virtual RotationAngle textRotation(UInt32 row, UInt32 column) {
640 RotationAngle ret = (RotationAngle)TD_DbPINVOKE.OdDbTable_textRotation(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/);
642 return ret;
643 }
644
645 public virtual void setTextRotation(UInt32 row, UInt32 column, RotationAngle textRotation) {
646 TD_DbPINVOKE.OdDbTable_setTextRotation(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/, (int)textRotation);
648 }
649
650 public virtual bool isAutoScale(UInt32 row, UInt32 column) {
651 bool ret = TD_DbPINVOKE.OdDbTable_isAutoScale__SWIG_0(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/);
653 return ret;
654 }
655
656 public virtual void setAutoScale(UInt32 row, UInt32 column, bool autoScale) {
657 TD_DbPINVOKE.OdDbTable_setAutoScale__SWIG_0(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/, autoScale);
659 }
660
661 public virtual OdDbObjectId blockTableRecordId(UInt32 row, UInt32 column) {
662 OdDbObjectId ret = new OdDbObjectId(TD_DbPINVOKE.OdDbTable_blockTableRecordId__SWIG_0(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/), true);
664 return ret;
665 }
666
667 public virtual void setBlockTableRecordId(UInt32 row, UInt32 column, OdDbObjectId blockId, bool autoScale) {
668 TD_DbPINVOKE.OdDbTable_setBlockTableRecordId__SWIG_0(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/, OdDbObjectId.getCPtr(blockId), autoScale);
670 }
671
672 public virtual void setBlockTableRecordId(UInt32 row, UInt32 column, OdDbObjectId blockId) {
673 TD_DbPINVOKE.OdDbTable_setBlockTableRecordId__SWIG_1(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/, OdDbObjectId.getCPtr(blockId));
675 }
676
677 public virtual double blockScale(UInt32 row, UInt32 column) {
678 double ret = TD_DbPINVOKE.OdDbTable_blockScale(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/);
680 return ret;
681 }
682
683 public virtual void setBlockScale(UInt32 row, UInt32 column, double blockScale) {
684 TD_DbPINVOKE.OdDbTable_setBlockScale(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/, blockScale);
686 }
687
688 public virtual double blockRotation(UInt32 row, UInt32 column) {
689 double ret = TD_DbPINVOKE.OdDbTable_blockRotation(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/);
691 return ret;
692 }
693
694 public virtual void setBlockRotation(UInt32 row, UInt32 column, double blockRotation) {
695 TD_DbPINVOKE.OdDbTable_setBlockRotation(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/, blockRotation);
697 }
698
699 public virtual void getBlockAttributeValue(UInt32 row, UInt32 column, OdDbObjectId attdefId, ref string attValue) {
700IntPtr tmp_attValue = Marshal.StringToCoTaskMemUni(attValue);
701 IntPtr saved_attValue = tmp_attValue;
702 try {
703 TD_DbPINVOKE.OdDbTable_getBlockAttributeValue__SWIG_0(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/, OdDbObjectId.getCPtr(attdefId), ref tmp_attValue);
705 } finally {
706if (tmp_attValue != saved_attValue) attValue = Marshal.PtrToStringUni(tmp_attValue);
707 }
708 }
709
710 public virtual void setBlockAttributeValue(UInt32 row, UInt32 column, OdDbObjectId attdefId, String attValue) {
711 TD_DbPINVOKE.OdDbTable_setBlockAttributeValue__SWIG_0(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/, OdDbObjectId.getCPtr(attdefId), attValue);
713 }
714
715 public virtual void setGridColor(OdCmColor color, UInt32 gridlineTypes, UInt32 rowTypes) {
716 TD_DbPINVOKE.OdDbTable_setGridColor__SWIG_0(swigCPtr, OdCmColor.getCPtr(color), gridlineTypes /*SIMPLETYPE*/, rowTypes /*SIMPLETYPE*/);
718 }
719
720 public virtual void setGridColor(UInt32 row, UInt32 column, Int16 edgeTypes, OdCmColor color) {
721 TD_DbPINVOKE.OdDbTable_setGridColor__SWIG_1(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/, edgeTypes /*SIMPLETYPE*/, OdCmColor.getCPtr(color));
723 }
724
725 public virtual void insertColumns(UInt32 column, double width, UInt32 numColumns) {
726 TD_DbPINVOKE.OdDbTable_insertColumns__SWIG_0(swigCPtr, column /*SIMPLETYPE*/, width, numColumns /*SIMPLETYPE*/);
728 }
729
730 public virtual void insertColumns(UInt32 column, double width) {
731 TD_DbPINVOKE.OdDbTable_insertColumns__SWIG_1(swigCPtr, column /*SIMPLETYPE*/, width);
733 }
734
735 public virtual void deleteColumns(UInt32 column, UInt32 numColumns) {
736 TD_DbPINVOKE.OdDbTable_deleteColumns__SWIG_0(swigCPtr, column /*SIMPLETYPE*/, numColumns /*SIMPLETYPE*/);
738 }
739
740 public virtual void deleteColumns(UInt32 column) {
741 TD_DbPINVOKE.OdDbTable_deleteColumns__SWIG_1(swigCPtr, column /*SIMPLETYPE*/);
743 }
744
745 public virtual void insertRows(UInt32 row, double height, UInt32 numRows) {
746 TD_DbPINVOKE.OdDbTable_insertRows__SWIG_0(swigCPtr, row /*SIMPLETYPE*/, height, numRows /*SIMPLETYPE*/);
748 }
749
750 public virtual void insertRows(UInt32 row, double height) {
751 TD_DbPINVOKE.OdDbTable_insertRows__SWIG_1(swigCPtr, row /*SIMPLETYPE*/, height);
753 }
754
755 public virtual void deleteRows(UInt32 row, UInt32 numRows) {
756 TD_DbPINVOKE.OdDbTable_deleteRows__SWIG_0(swigCPtr, row /*SIMPLETYPE*/, numRows /*SIMPLETYPE*/);
758 }
759
760 public virtual void deleteRows(UInt32 row) {
761 TD_DbPINVOKE.OdDbTable_deleteRows__SWIG_1(swigCPtr, row /*SIMPLETYPE*/);
763 }
764
765 public virtual void mergeCells(UInt32 minRow, UInt32 maxRow, UInt32 minColumn, UInt32 maxColumn) {
766 TD_DbPINVOKE.OdDbTable_mergeCells(swigCPtr, minRow /*SIMPLETYPE*/, maxRow /*SIMPLETYPE*/, minColumn /*SIMPLETYPE*/, maxColumn /*SIMPLETYPE*/);
768 }
769
770 public virtual void unmergeCells(UInt32 minRow, UInt32 maxRow, UInt32 minColumn, UInt32 maxColumn) {
771 TD_DbPINVOKE.OdDbTable_unmergeCells(swigCPtr, minRow /*SIMPLETYPE*/, maxRow /*SIMPLETYPE*/, minColumn /*SIMPLETYPE*/, maxColumn /*SIMPLETYPE*/);
773 }
774
775 public virtual bool isMergedCell(UInt32 row, UInt32 column, ref UInt32 minRow, ref UInt32 maxRow, ref UInt32 minColumn, ref UInt32 maxColumn) {
776 bool ret = TD_DbPINVOKE.OdDbTable_isMergedCell__SWIG_0(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/, ref minRow, ref maxRow, ref minColumn, ref maxColumn);
778 return ret;
779 }
780
781 public virtual bool isMergedCell(UInt32 row, UInt32 column, ref UInt32 minRow, ref UInt32 maxRow, ref UInt32 minColumn) {
782 bool ret = TD_DbPINVOKE.OdDbTable_isMergedCell__SWIG_1(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/, ref minRow, ref maxRow, ref minColumn);
784 return ret;
785 }
786
787 public virtual bool isMergedCell(UInt32 row, UInt32 column, ref UInt32 minRow, ref UInt32 maxRow) {
788 bool ret = TD_DbPINVOKE.OdDbTable_isMergedCell__SWIG_2(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/, ref minRow, ref maxRow);
790 return ret;
791 }
792
793 public virtual bool isMergedCell(UInt32 row, UInt32 column, ref UInt32 minRow) {
794 bool ret = TD_DbPINVOKE.OdDbTable_isMergedCell__SWIG_3(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/, ref minRow);
796 return ret;
797 }
798
799 public virtual bool isMergedCell(UInt32 row, UInt32 column) {
800 bool ret = TD_DbPINVOKE.OdDbTable_isMergedCell__SWIG_4(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/);
802 return ret;
803 }
804
805 public UInt32 mergedHeight(UInt32 row, UInt32 column) {
806// test csout
807 /*SIMPLETYPE*/
808 UInt32 ret = TD_DbPINVOKE.OdDbTable_mergedHeight(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/);
810 return ret;
811 }
812
813 public UInt32 mergedWidth(UInt32 row, UInt32 column) {
814// test csout
815 /*SIMPLETYPE*/
816 UInt32 ret = TD_DbPINVOKE.OdDbTable_mergedWidth(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/);
818 return ret;
819 }
820
821 public bool mergedFlag(UInt32 row, UInt32 column) {
822 bool ret = TD_DbPINVOKE.OdDbTable_mergedFlag(swigCPtr, row /*SIMPLETYPE*/, column /*SIMPLETYPE*/);
824 return ret;
825 }
826
832
833 public virtual OdResult recomputeTableBlock(bool forceUpdate) {
836 return ret;
837 }
838
844
845 public virtual bool hitTest(OdGePoint3d wpt, OdGeVector3d wviewVec, double wxaper, double wyaper, out Int32 resultRowIndex, out Int32 resultColumnIndex, Int32 subTable) {
846 bool ret = TD_DbPINVOKE.OdDbTable_hitTest__SWIG_0(swigCPtr, OdGePoint3d.getCPtr(wpt), OdGeVector3d.getCPtr(wviewVec), wxaper, wyaper, out resultRowIndex, out resultColumnIndex, subTable /*SIMPLETYPE*/);
848 return ret;
849 }
850
851 public virtual bool hitTest(OdGePoint3d wpt, OdGeVector3d wviewVec, double wxaper, double wyaper, out Int32 resultRowIndex, out Int32 resultColumnIndex) {
852 bool ret = TD_DbPINVOKE.OdDbTable_hitTest__SWIG_1(swigCPtr, OdGePoint3d.getCPtr(wpt), OdGeVector3d.getCPtr(wviewVec), wxaper, wyaper, out resultRowIndex, out resultColumnIndex);
854 return ret;
855 }
856
857 public virtual bool hitTest(OdGePoint3d wpt, OdGeVector3d wviewVec, double wxaper, double wyaper, out Int32 resultRowIndex, out Int32 resultColumnIndex, out Int32 contentIndex, out TableHitItem nItem, Int32 subTable) {
858 bool ret = TD_DbPINVOKE.OdDbTable_hitTest__SWIG_2(swigCPtr, OdGePoint3d.getCPtr(wpt), OdGeVector3d.getCPtr(wviewVec), wxaper, wyaper, out resultRowIndex, out resultColumnIndex, out contentIndex, out nItem, subTable /*SIMPLETYPE*/);
860 return ret;
861 }
862
863 public virtual bool hitTest(OdGePoint3d wpt, OdGeVector3d wviewVec, double wxaper, double wyaper, out Int32 resultRowIndex, out Int32 resultColumnIndex, out Int32 contentIndex, out TableHitItem nItem) {
864 bool ret = TD_DbPINVOKE.OdDbTable_hitTest__SWIG_3(swigCPtr, OdGePoint3d.getCPtr(wpt), OdGeVector3d.getCPtr(wviewVec), wxaper, wyaper, out resultRowIndex, out resultColumnIndex, out contentIndex, out nItem);
866 return ret;
867 }
868
869 public virtual OdResult select(OdGePoint3d wpt, OdGeVector3d wvwVec, OdGeVector3d wvwxVec, double wxaper, double wyaper, bool allowOutside, bool bInPickFirst, out Int32 resultRowIndex, out Int32 resultColumnIndex, OdDbFullSubentPathArray pPaths) {
870 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbTable_select__SWIG_0(swigCPtr, OdGePoint3d.getCPtr(wpt), OdGeVector3d.getCPtr(wvwVec), OdGeVector3d.getCPtr(wvwxVec), wxaper, wyaper, allowOutside, bInPickFirst, out resultRowIndex, out resultColumnIndex, OdDbFullSubentPathArray.getCPtr(pPaths));
872 return ret;
873 }
874
875 public virtual OdResult select(OdGePoint3d wpt, OdGeVector3d wvwVec, OdGeVector3d wvwxVec, double wxaper, double wyaper, bool allowOutside, bool bInPickFirst, out Int32 resultRowIndex, out Int32 resultColumnIndex) {
876 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbTable_select__SWIG_1(swigCPtr, OdGePoint3d.getCPtr(wpt), OdGeVector3d.getCPtr(wvwVec), OdGeVector3d.getCPtr(wvwxVec), wxaper, wyaper, allowOutside, bInPickFirst, out resultRowIndex, out resultColumnIndex);
878 return ret;
879 }
880
881 public virtual OdResult selectSubRegion(OdGePoint3d wpt1, OdGePoint3d wpt2, OdGeVector3d wvwVec, OdGeVector3d wvwxVec, double wxaper, double wyaper, SelectType seltype, bool bIncludeCurrentSelection, bool bInPickFirst, out Int32 rowMin, out Int32 rowMax, out Int32 colMin, out Int32 colMax, OdDbFullSubentPathArray pPaths) {
882 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbTable_selectSubRegion__SWIG_0(swigCPtr, OdGePoint3d.getCPtr(wpt1), OdGePoint3d.getCPtr(wpt2), OdGeVector3d.getCPtr(wvwVec), OdGeVector3d.getCPtr(wvwxVec), wxaper, wyaper, (int)seltype, bIncludeCurrentSelection, bInPickFirst, out rowMin, out rowMax, out colMin, out colMax, OdDbFullSubentPathArray.getCPtr(pPaths));
884 return ret;
885 }
886
887 public virtual OdResult selectSubRegion(OdGePoint3d wpt1, OdGePoint3d wpt2, OdGeVector3d wvwVec, OdGeVector3d wvwxVec, double wxaper, double wyaper, SelectType seltype, bool bIncludeCurrentSelection, bool bInPickFirst, out Int32 rowMin, out Int32 rowMax, out Int32 colMin, out Int32 colMax) {
888 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbTable_selectSubRegion__SWIG_1(swigCPtr, OdGePoint3d.getCPtr(wpt1), OdGePoint3d.getCPtr(wpt2), OdGeVector3d.getCPtr(wvwVec), OdGeVector3d.getCPtr(wvwxVec), wxaper, wyaper, (int)seltype, bIncludeCurrentSelection, bInPickFirst, out rowMin, out rowMax, out colMin, out colMax);
890 return ret;
891 }
892
898
899 public virtual OdResult getSubSelection(out Int32 rowMin, out Int32 rowMax, out Int32 colMin, out Int32 colMax, Int32 subTable) {
900 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbTable_getSubSelection__SWIG_0(swigCPtr, out rowMin, out rowMax, out colMin, out colMax, subTable /*SIMPLETYPE*/);
902 return ret;
903 }
904
905 public virtual OdResult getSubSelection(out Int32 rowMin, out Int32 rowMax, out Int32 colMin, out Int32 colMax) {
906 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbTable_getSubSelection__SWIG_1(swigCPtr, out rowMin, out rowMax, out colMin, out colMax);
908 return ret;
909 }
910
911 public OdCellRange getSubSelection(Int32 subTable) {
912 OdCellRange ret = new OdCellRange(TD_DbPINVOKE.OdDbTable_getSubSelection__SWIG_2(swigCPtr, subTable /*SIMPLETYPE*/), true);
914 return ret;
915 }
916
922
923 public virtual OdResult setSubSelection(OdCellRange range, Int32 subTable) {
924 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbTable_setSubSelection__SWIG_0(swigCPtr, OdCellRange.getCPtr(range), subTable /*SIMPLETYPE*/);
926 return ret;
927 }
928
934
935 public virtual OdResult setSubSelection(Int32 rowMin, Int32 rowMax, Int32 colMin, Int32 colMax, Int32 subTable) {
936 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbTable_setSubSelection__SWIG_2(swigCPtr, rowMin /*SIMPLETYPE*/, rowMax /*SIMPLETYPE*/, colMin /*SIMPLETYPE*/, colMax /*SIMPLETYPE*/, subTable /*SIMPLETYPE*/);
938 return ret;
939 }
940
941 public virtual OdResult setSubSelection(Int32 rowMin, Int32 rowMax, Int32 colMin, Int32 colMax) {
942 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbTable_setSubSelection__SWIG_3(swigCPtr, rowMin /*SIMPLETYPE*/, rowMax /*SIMPLETYPE*/, colMin /*SIMPLETYPE*/, colMax /*SIMPLETYPE*/);
944 return ret;
945 }
946
951
952 public virtual bool hasSubSelection() {
953 bool ret = TD_DbPINVOKE.OdDbTable_hasSubSelection(swigCPtr);
955 return ret;
956 }
957
958 public virtual OdResult select_next_cell(Int32 dir, out Int32 resultRowIndex, out Int32 resultColumnIndex, OdDbFullSubentPathArray pPaths, bool bSupportTextCellOnly) {
959 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbTable_select_next_cell__SWIG_0(swigCPtr, dir /*SIMPLETYPE*/, out resultRowIndex, out resultColumnIndex, OdDbFullSubentPathArray.getCPtr(pPaths), bSupportTextCellOnly);
961 return ret;
962 }
963
964 public virtual OdResult select_next_cell(Int32 dir, out Int32 resultRowIndex, out Int32 resultColumnIndex, OdDbFullSubentPathArray pPaths) {
965 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbTable_select_next_cell__SWIG_1(swigCPtr, dir /*SIMPLETYPE*/, out resultRowIndex, out resultColumnIndex, OdDbFullSubentPathArray.getCPtr(pPaths));
967 return ret;
968 }
969
970 public virtual OdResult select_next_cell(Int32 dir, out Int32 resultRowIndex, out Int32 resultColumnIndex) {
971 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbTable_select_next_cell__SWIG_2(swigCPtr, dir /*SIMPLETYPE*/, out resultRowIndex, out resultColumnIndex);
973 return ret;
974 }
975
981
986
992
997
1002
1007
1012
1013 public override OdResult subGetClassID(IntPtr pClsid) {
1014 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbTable_subGetClassID(swigCPtr, pClsid /*SIMPLETYPE*/);
1016 return ret;
1017 }
1018
1019 public override bool subWorldDraw(OdGiWorldDraw pWd) {
1020 bool ret = TD_DbPINVOKE.OdDbTable_subWorldDraw(swigCPtr, OdGiWorldDraw.getCPtr(pWd));
1022 return ret;
1023 }
1024
1029
1035
1036 public override OdResult subGetTransformedCopy(OdGeMatrix3d xfm, ref OdDbEntity /*OUT_PARAM for SMARTPTR*/ pCopy) {
1037 /*OUT_PARAM for SMARTPTR pre*/ IntPtr tmp_pCopy = pCopy == null ? IntPtr.Zero : OdDbEntity.getCPtr(pCopy).Handle;
1038 IntPtr saved_pCopy = tmp_pCopy;
1039 /*OUT_PARAM for SMARTPTR pre*/
1040 try {
1041 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbTable_subGetTransformedCopy(swigCPtr, OdGeMatrix3d.getCPtr(xfm), ref tmp_pCopy /*OUT_PARAM for SMARTPTR*/);
1043 return ret;
1044 } finally {
1045if(tmp_pCopy == IntPtr.Zero) pCopy = null;
1046 if(tmp_pCopy != IntPtr.Zero && tmp_pCopy != saved_pCopy)
1047 {
1048 MemoryTransaction mTrans_pCopy = MemoryManager.GetMemoryManager().GetCurrentTransaction();
1049 if(mTrans_pCopy != null)
1050 mTrans_pCopy.AddObject(Teigha.Core.Helpers.odCreateObjectInternal<OdDbEntity>(typeof(OdDbEntity), tmp_pCopy, true));
1051 pCopy = Teigha.Core.Helpers.odCreateObjectInternal<OdDbEntity>(typeof(OdDbEntity), tmp_pCopy, mTrans_pCopy == null);
1052 /*OUT_PARAM for SMARTPTR*/
1053 }
1054 }
1055 }
1056
1062
1063 public virtual void getDataType(out OdValue.DataType nDataType, out OdValue.UnitType nUnitType, RowType type) {
1064 TD_DbPINVOKE.OdDbTable_getDataType__SWIG_0(swigCPtr, out nDataType, out nUnitType, (int)type);
1066 }
1067
1068 public virtual void setDataType(OdValue.DataType nDataType, OdValue.UnitType nUnitType) {
1069 TD_DbPINVOKE.OdDbTable_setDataType__SWIG_0(swigCPtr, (int)nDataType, (int)nUnitType);
1071 }
1072
1073 public virtual void setDataType(OdValue.DataType nDataType, OdValue.UnitType nUnitType, int nRowTypes) {
1074 TD_DbPINVOKE.OdDbTable_setDataType__SWIG_1(swigCPtr, (int)nDataType, (int)nUnitType, nRowTypes);
1076 }
1077
1078 public virtual String format(RowType type) {
1079 string ret = TD_DbPINVOKE.OdDbTable_format__SWIG_0(swigCPtr, (int)type);
1081 return ret;
1082}
1083
1084 public virtual void setFormat(String pszFormat) {
1085 TD_DbPINVOKE.OdDbTable_setFormat__SWIG_0(swigCPtr, pszFormat);
1087 }
1088
1089 public virtual void setFormat(String pszFormat, int nRowTypes) {
1090 TD_DbPINVOKE.OdDbTable_setFormat__SWIG_1(swigCPtr, pszFormat, nRowTypes);
1092 }
1093
1094 public void getDataType(UInt32 row, UInt32 col, out OdValue.DataType nDataType, out OdValue.UnitType nUnitType) {
1095 TD_DbPINVOKE.OdDbTable_getDataType__SWIG_1(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, out nDataType, out nUnitType);
1097 }
1098
1099 public void setDataType(UInt32 row, UInt32 col, OdValue.DataType nDataType, OdValue.UnitType nUnitType) {
1100 TD_DbPINVOKE.OdDbTable_setDataType__SWIG_2(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, (int)nDataType, (int)nUnitType);
1102 }
1103
1104 public OdValue value(UInt32 row, UInt32 col) {
1105 OdValue ret = new OdValue(TD_DbPINVOKE.OdDbTable_value__SWIG_0(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/), true);
1107 return ret;
1108 }
1109
1110 public void setValue(UInt32 row, UInt32 col, OdValue val) {
1111 TD_DbPINVOKE.OdDbTable_setValue__SWIG_0(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, OdValue.getCPtr(val));
1113 }
1114
1115 public void setValue(UInt32 row, UInt32 col, ref string pszText, OdValue.ParseOption nOption) {
1116IntPtr tmp_pszText = Marshal.StringToCoTaskMemUni(pszText);
1117 IntPtr saved_pszText = tmp_pszText;
1118 try {
1119 TD_DbPINVOKE.OdDbTable_setValue__SWIG_1(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, ref tmp_pszText, (int)nOption);
1121 } finally {
1122if (tmp_pszText != saved_pszText) pszText = Marshal.PtrToStringUni(tmp_pszText);
1123 }
1124 }
1125
1126 public void resetValue(UInt32 row, UInt32 col) {
1127 TD_DbPINVOKE.OdDbTable_resetValue(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/);
1129 }
1130
1131 public String format(UInt32 row, UInt32 col) {
1132 string ret = TD_DbPINVOKE.OdDbTable_format__SWIG_1(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/);
1134 return ret;
1135}
1136
1137 public void setFormat(UInt32 row, UInt32 col, String pszFormat) {
1138 TD_DbPINVOKE.OdDbTable_setFormat__SWIG_2(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, pszFormat);
1140 }
1141
1142 public bool isBreakEnabled() {
1143 bool ret = TD_DbPINVOKE.OdDbTable_isBreakEnabled(swigCPtr);
1145 return ret;
1146 }
1147
1148 public void enableBreak(bool bEnable) {
1149 TD_DbPINVOKE.OdDbTable_enableBreak(swigCPtr, bEnable);
1151 }
1152
1158
1163
1164 public double breakHeight(UInt32 index) {
1165 double ret = TD_DbPINVOKE.OdDbTable_breakHeight(swigCPtr, index /*SIMPLETYPE*/);
1167 return ret;
1168 }
1169
1170 public void setBreakHeight(UInt32 index, double height) {
1171 TD_DbPINVOKE.OdDbTable_setBreakHeight(swigCPtr, index /*SIMPLETYPE*/, height);
1173 }
1174
1175 public OdGeVector3d breakOffset(UInt32 index) {
1176 OdGeVector3d ret = new OdGeVector3d(TD_DbPINVOKE.OdDbTable_breakOffset(swigCPtr, index /*SIMPLETYPE*/), true);
1178 return ret;
1179 }
1180
1181 public void setBreakOffset(UInt32 index, OdGeVector3d vec) {
1182 TD_DbPINVOKE.OdDbTable_setBreakOffset(swigCPtr, index /*SIMPLETYPE*/, OdGeVector3d.getCPtr(vec));
1184 }
1185
1191
1196
1197 public double breakSpacing() {
1198 double ret = TD_DbPINVOKE.OdDbTable_breakSpacing(swigCPtr);
1200 return ret;
1201 }
1202
1203 public void setBreakSpacing(double spacing) {
1204 TD_DbPINVOKE.OdDbTable_setBreakSpacing(swigCPtr, spacing);
1206 }
1207
1208 public void setSize(Int32 rows, Int32 cols) {
1209 TD_DbPINVOKE.OdDbTable_setSize(swigCPtr, rows /*SIMPLETYPE*/, cols /*SIMPLETYPE*/);
1211 }
1212
1213 public bool canInsert(Int32 nIndex, bool bRow) {
1214 bool ret = TD_DbPINVOKE.OdDbTable_canInsert(swigCPtr, nIndex /*SIMPLETYPE*/, bRow);
1216 return ret;
1217 }
1218
1219 public void insertRowsAndInherit(Int32 nIndex, Int32 nInheritFrom, Int32 nNumRows) {
1220 TD_DbPINVOKE.OdDbTable_insertRowsAndInherit(swigCPtr, nIndex /*SIMPLETYPE*/, nInheritFrom /*SIMPLETYPE*/, nNumRows /*SIMPLETYPE*/);
1222 }
1223
1224 public void insertColumnsAndInherit(Int32 col, Int32 nInheritFrom, Int32 nNumCols) {
1225 TD_DbPINVOKE.OdDbTable_insertColumnsAndInherit(swigCPtr, col /*SIMPLETYPE*/, nInheritFrom /*SIMPLETYPE*/, nNumCols /*SIMPLETYPE*/);
1227 }
1228
1229 public bool canDelete(Int32 nIndex, Int32 nCount, bool bRow) {
1230 bool ret = TD_DbPINVOKE.OdDbTable_canDelete(swigCPtr, nIndex /*SIMPLETYPE*/, nCount /*SIMPLETYPE*/, bRow);
1232 return ret;
1233 }
1234
1235 public bool isEmpty(Int32 row, Int32 col) {
1236 bool ret = TD_DbPINVOKE.OdDbTable_isEmpty(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/);
1238 return ret;
1239 }
1240
1241 public OdCellRange getMergeRange(Int32 row, Int32 col) {
1242 OdCellRange ret = new OdCellRange(TD_DbPINVOKE.OdDbTable_getMergeRange(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/), true);
1244 return ret;
1245 }
1246
1247 public bool isContentEditable(Int32 row, Int32 col) {
1248 bool ret = TD_DbPINVOKE.OdDbTable_isContentEditable(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/);
1250 return ret;
1251 }
1252
1253 public bool isFormatEditable(Int32 row, Int32 col) {
1254 bool ret = TD_DbPINVOKE.OdDbTable_isFormatEditable(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/);
1256 return ret;
1257 }
1258
1259 public CellState cellState(Int32 row, Int32 col) {
1260 CellState ret = (CellState)TD_DbPINVOKE.OdDbTable_cellState(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/);
1262 return ret;
1263 }
1264
1265 public void setCellState(Int32 row, Int32 col, CellState nLock) {
1266 TD_DbPINVOKE.OdDbTable_setCellState(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, (int)nLock);
1268 }
1269
1270 public Int32 numContents(Int32 row, Int32 col) {
1271// test csout
1272 /*SIMPLETYPE*/
1273 Int32 ret = TD_DbPINVOKE.OdDbTable_numContents(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/);
1275 return ret;
1276 }
1277
1278 public Int32 createContent(Int32 row, Int32 col, Int32 nIndex) {
1279// test csout
1280 /*SIMPLETYPE*/
1281 Int32 ret = TD_DbPINVOKE.OdDbTable_createContent(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nIndex /*SIMPLETYPE*/);
1283 return ret;
1284 }
1285
1286 public void moveContent(Int32 row, Int32 col, Int32 nFromIndex, Int32 nToIndex) {
1287 TD_DbPINVOKE.OdDbTable_moveContent(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nFromIndex /*SIMPLETYPE*/, nToIndex /*SIMPLETYPE*/);
1289 }
1290
1291 public void deleteContent(Int32 row, Int32 col) {
1292 TD_DbPINVOKE.OdDbTable_deleteContent__SWIG_0(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/);
1294 }
1295
1296 public void deleteContent(Int32 row, Int32 col, Int32 nIndex) {
1297 TD_DbPINVOKE.OdDbTable_deleteContent__SWIG_1(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nIndex /*SIMPLETYPE*/);
1299 }
1300
1305
1306 public CellContentType contentType(Int32 row, Int32 col) {
1307 CellContentType ret = (CellContentType)TD_DbPINVOKE.OdDbTable_contentType__SWIG_0(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/);
1309 return ret;
1310 }
1311
1312 public CellContentType contentType(Int32 row, Int32 col, Int32 nIndex) {
1313 CellContentType ret = (CellContentType)TD_DbPINVOKE.OdDbTable_contentType__SWIG_1(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nIndex /*SIMPLETYPE*/);
1315 return ret;
1316 }
1317
1318 public OdValue value(Int32 row, Int32 col, Int32 nContent) {
1319 OdValue ret = new OdValue(TD_DbPINVOKE.OdDbTable_value__SWIG_1(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/), true);
1321 return ret;
1322 }
1323
1324 public OdValue value(Int32 row, Int32 col, Int32 nContent, OdValue.FormatOption nOption) {
1325 OdValue ret = new OdValue(TD_DbPINVOKE.OdDbTable_value__SWIG_2(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/, (int)nOption), true);
1327 return ret;
1328 }
1329
1330 public void setValue(Int32 row, Int32 col, Int32 nContent, OdValue val) {
1331 TD_DbPINVOKE.OdDbTable_setValue__SWIG_2(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/, OdValue.getCPtr(val));
1333 }
1334
1335 public void setValue(Int32 row, Int32 col, Int32 nContent, OdValue val, OdValue.ParseOption nOption) {
1336 TD_DbPINVOKE.OdDbTable_setValue__SWIG_3(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/, OdValue.getCPtr(val), (int)nOption);
1338 }
1339
1340 public void setValue(Int32 row, Int32 col, Int32 nContent, String sText, OdValue.ParseOption nOption) {
1341 TD_DbPINVOKE.OdDbTable_setValue__SWIG_4(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/, sText, (int)nOption);
1343 }
1344
1345 public String dataFormat(Int32 row, Int32 col) {
1346 string ret = TD_DbPINVOKE.OdDbTable_dataFormat__SWIG_0(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/);
1348 return ret;
1349}
1350
1351 public String dataFormat(Int32 row, Int32 col, Int32 nContent) {
1352 string ret = TD_DbPINVOKE.OdDbTable_dataFormat__SWIG_1(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/);
1354 return ret;
1355}
1356
1357 public void setDataFormat(Int32 row, Int32 col, String sFormat) {
1358 TD_DbPINVOKE.OdDbTable_setDataFormat__SWIG_0(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, sFormat);
1360 }
1361
1362 public void setDataFormat(Int32 row, Int32 col, Int32 nContent, String sFormat) {
1363 TD_DbPINVOKE.OdDbTable_setDataFormat__SWIG_1(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/, sFormat);
1365 }
1366
1367 public String textString(Int32 row, Int32 col, Int32 nContent) {
1368 string ret = TD_DbPINVOKE.OdDbTable_textString__SWIG_1(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/);
1370 return ret;
1371}
1372
1373 public String textString(Int32 row, Int32 col, Int32 nContent, OdValue.FormatOption nOption) {
1374 string ret = TD_DbPINVOKE.OdDbTable_textString__SWIG_2(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/, (int)nOption);
1376 return ret;
1377}
1378
1379 public String textString(Int32 row, Int32 col, OdValue.FormatOption nOption) {
1380 string ret = TD_DbPINVOKE.OdDbTable_textString__SWIG_3(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, (int)nOption);
1382 return ret;
1383}
1384
1385 public void setTextString(Int32 row, Int32 col, Int32 nContent, String text) {
1386 TD_DbPINVOKE.OdDbTable_setTextString__SWIG_1(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/, text);
1388 }
1389
1390 public bool hasFormula(Int32 row, Int32 col, Int32 nContent) {
1391 bool ret = TD_DbPINVOKE.OdDbTable_hasFormula(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/);
1393 return ret;
1394 }
1395
1396 public String getFormula(Int32 row, Int32 col, Int32 nContent) {
1397 string ret = TD_DbPINVOKE.OdDbTable_getFormula(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/);
1399 return ret;
1400}
1401
1402 public void setFormula(Int32 row, Int32 col, Int32 nContent, String pszFormula) {
1403 TD_DbPINVOKE.OdDbTable_setFormula(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/, pszFormula);
1405 }
1406
1407 public OdDbObjectId fieldId(Int32 row, Int32 col, Int32 nContent) {
1408 OdDbObjectId ret = new OdDbObjectId(TD_DbPINVOKE.OdDbTable_fieldId__SWIG_1(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/), true);
1410 return ret;
1411 }
1412
1413 public void setFieldId(Int32 row, Int32 col, Int32 nContent, OdDbObjectId fieldId, CellOption nFlag) {
1414 TD_DbPINVOKE.OdDbTable_setFieldId__SWIG_1(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/, OdDbObjectId.getCPtr(fieldId), (int)nFlag);
1416 }
1417
1418 public OdDbObjectId blockTableRecordId(Int32 row, Int32 col, Int32 nContent) {
1419 OdDbObjectId ret = new OdDbObjectId(TD_DbPINVOKE.OdDbTable_blockTableRecordId__SWIG_1(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/), true);
1421 return ret;
1422 }
1423
1424 public void setBlockTableRecordId(Int32 row, Int32 col, Int32 nContent, OdDbObjectId blkId, bool autoFit) {
1425 TD_DbPINVOKE.OdDbTable_setBlockTableRecordId__SWIG_2(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/, OdDbObjectId.getCPtr(blkId), autoFit);
1427 }
1428
1429 public String getBlockAttributeValue(Int32 row, Int32 col, Int32 nContent, OdDbObjectId attdefId) {
1430 string ret = TD_DbPINVOKE.OdDbTable_getBlockAttributeValue__SWIG_1(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/, OdDbObjectId.getCPtr(attdefId));
1432 return ret;
1433}
1434
1435 public void setBlockAttributeValue(Int32 row, Int32 col, Int32 nContent, OdDbObjectId attdefId, String atrValue) {
1436 TD_DbPINVOKE.OdDbTable_setBlockAttributeValue__SWIG_1(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/, OdDbObjectId.getCPtr(attdefId), atrValue);
1438 }
1439
1440 public Int32 getCustomData(Int32 row, Int32 col) {
1441// test csout
1442 /*SIMPLETYPE*/
1443 Int32 ret = TD_DbPINVOKE.OdDbTable_getCustomData__SWIG_0(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/);
1445 return ret;
1446 }
1447
1448 public void setCustomData(Int32 row, Int32 col, Int32 nData) {
1449 TD_DbPINVOKE.OdDbTable_setCustomData__SWIG_0(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nData /*SIMPLETYPE*/);
1451 }
1452
1453 public OdValue getCustomData(Int32 row, Int32 col, String sKey) {
1454 OdValue ret = new OdValue(TD_DbPINVOKE.OdDbTable_getCustomData__SWIG_1(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, sKey), true);
1456 return ret;
1457 }
1458
1459 public void setCustomData(Int32 row, Int32 col, String sKey, OdValue pData) {
1460 TD_DbPINVOKE.OdDbTable_setCustomData__SWIG_1(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, sKey, OdValue.getCPtr(pData));
1462 }
1463
1464 public String cellStyle(Int32 row, Int32 col) {
1465 string ret = TD_DbPINVOKE.OdDbTable_cellStyle(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/);
1467 return ret;
1468}
1469
1470 public void setCellStyle(Int32 row, Int32 col, String sCellStyle) {
1471 TD_DbPINVOKE.OdDbTable_setCellStyle(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, sCellStyle);
1473 }
1474
1475 public double margin(Int32 row, Int32 col, CellMargin nMargin) {
1476 double ret = TD_DbPINVOKE.OdDbTable_margin(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, (int)nMargin);
1478 return ret;
1479 }
1480
1481 public void setMargin(Int32 row, Int32 col, CellMargin nMargins, double fMargin) {
1482 TD_DbPINVOKE.OdDbTable_setMargin(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, (int)nMargins, fMargin);
1484 }
1485
1486 public OdGePoint3d attachmentPoint(Int32 row, Int32 col, Int32 content) {
1487 OdGePoint3d ret = new OdGePoint3d(TD_DbPINVOKE.OdDbTable_attachmentPoint__SWIG_1(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, content /*SIMPLETYPE*/), true);
1489 return ret;
1490 }
1491
1492 public OdCmColor contentColor(Int32 row, Int32 col, Int32 nContent) {
1493 OdCmColor ret = new OdCmColor(TD_DbPINVOKE.OdDbTable_contentColor__SWIG_3(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/), true);
1495 return ret;
1496 }
1497
1498 public void setContentColor(Int32 row, Int32 col, Int32 nContent, OdCmColor color) {
1499 TD_DbPINVOKE.OdDbTable_setContentColor__SWIG_3(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/, OdCmColor.getCPtr(color));
1501 }
1502
1503 public void getDataType(Int32 row, Int32 col, Int32 nContent, out OdValue.DataType nDataType, out OdValue.UnitType nUnitType) {
1504 TD_DbPINVOKE.OdDbTable_getDataType__SWIG_2(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/, out nDataType, out nUnitType);
1506 }
1507
1508 public void setDataType(Int32 row, Int32 col, Int32 nContent, OdValue.DataType nDataType, OdValue.UnitType nUnitType) {
1509 TD_DbPINVOKE.OdDbTable_setDataType__SWIG_3(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/, (int)nDataType, (int)nUnitType);
1511 }
1512
1513 public OdDbObjectId textStyle(Int32 row, Int32 col, Int32 nContent) {
1514 OdDbObjectId ret = new OdDbObjectId(TD_DbPINVOKE.OdDbTable_textStyle__SWIG_3(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/), true);
1516 return ret;
1517 }
1518
1519 public void setTextStyle(Int32 row, Int32 col, Int32 nContent, OdDbObjectId id) {
1520 TD_DbPINVOKE.OdDbTable_setTextStyle__SWIG_3(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/, OdDbObjectId.getCPtr(id));
1522 }
1523
1524 public double textHeight(Int32 row, Int32 col, Int32 nContent) {
1525 double ret = TD_DbPINVOKE.OdDbTable_textHeight__SWIG_3(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/);
1527 return ret;
1528 }
1529
1530 public void setTextHeight(Int32 row, Int32 col, Int32 nContent, double height) {
1531 TD_DbPINVOKE.OdDbTable_setTextHeight__SWIG_3(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/, height);
1533 }
1534
1535 public new double rotation() {
1536 double ret = TD_DbPINVOKE.OdDbTable_rotation__SWIG_0(swigCPtr);
1538 return ret;
1539 }
1540
1541 public double rotation(Int32 row, Int32 col, Int32 nContent) {
1542 double ret = TD_DbPINVOKE.OdDbTable_rotation__SWIG_1(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/);
1544 return ret;
1545 }
1546
1547 public override void setRotation(double fAngle) {
1550 }
1551
1552 public void setRotation(Int32 row, Int32 col, Int32 nContent, double fAngle) {
1553 TD_DbPINVOKE.OdDbTable_setRotation__SWIG_1(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/, fAngle);
1555 }
1556
1557 public bool isAutoScale(Int32 row, Int32 col, Int32 nContent) {
1558 bool ret = TD_DbPINVOKE.OdDbTable_isAutoScale__SWIG_1(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/);
1560 return ret;
1561 }
1562
1563 public void setAutoScale(Int32 row, Int32 col, Int32 nContent, bool autoFit) {
1564 TD_DbPINVOKE.OdDbTable_setAutoScale__SWIG_1(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/, autoFit);
1566 }
1567
1568 public double scale(Int32 row, Int32 col, Int32 nContent) {
1569 double ret = TD_DbPINVOKE.OdDbTable_scale(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/);
1571 return ret;
1572 }
1573
1574 public void setScale(Int32 row, Int32 col, Int32 nContent, double scale) {
1575 TD_DbPINVOKE.OdDbTable_setScale(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/, scale);
1577 }
1578
1579 public CellContentLayout contentLayout(Int32 row, Int32 col) {
1580 CellContentLayout ret = (CellContentLayout)TD_DbPINVOKE.OdDbTable_contentLayout(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/);
1582 return ret;
1583 }
1584
1585 public void setContentLayout(Int32 row, Int32 col, CellContentLayout nLayout) {
1586 TD_DbPINVOKE.OdDbTable_setContentLayout(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, (int)nLayout);
1588 }
1589
1590 public bool isMergeAllEnabled(Int32 row, Int32 col) {
1591 bool ret = TD_DbPINVOKE.OdDbTable_isMergeAllEnabled(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/);
1593 return ret;
1594 }
1595
1596 public void enableMergeAll(Int32 row, Int32 col, bool bEnable) {
1597 TD_DbPINVOKE.OdDbTable_enableMergeAll(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, bEnable);
1599 }
1600
1601 public CellProperty getOverride(Int32 row, Int32 col, Int32 nContent) {
1602 CellProperty ret = (CellProperty)TD_DbPINVOKE.OdDbTable_getOverride__SWIG_0(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/);
1604 return ret;
1605 }
1606
1607 public GridProperty getOverride(Int32 row, Int32 col, GridLineType nGridLineType) {
1608 GridProperty ret = (GridProperty)TD_DbPINVOKE.OdDbTable_getOverride__SWIG_1(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, (int)nGridLineType);
1610 return ret;
1611 }
1612
1613 public void setOverride(Int32 row, Int32 col, Int32 nContent, CellProperty nOverride) {
1614 TD_DbPINVOKE.OdDbTable_setOverride__SWIG_0(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/, (int)nOverride);
1616 }
1617
1618 public void setOverride(Int32 row, Int32 col, GridLineType nGridLineType, GridProperty nOverride) {
1619 TD_DbPINVOKE.OdDbTable_setOverride__SWIG_1(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, (int)nGridLineType, (int)nOverride);
1621 }
1622
1623 public void removeAllOverrides(Int32 row, Int32 col) {
1624 TD_DbPINVOKE.OdDbTable_removeAllOverrides(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/);
1626 }
1627
1628 public GridLineStyle gridLineStyle(Int32 row, Int32 col, GridLineType nGridLineType) {
1629 GridLineStyle ret = (GridLineStyle)TD_DbPINVOKE.OdDbTable_gridLineStyle(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, (int)nGridLineType);
1631 return ret;
1632 }
1633
1634 public void setGridLineStyle(Int32 row, Int32 col, GridLineType nGridLineTypes, GridLineStyle nLineStyle) {
1635 TD_DbPINVOKE.OdDbTable_setGridLineStyle(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, (int)nGridLineTypes, (int)nLineStyle);
1637 }
1638
1639 public LineWeight gridLineWeight(Int32 row, Int32 col, GridLineType nGridLineType) {
1640 LineWeight ret = (LineWeight)TD_DbPINVOKE.OdDbTable_gridLineWeight__SWIG_3(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, (int)nGridLineType);
1642 return ret;
1643 }
1644
1645 public void setGridLineWeight(Int32 row, Int32 col, GridLineType nGridLineTypes, LineWeight nLineWeight) {
1646 TD_DbPINVOKE.OdDbTable_setGridLineWeight__SWIG_2(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, (int)nGridLineTypes, (int)nLineWeight);
1648 }
1649
1650 public OdDbObjectId gridLinetype(Int32 row, Int32 col, GridLineType nGridLineType) {
1651 OdDbObjectId ret = new OdDbObjectId(TD_DbPINVOKE.OdDbTable_gridLinetype(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, (int)nGridLineType), true);
1653 return ret;
1654 }
1655
1656 public void setGridLinetype(Int32 row, Int32 col, GridLineType nGridLineTypes, OdDbObjectId idLinetype) {
1657 TD_DbPINVOKE.OdDbTable_setGridLinetype(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, (int)nGridLineTypes, OdDbObjectId.getCPtr(idLinetype));
1659 }
1660
1661 public OdCmColor gridColor(Int32 row, Int32 col, GridLineType nGridLineType) {
1662 OdCmColor ret = new OdCmColor(TD_DbPINVOKE.OdDbTable_gridColor__SWIG_3(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, (int)nGridLineType), true);
1664 return ret;
1665 }
1666
1667 public void setGridColor(Int32 row, Int32 col, GridLineType nGridlineTypes, OdCmColor color) {
1668 TD_DbPINVOKE.OdDbTable_setGridColor__SWIG_2(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, (int)nGridlineTypes, OdCmColor.getCPtr(color));
1670 }
1671
1672 public Visibility gridVisibility(Int32 row, Int32 col, GridLineType nGridLineType) {
1673 Visibility ret = (Visibility)TD_DbPINVOKE.OdDbTable_gridVisibility__SWIG_3(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, (int)nGridLineType);
1675 return ret;
1676 }
1677
1678 public void setGridVisibility(Int32 row, Int32 col, GridLineType nGridLineTypes, Visibility nVisibility) {
1679 TD_DbPINVOKE.OdDbTable_setGridVisibility__SWIG_2(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, (int)nGridLineTypes, (int)nVisibility);
1681 }
1682
1683 public double gridDoubleLineSpacing(Int32 row, Int32 col, GridLineType nGridLineType) {
1684 double ret = TD_DbPINVOKE.OdDbTable_gridDoubleLineSpacing(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, (int)nGridLineType);
1686 return ret;
1687 }
1688
1689 public void setGridDoubleLineSpacing(Int32 row, Int32 col, GridLineType nGridLineTypes, double fSpacing) {
1690 TD_DbPINVOKE.OdDbTable_setGridDoubleLineSpacing(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, (int)nGridLineTypes, fSpacing);
1692 }
1693
1694 public void getGridProperty(Int32 row, Int32 col, GridLineType nGridLineType, OdGridProperty gridProp) {
1695 TD_DbPINVOKE.OdDbTable_getGridProperty(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, (int)nGridLineType, OdGridProperty.getCPtr(gridProp));
1697 }
1698
1699 public void setGridProperty(Int32 row, Int32 col, GridLineType nGridLineTypes, OdGridProperty gridProp) {
1700 TD_DbPINVOKE.OdDbTable_setGridProperty__SWIG_0(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, (int)nGridLineTypes, OdGridProperty.getCPtr(gridProp));
1702 }
1703
1704 public void setGridProperty(OdCellRange rangeIn, GridLineType nGridLineTypes, OdGridProperty gridProp) {
1705 TD_DbPINVOKE.OdDbTable_setGridProperty__SWIG_1(swigCPtr, OdCellRange.getCPtr(rangeIn), (int)nGridLineTypes, OdGridProperty.getCPtr(gridProp));
1707 }
1708
1709 public bool isLinked(Int32 row, Int32 col) {
1710 bool ret = TD_DbPINVOKE.OdDbTable_isLinked(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/);
1712 return ret;
1713 }
1714
1715 public OdDbObjectId getDataLink(Int32 row, Int32 col) {
1716 OdDbObjectId ret = new OdDbObjectId(TD_DbPINVOKE.OdDbTable_getDataLink__SWIG_0(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/), true);
1718 return ret;
1719 }
1720
1721 public OdDbDataLink getDataLink(Int32 row, Int32 col, OpenMode mode) {// OdDbDataLinkPtr
1722 MemoryManager mMan = MemoryManager.GetMemoryManager();
1723 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
1724 IntPtr ptr = TD_DbPINVOKE.OdDbTable_getDataLink__SWIG_1(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, (int)mode);
1725
1726 OdDbDataLink ret = null;
1727 if (null != mTrans)
1728 {
1729 mTrans.AddObject((OdDbDataLink)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDataLink),ptr, true));
1730 ret = (OdDbDataLink)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDataLink),ptr, false);
1731 }
1732 else
1733 {
1734 ret = (OdDbDataLink)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDataLink),ptr, true);
1735 }
1736
1738 return ret;
1739}
1740
1741 public Int32 getDataLink(OdCellRange pRange, OdDbObjectIdArray dataLinkIds) {
1742// test csout
1743 /*SIMPLETYPE*/
1744 Int32 ret = TD_DbPINVOKE.OdDbTable_getDataLink__SWIG_2(swigCPtr, OdCellRange.getCPtr(pRange), OdDbObjectIdArray.getCPtr(dataLinkIds));
1746 return ret;
1747 }
1748
1749 public void setDataLink(Int32 row, Int32 col, OdDbObjectId idDataLink, bool bUpdate) {
1750 TD_DbPINVOKE.OdDbTable_setDataLink__SWIG_0(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, OdDbObjectId.getCPtr(idDataLink), bUpdate);
1752 }
1753
1754 public void setDataLink(OdCellRange range, OdDbObjectId idDataLink, bool bUpdate) {
1755 TD_DbPINVOKE.OdDbTable_setDataLink__SWIG_1(swigCPtr, OdCellRange.getCPtr(range), OdDbObjectId.getCPtr(idDataLink), bUpdate);
1757 }
1758
1759 public OdCellRange getDataLinkRange(Int32 row, Int32 col) {
1760 OdCellRange ret = new OdCellRange(TD_DbPINVOKE.OdDbTable_getDataLinkRange(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/), true);
1762 return ret;
1763 }
1764
1765 public void removeDataLink(Int32 row, Int32 col) {
1766 TD_DbPINVOKE.OdDbTable_removeDataLink__SWIG_0(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/);
1768 }
1769
1774
1775 public void updateDataLink(Int32 row, Int32 col, UpdateDirection nDir, UpdateOption nOption) {
1776 TD_DbPINVOKE.OdDbTable_updateDataLink__SWIG_0(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, (int)nDir, (int)nOption);
1778 }
1779
1784
1785 public String getColumnName(Int32 nIndex) {
1786 string ret = TD_DbPINVOKE.OdDbTable_getColumnName(swigCPtr, nIndex /*SIMPLETYPE*/);
1788 return ret;
1789}
1790
1791 public void setColumnName(Int32 nIndex, String sName) {
1792 TD_DbPINVOKE.OdDbTable_setColumnName(swigCPtr, nIndex /*SIMPLETYPE*/, sName);
1794 }
1795
1796 public String getToolTip(Int32 row, Int32 col) {
1797 string ret = TD_DbPINVOKE.OdDbTable_getToolTip(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/);
1799 return ret;
1800}
1801
1802 public void setToolTip(Int32 row, Int32 col, String sToolTip) {
1803 TD_DbPINVOKE.OdDbTable_setToolTip(swigCPtr, row /*SIMPLETYPE*/, col /*SIMPLETYPE*/, sToolTip);
1805 }
1806
1811
1816
1817 public void copyFrom(OdDbLinkedTableData pSrc, TableCopyOption nOption, OdCellRange srcRange, OdCellRange targetRange, OdCellRange pNewTargetRangeOut) {
1818 TD_DbPINVOKE.OdDbTable_copyFrom__SWIG_2(swigCPtr, OdDbLinkedTableData.getCPtr(pSrc), (int)nOption, OdCellRange.getCPtr(srcRange), OdCellRange.getCPtr(targetRange), OdCellRange.getCPtr(pNewTargetRangeOut));
1820 }
1821
1822 public void copyFrom(OdDbTable pSrc, TableCopyOption nOption, OdCellRange srcRange, OdCellRange targetRange, OdCellRange pNewTargetRangeOut) {
1823 TD_DbPINVOKE.OdDbTable_copyFrom__SWIG_3(swigCPtr, OdDbTable.getCPtr(pSrc), (int)nOption, OdCellRange.getCPtr(srcRange), OdCellRange.getCPtr(targetRange), OdCellRange.getCPtr(pNewTargetRangeOut));
1825 }
1826
1827 public override void appendToOwner(OdDbIdPair idPair, OdDbObject pOwnerObject, OdDbIdMapping ownerIdMap) {
1828 TD_DbPINVOKE.OdDbTable_appendToOwner(swigCPtr, OdDbIdPair.getCPtr(idPair), OdDbObject.getCPtr(pOwnerObject), OdDbIdMapping.getCPtr(ownerIdMap));
1830 }
1831
1837
1842
1848
1853
1854 public override OdResult subErase(bool erasing) {
1855 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbTable_subErase(swigCPtr, erasing);
1857 return ret;
1858 }
1859
1860 public virtual new void subHighlight(bool bDoIt, OdDbFullSubentPath pSubId, bool highlightAll) {
1861 TD_DbPINVOKE.OdDbTable_subHighlight__SWIG_0(swigCPtr, bDoIt, OdDbFullSubentPath.getCPtr(pSubId), highlightAll);
1863 }
1864
1869
1870 public virtual new void subHighlight(bool bDoIt) {
1873 }
1874
1879
1880 public Int32 getSubTablesInfo(OdDbSubTableArray subTables) {
1881// test csout
1882 /*SIMPLETYPE*/
1883 Int32 ret = TD_DbPINVOKE.OdDbTable_getSubTablesInfo(swigCPtr, OdDbSubTableArray.getCPtr(subTables));
1885 return ret;
1886 }
1887
1888 public OdDbTableIterator getIterator() {// OdDbTableIteratorPtr
1889 MemoryManager mMan = MemoryManager.GetMemoryManager();
1890 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
1891 IntPtr ptr = TD_DbPINVOKE.OdDbTable_getIterator__SWIG_0(swigCPtr);
1892
1893 OdDbTableIterator ret = null;
1894 if (null != mTrans)
1895 {
1896 mTrans.AddObject((OdDbTableIterator)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbTableIterator),ptr, true));
1897 ret = (OdDbTableIterator)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbTableIterator),ptr, false);
1898 }
1899 else
1900 {
1901 ret = (OdDbTableIterator)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbTableIterator),ptr, true);
1902 }
1903
1905 return ret;
1906}
1907
1908 public OdDbTableIterator getIterator(OdCellRange pRange, TableIteratorOption nOption) {// OdDbTableIteratorPtr
1909 MemoryManager mMan = MemoryManager.GetMemoryManager();
1910 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
1911 IntPtr ptr = TD_DbPINVOKE.OdDbTable_getIterator__SWIG_1(swigCPtr, OdCellRange.getCPtr(pRange), (int)nOption);
1912
1913 OdDbTableIterator ret = null;
1914 if (null != mTrans)
1915 {
1916 mTrans.AddObject((OdDbTableIterator)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbTableIterator),ptr, true));
1917 ret = (OdDbTableIterator)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbTableIterator),ptr, false);
1918 }
1919 else
1920 {
1921 ret = (OdDbTableIterator)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbTableIterator),ptr, true);
1922 }
1923
1925 return ret;
1926}
1927
1928 public void getIndicatorSize(out double dWidth, out double dHeight) {
1929 TD_DbPINVOKE.OdDbTable_getIndicatorSize(swigCPtr, out dWidth, out dHeight);
1931 }
1932
1933 protected static string getRealClassName(IntPtr ptr) {
1934 string ret = TD_DbPINVOKE.OdDbTable_getRealClassName(ptr /*SIMPLETYPE*/);
1936 return ret;
1937 }
1938
1943 public virtual string vb_format(Teigha.TD.RowType type) { return this.format(type); }
1944
1949 public string vb_format(uint row, uint col) { return this.format(row, col); }
1950
1955 public virtual Teigha.Core.OdGePoint3d vb_position() { return this.position(); }
1956
1961 public void vb_gripStatus(Teigha.Core.GripStat status) { this.gripStatus(status); }
1962
1968
1973 public Teigha.TD.CellContentType vb_contentType(int row, int col) { return this.contentType(row, col); }
1974
1979 public Teigha.TD.CellContentType vb_contentType(int row, int col, int nIndex) { return this.contentType(row, col, nIndex); }
1980
1985 public virtual Teigha.TD.RotationAngle vb_textRotation(uint row, uint column) { return this.textRotation(row, column); }
1986
1991 public Teigha.Core.OdGePoint3d vb_attachmentPoint(int row, int col, int content) { return this.attachmentPoint(row, col, content); }
1992
1997 public virtual Teigha.Core.OdGePoint3d vb_attachmentPoint(uint row, uint column) { return this.attachmentPoint(row, column); }
1998
2003 public virtual Teigha.TD.FlowDirection vb_flowDirection() { return this.flowDirection(); }
2004
2009 public virtual double vb_height() { return this.height(); }
2010
2015 public virtual Teigha.Core.OdGeVector3d vb_direction() { return this.direction(); }
2016
2021 public virtual bool vb_tableStyleOverrides(Teigha.Core.OdUInt32Array overrides) { return this.tableStyleOverrides(overrides); }
2022
2027 public virtual Teigha.TD.CellType vb_cellType(uint row, uint column) { return this.cellType(row, column); }
2028
2033 public double vb_rotation() { return this.rotation(); }
2034
2039 public double vb_rotation(int row, int col, int nContent) { return this.rotation(row, col, nContent); }
2040
2045 public virtual Teigha.TD.CellAlignment vb_alignment(Teigha.TD.RowType rowType) { return this.alignment(rowType); }
2046
2051 public virtual Teigha.TD.CellAlignment vb_alignment() { return this.alignment(); }
2052
2057 public virtual Teigha.TD.CellAlignment vb_alignment(uint row, uint column) { return this.alignment(row, column); }
2058
2063 public string vb_material() { return this.material(); }
2064
2069 public Teigha.TD.CellState vb_cellState(int row, int col) { return this.cellState(row, col); }
2070
2075 public virtual Teigha.TD.CollisionType vb_collisionType() { return this.collisionType(); }
2076
2081 public string vb_linetype() { return this.linetype(); }
2082
2088
2093 public Teigha.TD.GridLineStyle vb_gridLineStyle(int row, int col, Teigha.TD.GridLineType nGridLineType) { return this.gridLineStyle(row, col, nGridLineType); }
2094
2099 public Teigha.TD.OdDbObjectId vb_gridLinetype(int row, int col, Teigha.TD.GridLineType nGridLineType) { return this.gridLinetype(row, col, nGridLineType); }
2100
2105 public virtual Teigha.TD.RowType vb_rowType(uint row) { return this.rowType(row); }
2106
2112
2114 kTitleSuppressed = 1,
2116 kFlowDirection = 3,
2117 kHorzCellMargin = 4,
2118 kVertCellMargin = 5,
2119 kTitleRowColor = 6,
2120 kHeaderRowColor = 7,
2121 kDataRowColor = 8,
2123 kHeaderRowFillNone = 10,
2124 kDataRowFillNone = 11,
2125 kTitleRowFillColor = 12,
2127 kDataRowFillColor = 14,
2128 kTitleRowAlignment = 15,
2130 kDataRowAlignment = 17,
2131 kTitleRowTextStyle = 18,
2133 kDataRowTextStyle = 20,
2136 kDataRowTextHeight = 23,
2137 kTitleRowDataType = 24,
2138 kHeaderRowDataType = 25,
2139 kDataRowDataType = 26,
2140 kTitleHorzTopColor = 40,
2152 kDataHorzTopColor = 52,
2155 kDataVertLeftColor = 55,
2194 kCellAlignment = 130,
2197 kCellContentColor = 133,
2198 kCellTextStyle = 134,
2199 kCellTextHeight = 135,
2200 kCellTopGridColor = 136,
2201 kCellRightGridColor = 137,
2203 kCellLeftGridColor = 139,
2208 kCellTopVisibility = 144,
2211 kCellLeftVisibility = 147,
2212 kCellDataType = 148
2213 }
2214
2215}
2216
2217}
static HandleRef getCPtr(OdGeExtents3d obj)
static HandleRef getCPtr(OdGeMatrix3d obj)
static HandleRef getCPtr(OdGePoint3dArray obj)
static HandleRef getCPtr(OdGePoint3d obj)
static HandleRef getCPtr(OdGeVector3d obj)
virtual OdGiDrawable.DrawableType drawableType()
static HandleRef getCPtr(OdGiViewportDraw obj)
static HandleRef getCPtr(OdGiWorldDraw obj)
static HandleRef getCPtr(OdRxClass obj)
Definition OdRxClass.cs:25
OdRxObject(IntPtr cPtr, bool cMemoryOwn)
Definition OdRxObject.cs:21
static HandleRef getCPtr(OdRxObject obj)
Definition OdRxObject.cs:26
static HandleRef getCPtr(OdRxObjectPtrArray obj)
static HandleRef getCPtr(OdUInt32Array obj)
static HandleRef getCPtr(OdCellRange obj)
static HandleRef getCPtr(OdCmColor obj)
Definition OdCmColor.cs:26
static HandleRef getCPtr(OdDbDatabase obj)
static HandleRef getCPtr(OdDbDwgFiler obj)
static HandleRef getCPtr(OdDbDxfFiler obj)
OdDbObjectId blockId()
LineWeight lineWeight()
virtual CollisionType collisionType()
static HandleRef getCPtr(OdDbEntity obj)
Definition OdDbEntity.cs:26
virtual void gripStatus(GripStat status)
Visibility visibility()
static HandleRef getCPtr(OdDbFullSubentPathArray obj)
static HandleRef getCPtr(OdDbFullSubentPath obj)
static HandleRef getCPtr(OdDbIdMapping obj)
static HandleRef getCPtr(OdDbIdPair obj)
Definition OdDbIdPair.cs:27
static HandleRef getCPtr(OdDbLinkedTableData obj)
static HandleRef getCPtr(OdDbObject obj)
Definition OdDbObject.cs:26
static HandleRef getCPtr(OdDbObjectIdArray obj)
static HandleRef getCPtr(OdDbObjectId obj)
static HandleRef getCPtr(OdDbSubTableArray obj)
OdDbObjectId gridLinetype(Int32 row, Int32 col, GridLineType nGridLineType)
virtual double minimumTableHeight()
Definition OdDbTable.cs:224
String getBlockAttributeValue(Int32 row, Int32 col, Int32 nContent, OdDbObjectId attdefId)
virtual bool isMergedCell(UInt32 row, UInt32 column, ref UInt32 minRow)
Definition OdDbTable.cs:793
String getToolTip(Int32 row, Int32 col)
virtual void getDataType(out OdValue.DataType nDataType, out OdValue.UnitType nUnitType, RowType type)
virtual OdDbObjectId fieldId(UInt32 row, UInt32 column)
Definition OdDbTable.cs:628
virtual void insertRows(UInt32 row, double height, UInt32 numRows)
Definition OdDbTable.cs:745
virtual double vb_height()
virtual bool isMergedCell(UInt32 row, UInt32 column, ref UInt32 minRow, ref UInt32 maxRow)
Definition OdDbTable.cs:787
virtual OdGePoint3d attachmentPoint(UInt32 row, UInt32 column)
Definition OdDbTable.cs:589
void getDataType(UInt32 row, UInt32 col, out OdValue.DataType nDataType, out OdValue.UnitType nUnitType)
void setValue(Int32 row, Int32 col, Int32 nContent, String sText, OdValue.ParseOption nOption)
virtual Teigha.Core.OdGiDrawable.DrawableType vb_drawableType()
virtual void insertColumns(UInt32 column, double width, UInt32 numColumns)
Definition OdDbTable.cs:725
static OdDbTable cast(OdRxObject pObj)
Definition OdDbTable.cs:43
virtual void setTextHeight(double height)
Definition OdDbTable.cs:473
void setFormula(Int32 row, Int32 col, Int32 nContent, String pszFormula)
virtual void setTextHeight(double height, UInt32 rowTypes)
Definition OdDbTable.cs:468
bool canInsert(Int32 nIndex, bool bRow)
virtual void setColumnWidth(double width)
Definition OdDbTable.cs:174
OdDbTable(IntPtr cPtr, bool cMemoryOwn)
Definition OdDbTable.cs:21
virtual OdResult select_next_cell(Int32 dir, out Int32 resultRowIndex, out Int32 resultColumnIndex, OdDbFullSubentPathArray pPaths)
Definition OdDbTable.cs:964
void setValue(Int32 row, Int32 col, Int32 nContent, OdValue val)
UInt32 mergedHeight(UInt32 row, UInt32 column)
Definition OdDbTable.cs:805
virtual void setAlignment(UInt32 row, UInt32 column, CellAlignment alignment)
Definition OdDbTable.cs:313
virtual void mergeCells(UInt32 minRow, UInt32 maxRow, UInt32 minColumn, UInt32 maxColumn)
Definition OdDbTable.cs:765
virtual void setBlockRotation(UInt32 row, UInt32 column, double blockRotation)
Definition OdDbTable.cs:694
virtual bool isAutoScale(UInt32 row, UInt32 column)
Definition OdDbTable.cs:650
bool isRegenerateTableSuppressed()
void getDataType(Int32 row, Int32 col, Int32 nContent, out OdValue.DataType nDataType, out OdValue.UnitType nUnitType)
virtual OdDbObjectId textStyle(UInt32 row, UInt32 column)
Definition OdDbTable.cs:429
virtual bool isMergedCell(UInt32 row, UInt32 column, ref UInt32 minRow, ref UInt32 maxRow, ref UInt32 minColumn, ref UInt32 maxColumn)
Definition OdDbTable.cs:775
void copyFrom(OdDbLinkedTableData pSrc, TableCopyOption nOption, OdCellRange srcRange, OdCellRange targetRange, OdCellRange pNewTargetRangeOut)
virtual void setBackgroundColor(OdCmColor color)
Definition OdDbTable.cs:374
virtual Teigha.TD.FlowDirection vb_flowDirection()
void setBlockTableRecordId(Int32 row, Int32 col, Int32 nContent, OdDbObjectId blkId, bool autoFit)
void setDataType(UInt32 row, UInt32 col, OdValue.DataType nDataType, OdValue.UnitType nUnitType)
virtual Teigha.Core.OdGePoint3d vb_position()
CellState cellState(Int32 row, Int32 col)
String format(UInt32 row, UInt32 col)
override OdResult subGetTransformedCopy(OdGeMatrix3d xfm, ref OdDbEntity pCopy)
override OdResult subGetClassID(IntPtr pClsid)
virtual OdCmColor gridColor(UInt32 row, UInt32 column, CellEdgeMask edgeType)
Definition OdDbTable.cs:523
void setGridLineStyle(Int32 row, Int32 col, GridLineType nGridLineTypes, GridLineStyle nLineStyle)
virtual Teigha.TD.CellAlignment vb_alignment()
void setCustomData(Int32 row, Int32 col, Int32 nData)
OdGePoint3d attachmentPoint(Int32 row, Int32 col, Int32 content)
void setDataType(Int32 row, Int32 col, Int32 nContent, OdValue.DataType nDataType, OdValue.UnitType nUnitType)
void setValue(Int32 row, Int32 col, Int32 nContent, OdValue val, OdValue.ParseOption nOption)
Int32 getSubTablesInfo(OdDbSubTableArray subTables)
OdDbTableIterator getIterator(OdCellRange pRange, TableIteratorOption nOption)
String getColumnName(Int32 nIndex)
void setBlockAttributeValue(Int32 row, Int32 col, Int32 nContent, OdDbObjectId attdefId, String atrValue)
bool isLinked(Int32 row, Int32 col)
void setFormat(UInt32 row, UInt32 col, String pszFormat)
virtual void suppressHeaderRow(bool suppress)
Definition OdDbTable.cs:280
Int32 getCustomData(Int32 row, Int32 col)
virtual OdCmColor contentColor(UInt32 row, UInt32 column)
Definition OdDbTable.cs:396
virtual bool hitTest(OdGePoint3d wpt, OdGeVector3d wviewVec, double wxaper, double wyaper, out Int32 resultRowIndex, out Int32 resultColumnIndex, out Int32 contentIndex, out TableHitItem nItem)
Definition OdDbTable.cs:863
Teigha.TD.Visibility vb_visibility()
GridProperty getOverride(Int32 row, Int32 col, GridLineType nGridLineType)
virtual void insertColumns(UInt32 column, double width)
Definition OdDbTable.cs:730
virtual CellAlignment alignment(UInt32 row, UInt32 column)
Definition OdDbTable.cs:297
String cellStyle(Int32 row, Int32 col)
virtual Teigha.TD.CellAlignment vb_alignment(uint row, uint column)
void setCustomData(Int32 row, Int32 col, String sKey, OdValue pData)
void getIndicatorSize(out double dWidth, out double dHeight)
void enableBreak(bool bEnable)
void enableMergeAll(Int32 row, Int32 col, bool bEnable)
virtual void setContentColor(OdCmColor color, UInt32 nRowType)
Definition OdDbTable.cs:402
void deleteContent(Int32 row, Int32 col)
OdDbObjectId blockTableRecordId(Int32 row, Int32 col, Int32 nContent)
OdDbTableIterator getIterator()
virtual void clearTableStyleOverrides(int option)
Definition OdDbTable.cs:563
virtual String textString(UInt32 row, UInt32 column)
Definition OdDbTable.cs:617
virtual double horzCellMargin()
Definition OdDbTable.cs:230
virtual OdDbObjectId textStyle(RowType rowType)
Definition OdDbTable.cs:417
OdDbObjectId fieldId(Int32 row, Int32 col, Int32 nContent)
virtual CellAlignment alignment(RowType rowType)
Definition OdDbTable.cs:285
TableBreakFlowDirection breakFlowDirection()
virtual Teigha.TD.CollisionType vb_collisionType()
Int32 numContents(Int32 row, Int32 col)
virtual void setColumnWidth(UInt32 column, double width)
Definition OdDbTable.cs:169
virtual Visibility gridVisibility(UInt32 row, UInt32 column, CellEdgeMask edgeType)
Definition OdDbTable.cs:541
void setDataFormat(Int32 row, Int32 col, String sFormat)
override OdRxClass isA()
Definition OdDbTable.cs:70
virtual Visibility gridVisibility(GridLineType gridlineType)
Definition OdDbTable.cs:535
virtual double height()
Definition OdDbTable.cs:179
virtual OdCmColor backgroundColor(RowType rowType)
Definition OdDbTable.cs:351
bool canDelete(Int32 nIndex, Int32 nCount, bool bRow)
Int32 getDataLink(OdCellRange pRange, OdDbObjectIdArray dataLinkIds)
OdValue value(UInt32 row, UInt32 col)
virtual OdResult generateLayout()
Definition OdDbTable.cs:827
void setTextString(Int32 row, Int32 col, Int32 nContent, String text)
virtual void setDataType(OdValue.DataType nDataType, OdValue.UnitType nUnitType)
virtual double minimumColumnWidth(UInt32 column)
Definition OdDbTable.cs:206
virtual new void subHighlight(bool bDoIt, OdDbFullSubentPath pSubId)
virtual bool isHeaderSuppressed()
Definition OdDbTable.cs:274
virtual bool isBackgroundColorNone(UInt32 row, UInt32 column)
Definition OdDbTable.cs:330
virtual void deleteColumns(UInt32 column, UInt32 numColumns)
Definition OdDbTable.cs:735
virtual void setGridLineWeight(UInt32 row, UInt32 column, Int16 edgeTypes, LineWeight lineWeight)
Definition OdDbTable.cs:506
virtual void setBackgroundColor(OdCmColor color, UInt32 rowTypes)
Definition OdDbTable.cs:369
String getFormula(Int32 row, Int32 col, Int32 nContent)
virtual OdResult setSubSelection(OdCellRange range)
Definition OdDbTable.cs:929
bool isMergeAllEnabled(Int32 row, Int32 col)
OdGeVector3d breakOffset(UInt32 index)
virtual OdResult select_next_cell(Int32 dir, out Int32 resultRowIndex, out Int32 resultColumnIndex)
Definition OdDbTable.cs:970
override void copyFrom(OdRxObject pSource)
OdDbObjectId getDataLink(Int32 row, Int32 col)
virtual RotationAngle textRotation(UInt32 row, UInt32 column)
Definition OdDbTable.cs:639
OdCellRange getDataLinkRange(Int32 row, Int32 col)
String dataFormat(Int32 row, Int32 col)
Teigha.TD.CellState vb_cellState(int row, int col)
virtual Visibility gridVisibility(GridLineType gridlineType, RowType rowType)
Definition OdDbTable.cs:529
void deleteContent(OdCellRange range)
virtual Teigha.TD.CellAlignment vb_alignment(Teigha.TD.RowType rowType)
virtual OdCmColor backgroundColor()
Definition OdDbTable.cs:357
virtual void setNumRows(UInt32 numRows)
Definition OdDbTable.cs:134
GridLineStyle gridLineStyle(Int32 row, Int32 col, GridLineType nGridLineType)
virtual OdDbObjectId blockTableRecordId(UInt32 row, UInt32 column)
Definition OdDbTable.cs:661
void setGridProperty(Int32 row, Int32 col, GridLineType nGridLineTypes, OdGridProperty gridProp)
virtual void setContentColor(OdCmColor color)
Definition OdDbTable.cs:407
virtual double minimumTableWidth()
Definition OdDbTable.cs:218
Teigha.TD.CellContentType vb_contentType(int row, int col, int nIndex)
virtual bool isMergedCell(UInt32 row, UInt32 column)
Definition OdDbTable.cs:799
virtual OdCmColor gridColor(GridLineType gridlineType, RowType rowType)
Definition OdDbTable.cs:511
void setOverride(Int32 row, Int32 col, Int32 nContent, CellProperty nOverride)
virtual double vertCellMargin()
Definition OdDbTable.cs:241
virtual void clearSubSelection()
Definition OdDbTable.cs:947
virtual OdResult recomputeTableBlock()
Definition OdDbTable.cs:839
override void subSetDatabaseDefaults(OdDbDatabase pDb, bool doSubents)
OdValue value(Int32 row, Int32 col, Int32 nContent, OdValue.FormatOption nOption)
virtual bool cellStyleOverrides(UInt32 row, UInt32 column, OdUInt32Array overrides)
Definition OdDbTable.cs:595
virtual void insertRows(UInt32 row, double height)
Definition OdDbTable.cs:750
virtual void setBlockTableRecordId(UInt32 row, UInt32 column, OdDbObjectId blockId)
Definition OdDbTable.cs:672
virtual void setFormat(String pszFormat)
override void appendToOwner(OdDbIdPair idPair, OdDbObject pOwnerObject, OdDbIdMapping ownerIdMap)
virtual OdCmColor contentColor()
Definition OdDbTable.cs:390
OdValue value(Int32 row, Int32 col, Int32 nContent)
virtual bool hitTest(OdGePoint3d wpt, OdGeVector3d wviewVec, double wxaper, double wyaper, out Int32 resultRowIndex, out Int32 resultColumnIndex, out Int32 contentIndex, out TableHitItem nItem, Int32 subTable)
Definition OdDbTable.cs:857
virtual OdResult setSubSelection(OdCellRange range, Int32 subTable)
Definition OdDbTable.cs:923
new double rotation()
virtual OdCmColor contentColor(RowType rowType)
Definition OdDbTable.cs:384
OdCellRange getSubSelection(Int32 subTable)
Definition OdDbTable.cs:911
void setBreakSpacing(double spacing)
void setBreakHeight(UInt32 index, double height)
virtual LineWeight gridLineWeight(GridLineType gridlineType, RowType rowType)
Definition OdDbTable.cs:483
virtual void getCellExtents(UInt32 row, UInt32 column, bool isOuterCell, OdGePoint3dArray pts)
Definition OdDbTable.cs:584
CellContentType contentType(Int32 row, Int32 col)
virtual void setGridVisibility(Visibility gridVisiblity, UInt32 gridlineTypes, UInt32 rowTypes)
Definition OdDbTable.cs:547
virtual bool hasSubSelection()
Definition OdDbTable.cs:952
virtual void setTextHeight(UInt32 row, UInt32 column, double height)
Definition OdDbTable.cs:478
void setDataLink(OdCellRange range, OdDbObjectId idDataLink, bool bUpdate)
OdValue getCustomData(Int32 row, Int32 col, String sKey)
virtual bool vb_tableStyleOverrides(Teigha.Core.OdUInt32Array overrides)
virtual void clearTableStyleOverrides()
Definition OdDbTable.cs:568
virtual Teigha.Core.OdGeVector3d vb_direction()
void getGridProperty(Int32 row, Int32 col, GridLineType nGridLineType, OdGridProperty gridProp)
void setValue(UInt32 row, UInt32 col, ref string pszText, OdValue.ParseOption nOption)
virtual UInt32 numColumns()
Definition OdDbTable.cs:139
virtual OdResult getSubSelection(out Int32 rowMin, out Int32 rowMax, out Int32 colMin, out Int32 colMax)
Definition OdDbTable.cs:905
virtual void setBackgroundColorNone(UInt32 row, UInt32 column, bool disable)
Definition OdDbTable.cs:346
override void dxfOutFields(OdDbDxfFiler pFiler)
Definition OdDbTable.cs:993
virtual void setHorzCellMargin(double cellMargin)
Definition OdDbTable.cs:236
void setSize(Int32 rows, Int32 cols)
OdCellRange getMergeRange(Int32 row, Int32 col)
void setContentLayout(Int32 row, Int32 col, CellContentLayout nLayout)
void setCellState(Int32 row, Int32 col, CellState nLock)
virtual void setGridVisibility(UInt32 row, UInt32 column, Int16 edgeTypes, Visibility gridVisibility)
Definition OdDbTable.cs:552
override void dwgOutFields(OdDbDwgFiler pFiler)
Definition OdDbTable.cs:982
void setGridLineWeight(Int32 row, Int32 col, GridLineType nGridLineTypes, LineWeight nLineWeight)
virtual OdResult select(OdGePoint3d wpt, OdGeVector3d wvwVec, OdGeVector3d wvwxVec, double wxaper, double wyaper, bool allowOutside, bool bInPickFirst, out Int32 resultRowIndex, out Int32 resultColumnIndex, OdDbFullSubentPathArray pPaths)
Definition OdDbTable.cs:869
static string getRealClassName(IntPtr ptr)
virtual double rowHeight(UInt32 row)
Definition OdDbTable.cs:190
void setValue(UInt32 row, UInt32 col, OdValue val)
string vb_format(uint row, uint col)
void setGridColor(Int32 row, Int32 col, GridLineType nGridlineTypes, OdCmColor color)
override OdResult subErase(bool erasing)
virtual void setCellType(UInt32 row, UInt32 column, CellType cellType)
Definition OdDbTable.cs:579
virtual void setAutoScale(UInt32 row, UInt32 column, bool autoScale)
Definition OdDbTable.cs:656
virtual void deleteColumns(UInt32 column)
Definition OdDbTable.cs:740
override void setRotation(double fAngle)
double gridDoubleLineSpacing(Int32 row, Int32 col, GridLineType nGridLineType)
static new OdDbTable createObject()
Definition OdDbTable.cs:84
void setAutoScale(Int32 row, Int32 col, Int32 nContent, bool autoFit)
void moveContent(Int32 row, Int32 col, Int32 nFromIndex, Int32 nToIndex)
virtual void setAlignment(CellAlignment alignment)
Definition OdDbTable.cs:308
void vb_gripStatus(Teigha.Core.GripStat status)
void setTextHeight(Int32 row, Int32 col, Int32 nContent, double height)
CellContentType contentType(Int32 row, Int32 col, Int32 nIndex)
OdCmColor gridColor(Int32 row, Int32 col, GridLineType nGridLineType)
void setDataFormat(Int32 row, Int32 col, Int32 nContent, String sFormat)
void resetValue(UInt32 row, UInt32 col)
virtual OdResult selectSubRegion(OdGePoint3d wpt1, OdGePoint3d wpt2, OdGeVector3d wvwVec, OdGeVector3d wvwxVec, double wxaper, double wyaper, SelectType seltype, bool bIncludeCurrentSelection, bool bInPickFirst, out Int32 rowMin, out Int32 rowMax, out Int32 colMin, out Int32 colMax)
Definition OdDbTable.cs:887
void createTemplate(OdDbTableTemplate target, TableCopyOption nCopyOption)
virtual bool isMergedCell(UInt32 row, UInt32 column, ref UInt32 minRow, ref UInt32 maxRow, ref UInt32 minColumn)
Definition OdDbTable.cs:781
void setGridProperty(OdCellRange rangeIn, GridLineType nGridLineTypes, OdGridProperty gridProp)
override OdResult subGetGeomExtents(OdGeExtents3d extents)
virtual new void subHighlight(bool bDoIt)
override void Dispose(bool disposing)
Definition OdDbTable.cs:30
virtual void setFieldId(UInt32 row, UInt32 column, OdDbObjectId fieldId)
Definition OdDbTable.cs:634
virtual OdResult setSubSelection(Int32 rowMin, Int32 rowMax, Int32 colMin, Int32 colMax)
Definition OdDbTable.cs:941
override OdRxObject queryX(OdRxClass protocolClass)
Definition OdDbTable.cs:77
virtual OdCmColor backgroundColor(UInt32 row, UInt32 column)
Definition OdDbTable.cs:363
void setScale(Int32 row, Int32 col, Int32 nContent, double scale)
void setGridLinetype(Int32 row, Int32 col, GridLineType nGridLineTypes, OdDbObjectId idLinetype)
virtual double textHeight(RowType rowType)
Definition OdDbTable.cs:450
OdDbObjectId textStyle(Int32 row, Int32 col, Int32 nContent)
virtual void setTextStyle(UInt32 row, UInt32 column, OdDbObjectId textStyleId)
Definition OdDbTable.cs:445
void setGridVisibility(Int32 row, Int32 col, GridLineType nGridLineTypes, Visibility nVisibility)
Teigha.Core.OdGePoint3d vb_attachmentPoint(int row, int col, int content)
void clearCellOverrides(UInt32 row, UInt32 column)
Definition OdDbTable.cs:601
virtual double textHeight(UInt32 row, UInt32 column)
Definition OdDbTable.cs:462
double textHeight(Int32 row, Int32 col, Int32 nContent)
bool hasFormula(Int32 row, Int32 col, Int32 nContent)
void copyFrom(OdDbTable pSrc, TableCopyOption nOption, OdCellRange srcRange, OdCellRange targetRange, OdCellRange pNewTargetRangeOut)
void setMargin(Int32 row, Int32 col, CellMargin nMargins, double fMargin)
void setBreakOption(TableBreakOption option)
String textString(Int32 row, Int32 col, Int32 nContent, OdValue.FormatOption nOption)
virtual void deleteRows(UInt32 row)
Definition OdDbTable.cs:760
virtual void setNumColumns(UInt32 numColumns)
Definition OdDbTable.cs:147
override void subClose()
Definition OdDbTable.cs:998
void setOverride(Int32 row, Int32 col, GridLineType nGridLineType, GridProperty nOverride)
double scale(Int32 row, Int32 col, Int32 nContent)
virtual void setBackgroundColor(UInt32 row, UInt32 column, OdCmColor color)
Definition OdDbTable.cs:379
String dataFormat(Int32 row, Int32 col, Int32 nContent)
virtual double width()
Definition OdDbTable.cs:152
virtual OdCmColor gridColor(GridLineType gridlineType)
Definition OdDbTable.cs:517
String textString(Int32 row, Int32 col, OdValue.FormatOption nOption)
virtual void setTextStyle(OdDbObjectId textStyleId)
Definition OdDbTable.cs:440
virtual void setBlockAttributeValue(UInt32 row, UInt32 column, OdDbObjectId attdefId, String attValue)
Definition OdDbTable.cs:710
void suppressRegenerateTable(bool bSuppress)
void setFieldId(Int32 row, Int32 col, Int32 nContent, OdDbObjectId fieldId, CellOption nFlag)
Int32 createContent(Int32 row, Int32 col, Int32 nIndex)
TableBreakOption breakOption()
override OdResult subTransformBy(OdGeMatrix3d xfm)
void removeAllOverrides(Int32 row, Int32 col)
virtual new void subHighlight(bool bDoIt, OdDbFullSubentPath pSubId, bool highlightAll)
void setTextStyle(Int32 row, Int32 col, Int32 nContent, OdDbObjectId id)
static HandleRef getCPtr(OdDbTable obj)
Definition OdDbTable.cs:26
virtual UInt32 numRows()
Definition OdDbTable.cs:126
virtual new void subHighlight()
virtual void deleteRows(UInt32 row, UInt32 numRows)
Definition OdDbTable.cs:755
virtual double blockRotation(UInt32 row, UInt32 column)
Definition OdDbTable.cs:688
virtual void setRowHeight(UInt32 row, double height)
Definition OdDbTable.cs:196
void updateDataLink(UpdateDirection nDir, UpdateOption nOption)
virtual RowType rowType(UInt32 row)
Definition OdDbTable.cs:611
virtual OdResult getSubSelection(out Int32 rowMin, out Int32 rowMax, out Int32 colMin, out Int32 colMax, Int32 subTable)
Definition OdDbTable.cs:899
OdCmColor contentColor(Int32 row, Int32 col, Int32 nContent)
virtual void setTableStyle(OdDbObjectId tableStyleId)
Definition OdDbTable.cs:110
void setBreakFlowDirection(TableBreakFlowDirection flowDir)
virtual void setTextString(UInt32 row, UInt32 column, String textString)
Definition OdDbTable.cs:623
double margin(Int32 row, Int32 col, CellMargin nMargin)
Teigha.TD.CellContentType vb_contentType(int row, int col)
virtual double minimumRowHeight(UInt32 row)
Definition OdDbTable.cs:212
static new OdRxClass desc()
Definition OdDbTable.cs:63
override void modified(OdDbObject pObj)
virtual void setGridLineWeight(LineWeight lineWeight, UInt32 gridlineTypes, UInt32 rowTypes)
Definition OdDbTable.cs:501
virtual bool reselectSubRegion(OdDbFullSubentPathArray paths)
Definition OdDbTable.cs:893
CellContentLayout contentLayout(Int32 row, Int32 col)
OdDbDataLink getDataLink(Int32 row, Int32 col, OpenMode mode)
bool isEmpty(Int32 row, Int32 col)
virtual void setHeight(double height)
Definition OdDbTable.cs:185
virtual CellAlignment alignment()
Definition OdDbTable.cs:291
virtual bool hitTest(OdGePoint3d wpt, OdGeVector3d wviewVec, double wxaper, double wyaper, out Int32 resultRowIndex, out Int32 resultColumnIndex)
Definition OdDbTable.cs:851
virtual bool hitTest(OdGePoint3d wpt, OdGeVector3d wviewVec, double wxaper, double wyaper, out Int32 resultRowIndex, out Int32 resultColumnIndex, Int32 subTable)
Definition OdDbTable.cs:845
override OdResult subExplode(OdRxObjectPtrArray entitySet)
void updateDataLink(Int32 row, Int32 col, UpdateDirection nDir, UpdateOption nOption)
virtual void setBlockScale(UInt32 row, UInt32 column, double blockScale)
Definition OdDbTable.cs:683
virtual OdResult select_next_cell(Int32 dir, out Int32 resultRowIndex, out Int32 resultColumnIndex, OdDbFullSubentPathArray pPaths, bool bSupportTextCellOnly)
Definition OdDbTable.cs:958
CellProperty getOverride(Int32 row, Int32 col, Int32 nContent)
void setRotation(Int32 row, Int32 col, Int32 nContent, double fAngle)
virtual void suppressTitleRow(bool suppress)
Definition OdDbTable.cs:269
virtual OdGeVector3d direction()
Definition OdDbTable.cs:115
virtual void setRowHeight(double height)
Definition OdDbTable.cs:201
virtual void setBlockTableRecordId(UInt32 row, UInt32 column, OdDbObjectId blockId, bool autoScale)
Definition OdDbTable.cs:667
virtual Teigha.TD.CellType vb_cellType(uint row, uint column)
virtual OdResult setSubSelection(Int32 rowMin, Int32 rowMax, Int32 colMin, Int32 colMax, Int32 subTable)
Definition OdDbTable.cs:935
Visibility gridVisibility(Int32 row, Int32 col, GridLineType nGridLineType)
virtual double textHeight()
Definition OdDbTable.cs:456
double breakHeight(UInt32 index)
virtual void setGridColor(UInt32 row, UInt32 column, Int16 edgeTypes, OdCmColor color)
Definition OdDbTable.cs:720
virtual void setDataType(OdValue.DataType nDataType, OdValue.UnitType nUnitType, int nRowTypes)
virtual double blockScale(UInt32 row, UInt32 column)
Definition OdDbTable.cs:677
String textString(Int32 row, Int32 col, Int32 nContent)
virtual void setTextRotation(UInt32 row, UInt32 column, RotationAngle textRotation)
Definition OdDbTable.cs:645
virtual bool tableStyleOverrides(OdUInt32Array overrides)
Definition OdDbTable.cs:557
double rotation(Int32 row, Int32 col, Int32 nContent)
void setToolTip(Int32 row, Int32 col, String sToolTip)
virtual OdDbObjectId textStyle()
Definition OdDbTable.cs:423
virtual void setBackgroundColorNone(bool disable)
Definition OdDbTable.cs:341
virtual void setFlowDirection(FlowDirection flowDirection)
Definition OdDbTable.cs:258
virtual OdResult recomputeTableBlock(bool forceUpdate)
Definition OdDbTable.cs:833
Teigha.Core.LineWeight vb_lineWeight()
Teigha.TD.GridLineStyle vb_gridLineStyle(int row, int col, Teigha.TD.GridLineType nGridLineType)
void copyFrom(OdDbLinkedTableData pSrc, TableCopyOption nOption)
virtual LineWeight gridLineWeight(GridLineType gridlineType)
Definition OdDbTable.cs:489
virtual OdDbObjectId tableStyle()
Definition OdDbTable.cs:104
virtual Teigha.TD.RotationAngle vb_textRotation(uint row, uint column)
void setGridDoubleLineSpacing(Int32 row, Int32 col, GridLineType nGridLineTypes, double fSpacing)
virtual bool isBackgroundColorNone()
Definition OdDbTable.cs:324
virtual FlowDirection flowDirection()
Definition OdDbTable.cs:252
void deleteContent(Int32 row, Int32 col, Int32 nIndex)
void removeDataLink(Int32 row, Int32 col)
virtual bool isBackgroundColorNone(RowType rowType)
Definition OdDbTable.cs:318
virtual string vb_format(Teigha.TD.RowType type)
virtual void setFormat(String pszFormat, int nRowTypes)
void setContentColor(Int32 row, Int32 col, Int32 nContent, OdCmColor color)
virtual OdResult select(OdGePoint3d wpt, OdGeVector3d wvwVec, OdGeVector3d wvwxVec, double wxaper, double wyaper, bool allowOutside, bool bInPickFirst, out Int32 resultRowIndex, out Int32 resultColumnIndex)
Definition OdDbTable.cs:875
override OdResult dxfInFields(OdDbDxfFiler pFiler)
Definition OdDbTable.cs:987
virtual void deleteCellContent(UInt32 row, UInt32 column)
Definition OdDbTable.cs:606
virtual bool isTitleSuppressed()
Definition OdDbTable.cs:263
OdCellRange getSubSelection()
Definition OdDbTable.cs:917
bool isAutoScale(Int32 row, Int32 col, Int32 nContent)
override OdResult dwgInFields(OdDbDwgFiler pFiler)
Definition OdDbTable.cs:976
virtual CellType cellType(UInt32 row, UInt32 column)
Definition OdDbTable.cs:573
bool mergedFlag(UInt32 row, UInt32 column)
Definition OdDbTable.cs:821
virtual void unmergeCells(UInt32 minRow, UInt32 maxRow, UInt32 minColumn, UInt32 maxColumn)
Definition OdDbTable.cs:770
virtual void setGridColor(OdCmColor color, UInt32 gridlineTypes, UInt32 rowTypes)
Definition OdDbTable.cs:715
virtual double columnWidth(UInt32 column)
Definition OdDbTable.cs:163
virtual void setWidth(double width)
Definition OdDbTable.cs:158
Teigha.TD.OdDbObjectId vb_gridLinetype(int row, int col, Teigha.TD.GridLineType nGridLineType)
bool isFormatEditable(Int32 row, Int32 col)
override void subViewportDraw(OdGiViewportDraw pVd)
void setColumnName(Int32 nIndex, String sName)
virtual void setVertCellMargin(double cellMargin)
Definition OdDbTable.cs:247
void setDataLink(Int32 row, Int32 col, OdDbObjectId idDataLink, bool bUpdate)
virtual void setTextStyle(OdDbObjectId textStyleId, UInt32 rowTypes)
Definition OdDbTable.cs:435
double vb_rotation(int row, int col, int nContent)
virtual void setDirection(OdGeVector3d horizVector)
Definition OdDbTable.cs:121
void setCellStyle(Int32 row, Int32 col, String sCellStyle)
UInt32 mergedWidth(UInt32 row, UInt32 column)
Definition OdDbTable.cs:813
void insertRowsAndInherit(Int32 nIndex, Int32 nInheritFrom, Int32 nNumRows)
virtual void setBackgroundColorNone(bool disable, UInt32 rowTypes)
Definition OdDbTable.cs:336
bool isContentEditable(Int32 row, Int32 col)
virtual Teigha.TD.RowType vb_rowType(uint row)
virtual void getBlockAttributeValue(UInt32 row, UInt32 column, OdDbObjectId attdefId, ref string attValue)
Definition OdDbTable.cs:699
virtual void setAlignment(CellAlignment alignment, UInt32 rowTypes)
Definition OdDbTable.cs:303
virtual Teigha.Core.OdGePoint3d vb_attachmentPoint(uint row, uint column)
void setBreakOffset(UInt32 index, OdGeVector3d vec)
virtual OdResult selectSubRegion(OdGePoint3d wpt1, OdGePoint3d wpt2, OdGeVector3d wvwVec, OdGeVector3d wvwxVec, double wxaper, double wyaper, SelectType seltype, bool bIncludeCurrentSelection, bool bInPickFirst, out Int32 rowMin, out Int32 rowMax, out Int32 colMin, out Int32 colMax, OdDbFullSubentPathArray pPaths)
Definition OdDbTable.cs:881
override bool subWorldDraw(OdGiWorldDraw pWd)
virtual LineWeight gridLineWeight(UInt32 row, UInt32 column, CellEdgeMask edgeType)
Definition OdDbTable.cs:495
LineWeight gridLineWeight(Int32 row, Int32 col, GridLineType nGridLineType)
virtual String format(RowType type)
void insertColumnsAndInherit(Int32 col, Int32 nInheritFrom, Int32 nNumCols)
virtual void setContentColor(UInt32 row, UInt32 column, OdCmColor color)
Definition OdDbTable.cs:412
static HandleRef getCPtr(OdDbTableTemplate obj)
static HandleRef getCPtr(OdGridProperty obj)
static HandleRef getCPtr(OdValue obj)
Definition OdValue.cs:26
static global::System.Exception Retrieve()
static global::System.IntPtr OdDbTable_value__SWIG_2(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4, int jarg5)
static global::System.IntPtr OdDbTable_fieldId__SWIG_0(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3)
static bool OdDbTable_tableStyleOverrides(HandleRef jarg1, IntPtr jarg2)
static global::System.IntPtr OdDbTable_getCustomData__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, [MarshalAs(UnmanagedType.LPWStr)]String jarg4)
static IntPtr OdDbTable_queryX(HandleRef jarg1, HandleRef jarg2)
static void OdDbTable_deleteContent__SWIG_0(HandleRef jarg1, Int32 jarg2, Int32 jarg3)
static void OdDbTable_setValue__SWIG_3(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4, HandleRef jarg5, int jarg6)
static void OdDbTable_getIndicatorSize(HandleRef jarg1, out double jarg2, out double jarg3)
static void OdDbTable_setBreakOffset(HandleRef jarg1, UInt32 jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdDbTable_removeAllOverrides(HandleRef jarg1, Int32 jarg2, Int32 jarg3)
static void OdDbTable_setBlockAttributeValue__SWIG_0(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, [MarshalAs(UnmanagedType.LPWStr)]String jarg5)
static void OdDbTable_setBreakOption(HandleRef jarg1, int jarg2)
static global::System.IntPtr OdDbTable_contentColor__SWIG_1(HandleRef jarg1)
static void OdDbTable_subHighlight__SWIG_2(HandleRef jarg1, bool jarg2)
static String OdDbTable_cellStyle(HandleRef jarg1, Int32 jarg2, Int32 jarg3)
static void OdDbTable_deleteContent__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4)
static void OdDbTable_setContentColor__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDbTable_setTextHeight__SWIG_1(HandleRef jarg1, double jarg2)
static IntPtr OdDbTable_getDataLink__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4)
static bool OdDbTable_reselectSubRegion(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDbTable_setCustomData__SWIG_0(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4)
static int OdDbTable_dwgInFields(HandleRef jarg1, HandleRef jarg2)
static global::System.IntPtr OdDbTable_blockTableRecordId__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4)
static void OdDbTable_setTableStyle(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDbTable_createTemplate(HandleRef jarg1, HandleRef jarg2, int jarg3)
static void OdDbTable_setGridLineWeight__SWIG_2(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4, int jarg5)
static IntPtr OdDbTable_desc()
static void OdDbTable_copyFrom__SWIG_2(HandleRef jarg1, HandleRef jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6)
static void OdDbTable_setAlignment__SWIG_1(HandleRef jarg1, int jarg2)
static string OdDbTable_getRealClassName(IntPtr jarg1)
static void OdDbTable_setGridColor__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, UInt32 jarg3, UInt32 jarg4)
static int OdDbTable_subGetGeomExtents(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static String OdDbTable_textString__SWIG_2(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4, int jarg5)
static int OdDbTable_setSubSelection__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, Int32 jarg3)
static void OdDbTable_enableMergeAll(HandleRef jarg1, Int32 jarg2, Int32 jarg3, bool jarg4)
static bool OdDbTable_hitTest__SWIG_2(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, double jarg4, double jarg5, out Int32 jarg6, out Int32 jarg7, out Int32 jarg8, out TableHitItem jarg9, Int32 jarg10)
static global::System.IntPtr OdDbTable_textStyle__SWIG_3(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4)
static double OdDbTable_gridDoubleLineSpacing(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4)
static void OdDbTable_insertRows__SWIG_1(HandleRef jarg1, UInt32 jarg2, double jarg3)
static void OdDbTable_removeDataLink__SWIG_0(HandleRef jarg1, Int32 jarg2, Int32 jarg3)
static double OdDbTable_minimumTableHeight(HandleRef jarg1)
static void OdDbTable_setSize(HandleRef jarg1, Int32 jarg2, Int32 jarg3)
static void OdDbTable_deleteRows__SWIG_1(HandleRef jarg1, UInt32 jarg2)
static void OdDbTable_setFieldId__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, int jarg6)
static void OdDbTable_setGridLineWeight__SWIG_1(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, Int16 jarg4, int jarg5)
static int OdDbTable_recomputeTableBlock__SWIG_0(HandleRef jarg1, bool jarg2)
static int OdDbTable_subTransformBy(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDbTable_setTextHeight__SWIG_3(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4, double jarg5)
static void OdDbTable_setBackgroundColorNone__SWIG_0(HandleRef jarg1, bool jarg2, UInt32 jarg3)
static bool OdDbTable_hitTest__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, double jarg4, double jarg5, out Int32 jarg6, out Int32 jarg7, Int32 jarg8)
static double OdDbTable_rotation__SWIG_0(HandleRef jarg1)
static int OdDbTable_subGetTransformedCopy(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, ref IntPtr jarg3)
static global::System.IntPtr OdDbTable_getDataLinkRange(HandleRef jarg1, Int32 jarg2, Int32 jarg3)
static int OdDbTable_cellType(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3)
static void OdDbTable_setBreakFlowDirection(HandleRef jarg1, int jarg2)
static void OdDbTable_setFlowDirection(HandleRef jarg1, int jarg2)
static UInt32 OdDbTable_numColumns(HandleRef jarg1)
static int OdDbTable_alignment__SWIG_0(HandleRef jarg1, int jarg2)
static void OdDbTable_setBlockAttributeValue__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, [MarshalAs(UnmanagedType.LPWStr)]String jarg6)
static double OdDbTable_breakSpacing(HandleRef jarg1)
static double OdDbTable_blockScale(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3)
static double OdDbTable_textHeight__SWIG_0(HandleRef jarg1, int jarg2)
static bool OdDbTable_isMergedCell__SWIG_4(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3)
static double OdDbTable_minimumTableWidth(HandleRef jarg1)
static void OdDbTable_setCustomData__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, [MarshalAs(UnmanagedType.LPWStr)]String jarg4, HandleRef jarg5)
static double OdDbTable_height(HandleRef jarg1)
static void OdDbTable_setValue__SWIG_4(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4, [MarshalAs(UnmanagedType.LPWStr)]String jarg5, int jarg6)
static void OdDbTable_insertRowsAndInherit(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4)
static int OdDbTable_setSubSelection__SWIG_3(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4, Int32 jarg5)
static global::System.IntPtr OdDbTable_fieldId__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4)
static void OdDbTable_setContentLayout(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4)
static void OdDbTable_setBreakHeight(HandleRef jarg1, UInt32 jarg2, double jarg3)
static Int32 OdDbTable_getSubTablesInfo(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static String OdDbTable_format__SWIG_0(HandleRef jarg1, int jarg2)
static IntPtr OdDbTable_getIterator__SWIG_0(HandleRef jarg1)
static void delete_OdDbTable(HandleRef jarg1)
static int OdDbTable_subGetClassID(HandleRef jarg1, IntPtr jarg2)
static void OdDbTable_setGridLinetype(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static global::System.IntPtr OdDbTable_gridColor__SWIG_0(HandleRef jarg1, int jarg2, int jarg3)
static int OdDbTable_getOverride__SWIG_0(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4)
static void OdDbTable_setBlockTableRecordId__SWIG_0(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, bool jarg5)
static void OdDbTable_setGridProperty__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static global::System.IntPtr OdDbTable_contentColor__SWIG_2(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3)
static global::System.IntPtr OdDbTable_gridLinetype(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4)
static void OdDbTable_getDataType__SWIG_1(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, out OdValue.DataType jarg4, out OdValue.UnitType jarg5)
static int OdDbTable_gridLineStyle(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4)
static Int32 OdDbTable_numContents(HandleRef jarg1, Int32 jarg2, Int32 jarg3)
static bool OdDbTable_hasSubSelection(HandleRef jarg1)
static int OdDbTable_breakOption(HandleRef jarg1)
static global::System.IntPtr OdDbTable_backgroundColor__SWIG_1(HandleRef jarg1)
static void OdDbTable_setGridVisibility__SWIG_1(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, Int16 jarg4, int jarg5)
static bool OdDbTable_isBreakEnabled(HandleRef jarg1)
static void OdDbTable_setTextHeight__SWIG_0(HandleRef jarg1, double jarg2, UInt32 jarg3)
static double OdDbTable_margin(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4)
static void OdDbTable_getDataType__SWIG_2(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4, out OdValue.DataType jarg5, out OdValue.UnitType jarg6)
static void OdDbTable_subHighlight__SWIG_0(HandleRef jarg1, bool jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, bool jarg4)
static bool OdDbTable_hitTest__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, double jarg4, double jarg5, out Int32 jarg6, out Int32 jarg7)
static int OdDbTable_alignment__SWIG_1(HandleRef jarg1)
static int OdDbTable_gridLineWeight__SWIG_2(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, int jarg4)
static void OdDbTable_subHighlight__SWIG_3(HandleRef jarg1)
static void OdDbTable_setFormat__SWIG_1(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, int jarg3)
static int OdDbTable_gridVisibility__SWIG_3(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4)
static void OdDbTable_setWidth(HandleRef jarg1, double jarg2)
static String OdDbTable_dataFormat__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4)
static void OdDbTable_setNumRows(HandleRef jarg1, UInt32 jarg2)
static int OdDbTable_getSubSelection__SWIG_0(HandleRef jarg1, out Int32 jarg2, out Int32 jarg3, out Int32 jarg4, out Int32 jarg5, Int32 jarg6)
static bool OdDbTable_isMergeAllEnabled(HandleRef jarg1, Int32 jarg2, Int32 jarg3)
static void OdDbTable_deleteColumns__SWIG_0(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3)
static double OdDbTable_horzCellMargin(HandleRef jarg1)
static void OdDbTable_setGridVisibility__SWIG_2(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4, int jarg5)
static void OdDbTable_setDataType__SWIG_1(HandleRef jarg1, int jarg2, int jarg3, int jarg4)
static void OdDbTable_modified(HandleRef jarg1, HandleRef jarg2)
static global::System.IntPtr OdDbTable_getSubSelection__SWIG_2(HandleRef jarg1, Int32 jarg2)
static void OdDbTable_setTextString__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4, [MarshalAs(UnmanagedType.LPWStr)]String jarg5)
static String OdDbTable_getColumnName(HandleRef jarg1, Int32 jarg2)
static int OdDbTable_gridLineWeight__SWIG_1(HandleRef jarg1, int jarg2)
static int OdDbTable_rowType(HandleRef jarg1, UInt32 jarg2)
static void OdDbTable_setTextStyle__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDbTable_insertColumnsAndInherit(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4)
static int OdDbTable_select_next_cell__SWIG_1(HandleRef jarg1, Int32 jarg2, out Int32 jarg3, out Int32 jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static void OdDbTable_getDataType__SWIG_0(HandleRef jarg1, out OdValue.DataType jarg2, out OdValue.UnitType jarg3, int jarg4)
static String OdDbTable_getToolTip(HandleRef jarg1, Int32 jarg2, Int32 jarg3)
static IntPtr OdDbTable_cast(HandleRef jarg1)
static String OdDbTable_format__SWIG_1(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3)
static global::System.IntPtr OdDbTable_value__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4)
static void OdDbTable_setFieldId__SWIG_0(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static int OdDbTable_select__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, double jarg5, double jarg6, bool jarg7, bool jarg8, out Int32 jarg9, out Int32 jarg10, global::System.Runtime.InteropServices.HandleRef jarg11)
static void OdDbTable_setValue__SWIG_2(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4, HandleRef jarg5)
static void OdDbTable_setGridVisibility__SWIG_0(HandleRef jarg1, int jarg2, UInt32 jarg3, UInt32 jarg4)
static String OdDbTable_dataFormat__SWIG_0(HandleRef jarg1, Int32 jarg2, Int32 jarg3)
static int OdDbTable_gridVisibility__SWIG_1(HandleRef jarg1, int jarg2)
static void OdDbTable_removeDataLink__SWIG_1(HandleRef jarg1)
static global::System.IntPtr OdDbTable_backgroundColor__SWIG_0(HandleRef jarg1, int jarg2)
static void OdDbTable_setTextRotation(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, int jarg4)
static void OdDbTable_setColumnWidth__SWIG_1(HandleRef jarg1, double jarg2)
static global::System.IntPtr OdDbTable_breakOffset(HandleRef jarg1, UInt32 jarg2)
static double OdDbTable_columnWidth(HandleRef jarg1, UInt32 jarg2)
static void OdDbTable_clearTableStyleOverrides__SWIG_0(HandleRef jarg1, int jarg2)
static bool OdDbTable_isBackgroundColorNone__SWIG_0(HandleRef jarg1, int jarg2)
static void OdDbTable_unmergeCells(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, UInt32 jarg4, UInt32 jarg5)
static void OdDbTable_suppressHeaderRow(HandleRef jarg1, bool jarg2)
static global::System.IntPtr OdDbTable_gridColor__SWIG_3(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4)
static void OdDbTable_copyFrom__SWIG_0(HandleRef jarg1, HandleRef jarg2)
static void OdDbTable_setGridColor__SWIG_1(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, Int16 jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static void OdDbTable_subHighlight__SWIG_1(HandleRef jarg1, bool jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static String OdDbTable_textString__SWIG_0(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3)
static int OdDbTable_select_next_cell__SWIG_2(HandleRef jarg1, Int32 jarg2, out Int32 jarg3, out Int32 jarg4)
static bool OdDbTable_cellStyleOverrides(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, IntPtr jarg4)
static void OdDbTable_setCellState(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4)
static int OdDbTable_contentLayout(HandleRef jarg1, Int32 jarg2, Int32 jarg3)
static double OdDbTable_textHeight__SWIG_1(HandleRef jarg1)
static double OdDbTable_minimumRowHeight(HandleRef jarg1, UInt32 jarg2)
static int OdDbTable_flowDirection(HandleRef jarg1)
static int OdDbTable_gridVisibility__SWIG_2(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, int jarg4)
static void OdDbTable_setScale(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4, double jarg5)
static int OdDbTable_select__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, double jarg5, double jarg6, bool jarg7, bool jarg8, out Int32 jarg9, out Int32 jarg10)
static void OdDbTable_setHeight(HandleRef jarg1, double jarg2)
static void OdDbTable_setBlockScale(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, double jarg4)
static void OdDbTable_setDataFormat__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4, [MarshalAs(UnmanagedType.LPWStr)]String jarg5)
static void OdDbTable_setBackgroundColor__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbTable_getOverride__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4)
static void OdDbTable_setGridColor__SWIG_2(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static void OdDbTable_getCellExtents(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, bool jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static void OdDbTable_setBreakSpacing(HandleRef jarg1, double jarg2)
static double OdDbTable_rowHeight(HandleRef jarg1, UInt32 jarg2)
static void OdDbTable_insertColumns__SWIG_0(HandleRef jarg1, UInt32 jarg2, double jarg3, UInt32 jarg4)
static void OdDbTable_setCellType(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, int jarg4)
static void OdDbTable_setValue__SWIG_1(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, ref IntPtr jarg4, int jarg5)
static double OdDbTable_minimumColumnWidth(HandleRef jarg1, UInt32 jarg2)
static bool OdDbTable_isMergedCell__SWIG_2(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, ref UInt32 jarg4, ref UInt32 jarg5)
static void OdDbTable_setToolTip(HandleRef jarg1, Int32 jarg2, Int32 jarg3, [MarshalAs(UnmanagedType.LPWStr)]String jarg4)
static void OdDbTable_setCellStyle(HandleRef jarg1, Int32 jarg2, Int32 jarg3, [MarshalAs(UnmanagedType.LPWStr)]String jarg4)
static bool OdDbTable_isAutoScale__SWIG_0(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3)
static void OdDbTable_mergeCells(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, UInt32 jarg4, UInt32 jarg5)
static void OdDbTable_setNumColumns(HandleRef jarg1, UInt32 jarg2)
static global::System.IntPtr OdDbTable_gridColor__SWIG_2(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, int jarg4)
static int OdDbTable_generateLayout(HandleRef jarg1)
static bool OdDbTable_isRegenerateTableSuppressed(HandleRef jarg1)
static void OdDbTable_resetValue(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3)
static void OdDbTable_setAutoScale__SWIG_0(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, bool jarg4)
static IntPtr OdDbTable_getIterator__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int jarg3)
static int OdDbTable_setSubSelection__SWIG_2(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4, Int32 jarg5, Int32 jarg6)
static int OdDbTable_selectSubRegion__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, double jarg6, double jarg7, int jarg8, bool jarg9, bool jarg10, out Int32 jarg11, out Int32 jarg12, out Int32 jarg13, out Int32 jarg14, global::System.Runtime.InteropServices.HandleRef jarg15)
static bool OdDbTable_isMergedCell__SWIG_3(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, ref UInt32 jarg4)
static void OdDbTable_setDataLink__SWIG_0(HandleRef jarg1, Int32 jarg2, Int32 jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, bool jarg5)
static bool OdDbTable_isMergedCell__SWIG_0(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, ref UInt32 jarg4, ref UInt32 jarg5, ref UInt32 jarg6, ref UInt32 jarg7)
static void OdDbTable_getBlockAttributeValue__SWIG_0(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, ref IntPtr jarg5)
static int OdDbTable_gridLineWeight__SWIG_0(HandleRef jarg1, int jarg2, int jarg3)
static int OdDbTable_subExplode(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDbTable_setDataType__SWIG_3(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4, int jarg5, int jarg6)
static void OdDbTable_setRowHeight__SWIG_1(HandleRef jarg1, double jarg2)
static void OdDbTable_clearCellOverrides(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3)
static UInt32 OdDbTable_numRows(HandleRef jarg1)
static bool OdDbTable_canInsert(HandleRef jarg1, Int32 jarg2, bool jarg3)
static double OdDbTable_textHeight__SWIG_2(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3)
static IntPtr OdDbTable_isA(HandleRef jarg1)
static UInt32 OdDbTable_mergedWidth(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3)
static void OdDbTable_setAlignment__SWIG_2(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, int jarg4)
static int OdDbTable_recomputeTableBlock__SWIG_1(HandleRef jarg1)
static int OdDbTable_subErase(HandleRef jarg1, bool jarg2)
static bool OdDbTable_hitTest__SWIG_3(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, double jarg4, double jarg5, out Int32 jarg6, out Int32 jarg7, out Int32 jarg8, out TableHitItem jarg9)
static int OdDbTable_gridVisibility__SWIG_0(HandleRef jarg1, int jarg2, int jarg3)
static UInt32 OdDbTable_mergedHeight(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3)
static void OdDbTable_updateDataLink__SWIG_0(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4, int jarg5)
static global::System.IntPtr OdDbTable_attachmentPoint__SWIG_0(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3)
static global::System.IntPtr OdDbTable_value__SWIG_0(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3)
static int OdDbTable_getSubSelection__SWIG_1(HandleRef jarg1, out Int32 jarg2, out Int32 jarg3, out Int32 jarg4, out Int32 jarg5)
static void OdDbTable_insertRows__SWIG_0(HandleRef jarg1, UInt32 jarg2, double jarg3, UInt32 jarg4)
static bool OdDbTable_isAutoScale__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4)
static void OdDbTable_suppressTitleRow(HandleRef jarg1, bool jarg2)
static double OdDbTable_rotation__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4)
static global::System.IntPtr OdDbTable_textStyle__SWIG_0(HandleRef jarg1, int jarg2)
static void OdDbTable_setTextString__SWIG_0(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, [MarshalAs(UnmanagedType.LPWStr)]String jarg4)
static bool OdDbTable_isHeaderSuppressed(HandleRef jarg1)
static Int32 OdDbTable_createContent(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4)
static global::System.IntPtr OdDbTable_backgroundColor__SWIG_2(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3)
static void OdDbTable_clearSubSelection(HandleRef jarg1)
static void OdDbTable_deleteRows__SWIG_0(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3)
static global::System.IntPtr OdDbTable_tableStyle(HandleRef jarg1)
static bool OdDbTable_isTitleSuppressed(HandleRef jarg1)
static void OdDbTable_suppressRegenerateTable(HandleRef jarg1, bool jarg2)
static void OdDbTable_setBlockRotation(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, double jarg4)
static void OdDbTable_deleteCellContent(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3)
static void OdDbTable_setOverride__SWIG_0(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4, int jarg5)
static global::System.IntPtr OdDbTable_attachmentPoint__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4)
static void OdDbTable_setDataType__SWIG_2(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, int jarg4, int jarg5)
static void OdDbTable_appendToOwner(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, HandleRef jarg3, HandleRef jarg4)
static bool OdDbTable_isLinked(HandleRef jarg1, Int32 jarg2, Int32 jarg3)
static void OdDbTable_setTextStyle__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, UInt32 jarg3)
static void OdDbTable_setGridLineWeight__SWIG_0(HandleRef jarg1, int jarg2, UInt32 jarg3, UInt32 jarg4)
static String OdDbTable_getBlockAttributeValue__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static void OdDbTable_setGridLineStyle(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4, int jarg5)
static bool OdDbTable_subWorldDraw(HandleRef jarg1, HandleRef jarg2)
static void OdDbTable_setMargin(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4, double jarg5)
static IntPtr OdDbTable_createObject()
static bool OdDbTable_isContentEditable(HandleRef jarg1, Int32 jarg2, Int32 jarg3)
static void OdDbTable_setColumnName(HandleRef jarg1, Int32 jarg2, [MarshalAs(UnmanagedType.LPWStr)]String jarg3)
static void OdDbTable_setDirection(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static Int32 OdDbTable_getDataLink__SWIG_2(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static global::System.IntPtr OdDbTable_getSubSelection__SWIG_3(HandleRef jarg1)
static void OdDbTable_setDataType__SWIG_0(HandleRef jarg1, int jarg2, int jarg3)
static int OdDbTable_dxfInFields(HandleRef jarg1, HandleRef jarg2)
static void OdDbTable_setBackgroundColorNone__SWIG_1(HandleRef jarg1, bool jarg2)
static global::System.IntPtr OdDbTable_getMergeRange(HandleRef jarg1, Int32 jarg2, Int32 jarg3)
static String OdDbTable_getFormula(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4)
static void OdDbTable_dxfOutFields(HandleRef jarg1, HandleRef jarg2)
static void OdDbTable_setAlignment__SWIG_0(HandleRef jarg1, int jarg2, UInt32 jarg3)
static void OdDbTable_subSetDatabaseDefaults(HandleRef jarg1, HandleRef jarg2, bool jarg3)
static int OdDbTable_contentType__SWIG_0(HandleRef jarg1, Int32 jarg2, Int32 jarg3)
static void OdDbTable_setVertCellMargin(HandleRef jarg1, double jarg2)
static global::System.IntPtr OdDbTable_contentColor__SWIG_3(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4)
static double OdDbTable_textHeight__SWIG_3(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4)
static int OdDbTable_contentType__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4)
static void OdDbTable_setBackgroundColor__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, UInt32 jarg3)
static void OdDbTable_subClose(HandleRef jarg1)
static void OdDbTable_setGridProperty__SWIG_0(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static void OdDbTable_deleteContent__SWIG_2(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDbTable_setBlockTableRecordId__SWIG_1(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static void OdDbTable_setTextStyle__SWIG_3(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static void OdDbTable_setHorzCellMargin(HandleRef jarg1, double jarg2)
static double OdDbTable_vertCellMargin(HandleRef jarg1)
static int OdDbTable_setSubSelection__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static String OdDbTable_textString__SWIG_3(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4)
static bool OdDbTable_isBackgroundColorNone__SWIG_1(HandleRef jarg1)
static void OdDbTable_setAutoScale__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4, bool jarg5)
static void OdDbTable_setValue__SWIG_0(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, HandleRef jarg4)
static global::System.IntPtr OdDbTable_getDataLink__SWIG_0(HandleRef jarg1, Int32 jarg2, Int32 jarg3)
static global::System.IntPtr OdDbTable_blockTableRecordId__SWIG_0(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3)
static void OdDbTable_setFormula(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4, [MarshalAs(UnmanagedType.LPWStr)]String jarg5)
static String OdDbTable_textString__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4)
static void OdDbTable_getGridProperty(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static Int32 OdDbTable_getCustomData__SWIG_0(HandleRef jarg1, Int32 jarg2, Int32 jarg3)
static void OdDbTable_setContentColor__SWIG_2(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static bool OdDbTable_canDelete(HandleRef jarg1, Int32 jarg2, Int32 jarg3, bool jarg4)
static int OdDbTable_breakFlowDirection(HandleRef jarg1)
static global::System.IntPtr OdDbTable_textStyle__SWIG_1(HandleRef jarg1)
static void OdDbTable_setBackgroundColor__SWIG_2(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static int OdDbTable_selectSubRegion__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, double jarg6, double jarg7, int jarg8, bool jarg9, bool jarg10, out Int32 jarg11, out Int32 jarg12, out Int32 jarg13, out Int32 jarg14)
static bool OdDbTable_hasFormula(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4)
static void OdDbTable_subViewportDraw(HandleRef jarg1, HandleRef jarg2)
static bool OdDbTable_mergedFlag(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3)
static void OdDbTable_deleteColumns__SWIG_1(HandleRef jarg1, UInt32 jarg2)
static bool OdDbTable_isBackgroundColorNone__SWIG_2(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3)
static int OdDbTable_select_next_cell__SWIG_0(HandleRef jarg1, Int32 jarg2, out Int32 jarg3, out Int32 jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, bool jarg6)
static void OdDbTable_setDataFormat__SWIG_0(HandleRef jarg1, Int32 jarg2, Int32 jarg3, [MarshalAs(UnmanagedType.LPWStr)]String jarg4)
static global::System.IntPtr OdDbTable_direction(HandleRef jarg1)
static int OdDbTable_gridLineWeight__SWIG_3(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4)
static global::System.IntPtr OdDbTable_textStyle__SWIG_2(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3)
static int OdDbTable_cellState(HandleRef jarg1, Int32 jarg2, Int32 jarg3)
static int OdDbTable_textRotation(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3)
static void OdDbTable_updateDataLink__SWIG_1(HandleRef jarg1, int jarg2, int jarg3)
static void OdDbTable_setFormat__SWIG_2(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, [MarshalAs(UnmanagedType.LPWStr)]String jarg4)
static void OdDbTable_insertColumns__SWIG_1(HandleRef jarg1, UInt32 jarg2, double jarg3)
static double OdDbTable_breakHeight(HandleRef jarg1, UInt32 jarg2)
static double OdDbTable_blockRotation(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3)
static void OdDbTable_setRotation__SWIG_0(HandleRef jarg1, double jarg2)
static void OdDbTable_setBackgroundColorNone__SWIG_2(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, bool jarg4)
static void OdDbTable_setTextStyle__SWIG_2(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static bool OdDbTable_isEmpty(HandleRef jarg1, Int32 jarg2, Int32 jarg3)
static void OdDbTable_setGridDoubleLineSpacing(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4, double jarg5)
static void OdDbTable_dwgOutFields(HandleRef jarg1, HandleRef jarg2)
static void OdDbTable_enableBreak(HandleRef jarg1, bool jarg2)
static void OdDbTable_clearTableStyleOverrides__SWIG_1(HandleRef jarg1)
static void OdDbTable_setColumnWidth__SWIG_0(HandleRef jarg1, UInt32 jarg2, double jarg3)
static global::System.IntPtr OdDbTable_gridColor__SWIG_1(HandleRef jarg1, int jarg2)
static void OdDbTable_copyFrom__SWIG_3(HandleRef jarg1, HandleRef jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6)
static void OdDbTable_setRowHeight__SWIG_0(HandleRef jarg1, UInt32 jarg2, double jarg3)
static void OdDbTable_setRotation__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4, double jarg5)
static void OdDbTable_setDataLink__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, bool jarg4)
static void OdDbTable_setContentColor__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, UInt32 jarg3)
static void OdDbTable_setOverride__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4, int jarg5)
static void OdDbTable_setBlockTableRecordId__SWIG_2(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, bool jarg6)
static bool OdDbTable_isFormatEditable(HandleRef jarg1, Int32 jarg2, Int32 jarg3)
static int OdDbTable_alignment__SWIG_2(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3)
static void OdDbTable_copyFrom__SWIG_1(HandleRef jarg1, HandleRef jarg2, int jarg3)
static void OdDbTable_setTextHeight__SWIG_2(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, double jarg4)
static double OdDbTable_width(HandleRef jarg1)
static void OdDbTable_setFormat__SWIG_0(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static void OdDbTable_moveContent(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4, Int32 jarg5)
static global::System.IntPtr OdDbTable_contentColor__SWIG_0(HandleRef jarg1, int jarg2)
static void OdDbTable_setContentColor__SWIG_3(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static bool OdDbTable_isMergedCell__SWIG_1(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, ref UInt32 jarg4, ref UInt32 jarg5, ref UInt32 jarg6)
static double OdDbTable_scale(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4)