Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdDbFormattedTableData.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 OdDbFormattedTableData(IntPtr cPtr, bool cMemoryOwn) : base(TD_DbPINVOKE.OdDbFormattedTableData_SWIGUpcast(cPtr), cMemoryOwn) {
22 swigCPtr = new HandleRef(this, cPtr);
23 }
24
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26 public static HandleRef getCPtr(OdDbFormattedTableData 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 OdDbFormattedTableData cast(OdRxObject pObj) {// OdSmartPtr<OdDbFormattedTableData>
44 MemoryManager mMan = MemoryManager.GetMemoryManager();
45 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
47
48 OdDbFormattedTableData ret = null;
49 if (null != mTrans)
50 {
51 mTrans.AddObject((OdDbFormattedTableData)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbFormattedTableData),ptr, true));
52 ret = (OdDbFormattedTableData)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbFormattedTableData),ptr, false);
53 }
54 else
55 {
56 ret = (OdDbFormattedTableData)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbFormattedTableData),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.OdDbFormattedTableData_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.OdDbFormattedTableData_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.OdDbFormattedTableData_queryX(swigCPtr, OdRxClass.getCPtr(protocolClass)),false); /*createInt 3_2*/
79
81 return ret;
82}
83
84 public new static OdDbFormattedTableData createObject() {// OdSmartPtr<OdDbFormattedTableData>
85 MemoryManager mMan = MemoryManager.GetMemoryManager();
86 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
88
89 OdDbFormattedTableData ret = null;
90 if (null != mTrans)
91 {
92 mTrans.AddObject((OdDbFormattedTableData)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbFormattedTableData),ptr, true));
93 ret = (OdDbFormattedTableData)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbFormattedTableData),ptr, false);
94 }
95 else
96 {
97 ret = (OdDbFormattedTableData)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbFormattedTableData),ptr, true);
98 }
99
101 return ret;
102}
103
104 public virtual Int32 insertRowAndInherit(Int32 /*SIMPLETYPE*/ nIndex, Int32 /*SIMPLETYPE*/ nInheritFrom, Int32 /*SIMPLETYPE*/ nNumRows) {
105// test csout
106 /*SIMPLETYPE*/
107 Int32 ret = TD_DbPINVOKE.OdDbFormattedTableData_insertRowAndInherit(swigCPtr, nIndex /*SIMPLETYPE*/, nInheritFrom /*SIMPLETYPE*/, nNumRows /*SIMPLETYPE*/);
109 return ret;
110 }
111
112 public virtual Int32 insertColumnAndInherit(Int32 /*SIMPLETYPE*/ nIndex, Int32 /*SIMPLETYPE*/ nInheritFrom, Int32 /*SIMPLETYPE*/ nNumCols) {
113// test csout
114 /*SIMPLETYPE*/
115 Int32 ret = TD_DbPINVOKE.OdDbFormattedTableData_insertColumnAndInherit(swigCPtr, nIndex /*SIMPLETYPE*/, nInheritFrom /*SIMPLETYPE*/, nNumCols /*SIMPLETYPE*/);
117 return ret;
118 }
119
120 public virtual void setFieldId(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, OdDbObjectId idField, CellOption nFlag) {
121 TD_DbPINVOKE.OdDbFormattedTableData_setFieldId__SWIG_0(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, OdDbObjectId.getCPtr(idField), (int)nFlag);
123 }
124
125 public virtual void setFieldId(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, UInt32 /*SIMPLETYPE*/ nContent, OdDbObjectId idField, CellOption nFlag) {
126 TD_DbPINVOKE.OdDbFormattedTableData_setFieldId__SWIG_1(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/, OdDbObjectId.getCPtr(idField), (int)nFlag);
128 }
129
130 public virtual void merge(OdCellRange range) {
133 }
134
135 public virtual void unmerge(OdCellRange range) {
138 }
139
140 public virtual bool isMerged(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol) {
141 bool ret = TD_DbPINVOKE.OdDbFormattedTableData_isMerged(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/);
143 return ret;
144 }
145
146 public virtual OdCellRange getMergeRange(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol) {
147 OdCellRange ret = new OdCellRange(TD_DbPINVOKE.OdDbFormattedTableData_getMergeRange(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/), true);
149 return ret;
150 }
151
152 public virtual bool isMergeAllEnabled(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol) {
153 bool ret = TD_DbPINVOKE.OdDbFormattedTableData_isMergeAllEnabled(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/);
155 return ret;
156 }
157
158 public virtual void enableMergeAll(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, bool bEnable) {
159 TD_DbPINVOKE.OdDbFormattedTableData_enableMergeAll(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, bEnable);
161 }
162
163 public virtual bool isFormatEditable(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol) {
164 bool ret = TD_DbPINVOKE.OdDbFormattedTableData_isFormatEditable(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/);
166 return ret;
167 }
168
169 public virtual double rotation(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol) {
170 double ret = TD_DbPINVOKE.OdDbFormattedTableData_rotation__SWIG_0(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/);
172 return ret;
173 }
174
175 public virtual double rotation(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, Int32 /*SIMPLETYPE*/ nContent) {
176 double ret = TD_DbPINVOKE.OdDbFormattedTableData_rotation__SWIG_1(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/);
178 return ret;
179 }
180
181 public virtual void setRotation(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, double fRotation) {
182 TD_DbPINVOKE.OdDbFormattedTableData_setRotation__SWIG_0(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, fRotation);
184 }
185
186 public virtual void setRotation(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, Int32 /*SIMPLETYPE*/ nContent, double fRotation) {
187 TD_DbPINVOKE.OdDbFormattedTableData_setRotation__SWIG_1(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/, fRotation);
189 }
190
191 public virtual double scale(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol) {
192 double ret = TD_DbPINVOKE.OdDbFormattedTableData_scale__SWIG_0(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/);
194 return ret;
195 }
196
197 public virtual double scale(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, Int32 /*SIMPLETYPE*/ nContent) {
198 double ret = TD_DbPINVOKE.OdDbFormattedTableData_scale__SWIG_1(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/);
200 return ret;
201 }
202
203 public virtual void setScale(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, double fScale) {
204 TD_DbPINVOKE.OdDbFormattedTableData_setScale__SWIG_0(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, fScale);
206 }
207
208 public virtual void setScale(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, Int32 /*SIMPLETYPE*/ nContent, double fScale) {
209 TD_DbPINVOKE.OdDbFormattedTableData_setScale__SWIG_1(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/, fScale);
211 }
212
213 public virtual bool isAutoScale(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol) {
214 bool ret = TD_DbPINVOKE.OdDbFormattedTableData_isAutoScale__SWIG_0(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/);
216 return ret;
217 }
218
219 public virtual bool isAutoScale(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, Int32 /*SIMPLETYPE*/ nContent) {
220 bool ret = TD_DbPINVOKE.OdDbFormattedTableData_isAutoScale__SWIG_1(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/);
222 return ret;
223 }
224
225 public virtual void setAutoScale(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, bool bAutoScale) {
226 TD_DbPINVOKE.OdDbFormattedTableData_setAutoScale__SWIG_0(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, bAutoScale);
228 }
229
230 public virtual void setAutoScale(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, Int32 /*SIMPLETYPE*/ nContent, bool bAutoScale) {
231 TD_DbPINVOKE.OdDbFormattedTableData_setAutoScale__SWIG_1(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/, bAutoScale);
233 }
234
235 public virtual CellAlignment alignment(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol) {
236 CellAlignment ret = (CellAlignment)TD_DbPINVOKE.OdDbFormattedTableData_alignment(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/);
238 return ret;
239 }
240
241 public virtual void setAlignment(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, CellAlignment nAlignment) {
242 TD_DbPINVOKE.OdDbFormattedTableData_setAlignment(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nAlignment);
244 }
245
246 public virtual OdCmColor contentColor(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol) {
247 OdCmColor ret = new OdCmColor(TD_DbPINVOKE.OdDbFormattedTableData_contentColor__SWIG_0(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/), true);
249 return ret;
250 }
251
252 public virtual OdCmColor contentColor(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, Int32 /*SIMPLETYPE*/ nContent) {
253 OdCmColor ret = new OdCmColor(TD_DbPINVOKE.OdDbFormattedTableData_contentColor__SWIG_1(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/), true);
255 return ret;
256 }
257
258 public virtual void setContentColor(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, OdCmColor color) {
259 TD_DbPINVOKE.OdDbFormattedTableData_setContentColor__SWIG_0(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, OdCmColor.getCPtr(color));
261 }
262
263 public virtual void setContentColor(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, Int32 /*SIMPLETYPE*/ nContent, OdCmColor color) {
264 TD_DbPINVOKE.OdDbFormattedTableData_setContentColor__SWIG_1(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/, OdCmColor.getCPtr(color));
266 }
267
268 public virtual OdDbObjectId textStyle(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol) {
269 MemoryManager mMan = MemoryManager.GetMemoryManager();
270 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #27
271 IntPtr ptr = TD_DbPINVOKE.OdDbFormattedTableData_textStyle__SWIG_0(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/);
272
273 OdDbObjectId ret = null;
274 if (null != mTrans)
275 {
276 mTrans.AddObject(new OdDbObjectId(ptr, true));
277 ret = new OdDbObjectId(ptr, false);
278 }
279 else
280 {
281 ret = new OdDbObjectId(ptr, true);
282 }
283
285 return ret;
286}
287
288 public virtual OdDbObjectId textStyle(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, Int32 /*SIMPLETYPE*/ nContent) {
289 MemoryManager mMan = MemoryManager.GetMemoryManager();
290 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #27
291 IntPtr ptr = TD_DbPINVOKE.OdDbFormattedTableData_textStyle__SWIG_1(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/);
292
293 OdDbObjectId ret = null;
294 if (null != mTrans)
295 {
296 mTrans.AddObject(new OdDbObjectId(ptr, true));
297 ret = new OdDbObjectId(ptr, false);
298 }
299 else
300 {
301 ret = new OdDbObjectId(ptr, true);
302 }
303
305 return ret;
306}
307
308 public virtual void setTextStyle(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, OdDbObjectId idTextStyle) {
309 TD_DbPINVOKE.OdDbFormattedTableData_setTextStyle__SWIG_0(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, OdDbObjectId.getCPtr(idTextStyle));
311 }
312
313 public virtual void setTextStyle(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, Int32 /*SIMPLETYPE*/ nContent, OdDbObjectId idTextStyle) {
314 TD_DbPINVOKE.OdDbFormattedTableData_setTextStyle__SWIG_1(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/, OdDbObjectId.getCPtr(idTextStyle));
316 }
317
318 public virtual double textHeight(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol) {
319 double ret = TD_DbPINVOKE.OdDbFormattedTableData_textHeight__SWIG_0(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/);
321 return ret;
322 }
323
324 public virtual double textHeight(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, Int32 /*SIMPLETYPE*/ nContent) {
325 double ret = TD_DbPINVOKE.OdDbFormattedTableData_textHeight__SWIG_1(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/);
327 return ret;
328 }
329
330 public virtual void setTextHeight(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, double fTextHeight) {
331 TD_DbPINVOKE.OdDbFormattedTableData_setTextHeight__SWIG_0(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, fTextHeight);
333 }
334
335 public virtual void setTextHeight(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, Int32 /*SIMPLETYPE*/ nContent, double fTextHeight) {
336 TD_DbPINVOKE.OdDbFormattedTableData_setTextHeight__SWIG_1(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/, fTextHeight);
338 }
339
340 public virtual OdCmColor backgroundColor(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol) {
341 OdCmColor ret = new OdCmColor(TD_DbPINVOKE.OdDbFormattedTableData_backgroundColor(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/), true);
343 return ret;
344 }
345
346 public virtual void setBackgroundColor(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, OdCmColor color) {
347 TD_DbPINVOKE.OdDbFormattedTableData_setBackgroundColor(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, OdCmColor.getCPtr(color));
349 }
350
351 public virtual CellContentLayout contentLayout(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol) {
352 CellContentLayout ret = (CellContentLayout)TD_DbPINVOKE.OdDbFormattedTableData_contentLayout(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/);
354 return ret;
355 }
356
357 public virtual void setContentLayout(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, CellContentLayout nLayout) {
358 TD_DbPINVOKE.OdDbFormattedTableData_setContentLayout(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nLayout);
360 }
361
362 public virtual FlowDirection flowDirection() {
365 return ret;
366 }
367
368 public virtual void setFlowDirection(FlowDirection nDir) {
371 }
372
373 public virtual double margin(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, CellMargin nMargin) {
374 double ret = TD_DbPINVOKE.OdDbFormattedTableData_margin(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nMargin);
376 return ret;
377 }
378
379 public virtual void setMargin(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, CellMargin nMargins, double fMargin) {
380 TD_DbPINVOKE.OdDbFormattedTableData_setMargin(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nMargins, fMargin);
382 }
383
384 public virtual GridLineStyle gridLineStyle(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, GridLineType nGridLineType) {
385 GridLineStyle ret = (GridLineStyle)TD_DbPINVOKE.OdDbFormattedTableData_gridLineStyle(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nGridLineType);
387 return ret;
388 }
389
390 public virtual void setGridLineStyle(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, GridLineType nGridLineTypes, GridLineStyle nLineStyle) {
391 TD_DbPINVOKE.OdDbFormattedTableData_setGridLineStyle(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nGridLineTypes, (int)nLineStyle);
393 }
394
395 public virtual LineWeight gridLineWeight(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, GridLineType nGridLineType) {
396 LineWeight ret = (LineWeight)TD_DbPINVOKE.OdDbFormattedTableData_gridLineWeight(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nGridLineType);
398 return ret;
399 }
400
401 public virtual void setGridLineWeight(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, GridLineType nGridLineTypes, LineWeight nLineWeight) {
402 TD_DbPINVOKE.OdDbFormattedTableData_setGridLineWeight(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nGridLineTypes, (int)nLineWeight);
404 }
405
406 public virtual OdDbObjectId gridLinetype(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, GridLineType nGridLineType) {
407 MemoryManager mMan = MemoryManager.GetMemoryManager();
408 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #27
409 IntPtr ptr = TD_DbPINVOKE.OdDbFormattedTableData_gridLinetype(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nGridLineType);
410
411 OdDbObjectId ret = null;
412 if (null != mTrans)
413 {
414 mTrans.AddObject(new OdDbObjectId(ptr, true));
415 ret = new OdDbObjectId(ptr, false);
416 }
417 else
418 {
419 ret = new OdDbObjectId(ptr, true);
420 }
421
423 return ret;
424}
425
426 public virtual void setGridLinetype(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, GridLineType nGridLineTypes, OdDbObjectId idLinetype) {
427 TD_DbPINVOKE.OdDbFormattedTableData_setGridLinetype(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nGridLineTypes, OdDbObjectId.getCPtr(idLinetype));
429 }
430
431 public virtual OdCmColor gridColor(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, GridLineType nGridLineType) {
432 OdCmColor ret = new OdCmColor(TD_DbPINVOKE.OdDbFormattedTableData_gridColor(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nGridLineType), true);
434 return ret;
435 }
436
437 public virtual void setGridColor(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, GridLineType nGridLineTypes, OdCmColor color) {
438 TD_DbPINVOKE.OdDbFormattedTableData_setGridColor(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nGridLineTypes, OdCmColor.getCPtr(color));
440 }
441
442 public virtual Visibility gridVisibility(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, GridLineType nGridLineType) {
443 Visibility ret = (Visibility)TD_DbPINVOKE.OdDbFormattedTableData_gridVisibility(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nGridLineType);
445 return ret;
446 }
447
448 public virtual void setGridVisibility(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, GridLineType nGridLineTypes, Visibility nVisibility) {
449 TD_DbPINVOKE.OdDbFormattedTableData_setGridVisibility(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nGridLineTypes, (int)nVisibility);
451 }
452
453 public virtual double gridDoubleLineSpacing(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, GridLineType nGridLineType) {
454 double ret = TD_DbPINVOKE.OdDbFormattedTableData_gridDoubleLineSpacing(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nGridLineType);
456 return ret;
457 }
458
459 public virtual void setGridDoubleLineSpacing(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, GridLineType nGridLineTypes, double fSpacing) {
460 TD_DbPINVOKE.OdDbFormattedTableData_setGridDoubleLineSpacing(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nGridLineTypes, fSpacing);
462 }
463
464 public virtual void getGridProperty(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, GridLineType nGridLineType, OdGridProperty gridProp) {
465 TD_DbPINVOKE.OdDbFormattedTableData_getGridProperty(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nGridLineType, OdGridProperty.getCPtr(gridProp));
467 }
468
469 public virtual void setGridProperty(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, GridLineType nGridLineTypes, OdGridProperty gridProp) {
470 TD_DbPINVOKE.OdDbFormattedTableData_setGridProperty__SWIG_0(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nGridLineTypes, OdGridProperty.getCPtr(gridProp));
472 }
473
474 public virtual void setGridProperty(OdCellRange range, GridLineType nGridLineTypes, OdGridProperty gridProp) {
477 }
478
479 public virtual CellProperty getOverride(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, Int32 /*SIMPLETYPE*/ nContent) {
480 CellProperty ret = (CellProperty)TD_DbPINVOKE.OdDbFormattedTableData_getOverride__SWIG_0(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/);
482 return ret;
483 }
484
485 public virtual GridProperty getOverride(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, GridLineType nGridLineType) {
486 GridProperty ret = (GridProperty)TD_DbPINVOKE.OdDbFormattedTableData_getOverride__SWIG_1(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nGridLineType);
488 return ret;
489 }
490
491 public virtual void setOverride(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, Int32 /*SIMPLETYPE*/ nContent, CellProperty nOverride) {
492 TD_DbPINVOKE.OdDbFormattedTableData_setOverride__SWIG_0(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/, (int)nOverride);
494 }
495
496 public virtual void setOverride(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol, GridLineType nGridLineType, GridProperty nOverride) {
497 TD_DbPINVOKE.OdDbFormattedTableData_setOverride__SWIG_1(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nGridLineType, (int)nOverride);
499 }
500
501 public virtual void removeAllOverrides(Int32 /*SIMPLETYPE*/ nRow, Int32 /*SIMPLETYPE*/ nCol) {
502 TD_DbPINVOKE.OdDbFormattedTableData_removeAllOverrides(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/);
504 }
505
506 public override OdResult dwgInFields(OdDbDwgFiler pFiler) {
509 return ret;
510 }
511
512 public override void dwgOutFields(OdDbDwgFiler pFiler) {
515 }
516
517 public override OdResult dxfInFields(OdDbDxfFiler pFiler) {
520 return ret;
521 }
522
523 public override void dxfOutFields(OdDbDxfFiler pFiler) {
526 }
527
528 protected static string getRealClassName(IntPtr /*SIMPLETYPE*/ ptr) {
529 string ret = TD_DbPINVOKE.OdDbFormattedTableData_getRealClassName(ptr /*SIMPLETYPE*/);
531 return ret;
532 }
533
538 public virtual string vb_name() { return this.name(); }
539
544 public virtual Teigha.TD.CellContentType vb_contentType(int nRow, int nCol) { return this.contentType(nRow, nCol); }
545
550 public virtual Teigha.TD.CellContentType vb_contentType(int nRow, int nCol, uint nContent) { return this.contentType(nRow, nCol, nContent); }
551
556 public virtual Teigha.TD.FlowDirection vb_flowDirection() { return this.flowDirection(); }
557
562 public virtual double vb_rotation(int nRow, int nCol) { return this.rotation(nRow, nCol); }
563
568 public virtual double vb_rotation(int nRow, int nCol, int nContent) { return this.rotation(nRow, nCol, nContent); }
569
574 public virtual Teigha.TD.CellAlignment vb_alignment(int nRow, int nCol) { return this.alignment(nRow, nCol); }
575
580 public virtual Teigha.TD.CellState vb_cellState(int nRow, int nCol) { return this.cellState(nRow, nCol); }
581
586 public virtual Teigha.TD.GridLineStyle vb_gridLineStyle(int nRow, int nCol, Teigha.TD.GridLineType nGridLineType) { return this.gridLineStyle(nRow, nCol, nGridLineType); }
587
592 public virtual Teigha.TD.OdDbObjectId vb_gridLinetype(int nRow, int nCol, Teigha.TD.GridLineType nGridLineType) { return this.gridLinetype(nRow, nCol, nGridLineType); }
593
599
600}
601
602}
virtual OdGiDrawable.DrawableType drawableType()
static HandleRef getCPtr(OdRxClass obj)
Definition: OdRxClass.cs:25
static HandleRef getCPtr(OdRxObject obj)
Definition: OdRxObject.cs:26
static HandleRef getCPtr(OdCellRange obj)
Definition: OdCellRange.cs:27
static HandleRef getCPtr(OdCmColor obj)
Definition: OdCmColor.cs:26
static HandleRef getCPtr(OdDbDwgFiler obj)
Definition: OdDbDwgFiler.cs:26
static HandleRef getCPtr(OdDbDxfFiler obj)
Definition: OdDbDxfFiler.cs:26
virtual double rotation(Int32 nRow, Int32 nCol, Int32 nContent)
virtual void setBackgroundColor(Int32 nRow, Int32 nCol, OdCmColor color)
virtual void getGridProperty(Int32 nRow, Int32 nCol, GridLineType nGridLineType, OdGridProperty gridProp)
virtual bool isMerged(Int32 nRow, Int32 nCol)
virtual Teigha.TD.CellAlignment vb_alignment(int nRow, int nCol)
virtual OdDbObjectId textStyle(Int32 nRow, Int32 nCol, Int32 nContent)
virtual void setRotation(Int32 nRow, Int32 nCol, Int32 nContent, double fRotation)
virtual OdCmColor gridColor(Int32 nRow, Int32 nCol, GridLineType nGridLineType)
virtual double scale(Int32 nRow, Int32 nCol)
virtual void removeAllOverrides(Int32 nRow, Int32 nCol)
virtual Teigha.TD.CellContentType vb_contentType(int nRow, int nCol)
virtual void setGridLineStyle(Int32 nRow, Int32 nCol, GridLineType nGridLineTypes, GridLineStyle nLineStyle)
virtual CellContentLayout contentLayout(Int32 nRow, Int32 nCol)
virtual OdCmColor contentColor(Int32 nRow, Int32 nCol)
virtual Teigha.TD.GridLineStyle vb_gridLineStyle(int nRow, int nCol, Teigha.TD.GridLineType nGridLineType)
virtual CellAlignment alignment(Int32 nRow, Int32 nCol)
override OdResult dxfInFields(OdDbDxfFiler pFiler)
virtual void setScale(Int32 nRow, Int32 nCol, double fScale)
virtual void setGridLineWeight(Int32 nRow, Int32 nCol, GridLineType nGridLineTypes, LineWeight nLineWeight)
virtual double rotation(Int32 nRow, Int32 nCol)
virtual void setScale(Int32 nRow, Int32 nCol, Int32 nContent, double fScale)
virtual Visibility gridVisibility(Int32 nRow, Int32 nCol, GridLineType nGridLineType)
virtual double textHeight(Int32 nRow, Int32 nCol)
virtual void setGridProperty(Int32 nRow, Int32 nCol, GridLineType nGridLineTypes, OdGridProperty gridProp)
override OdRxObject queryX(OdRxClass protocolClass)
override void dwgOutFields(OdDbDwgFiler pFiler)
override OdResult dwgInFields(OdDbDwgFiler pFiler)
virtual double gridDoubleLineSpacing(Int32 nRow, Int32 nCol, GridLineType nGridLineType)
virtual void setTextStyle(Int32 nRow, Int32 nCol, Int32 nContent, OdDbObjectId idTextStyle)
virtual bool isAutoScale(Int32 nRow, Int32 nCol)
virtual void setGridColor(Int32 nRow, Int32 nCol, GridLineType nGridLineTypes, OdCmColor color)
virtual void setMargin(Int32 nRow, Int32 nCol, CellMargin nMargins, double fMargin)
static string getRealClassName(IntPtr ptr)
virtual Teigha.Core.OdGiDrawable.DrawableType vb_drawableType()
virtual bool isFormatEditable(Int32 nRow, Int32 nCol)
virtual void setTextStyle(Int32 nRow, Int32 nCol, OdDbObjectId idTextStyle)
virtual OdCmColor backgroundColor(Int32 nRow, Int32 nCol)
virtual void setGridVisibility(Int32 nRow, Int32 nCol, GridLineType nGridLineTypes, Visibility nVisibility)
virtual void setContentColor(Int32 nRow, Int32 nCol, OdCmColor color)
virtual void setFieldId(Int32 nRow, Int32 nCol, UInt32 nContent, OdDbObjectId idField, CellOption nFlag)
static new OdDbFormattedTableData createObject()
virtual LineWeight gridLineWeight(Int32 nRow, Int32 nCol, GridLineType nGridLineType)
virtual double margin(Int32 nRow, Int32 nCol, CellMargin nMargin)
virtual void setTextHeight(Int32 nRow, Int32 nCol, Int32 nContent, double fTextHeight)
virtual void setGridDoubleLineSpacing(Int32 nRow, Int32 nCol, GridLineType nGridLineTypes, double fSpacing)
virtual GridLineStyle gridLineStyle(Int32 nRow, Int32 nCol, GridLineType nGridLineType)
virtual bool isAutoScale(Int32 nRow, Int32 nCol, Int32 nContent)
virtual Int32 insertRowAndInherit(Int32 nIndex, Int32 nInheritFrom, Int32 nNumRows)
virtual Teigha.TD.CellContentType vb_contentType(int nRow, int nCol, uint nContent)
virtual void setContentColor(Int32 nRow, Int32 nCol, Int32 nContent, OdCmColor color)
virtual void setGridLinetype(Int32 nRow, Int32 nCol, GridLineType nGridLineTypes, OdDbObjectId idLinetype)
virtual CellProperty getOverride(Int32 nRow, Int32 nCol, Int32 nContent)
virtual void setAutoScale(Int32 nRow, Int32 nCol, bool bAutoScale)
virtual void unmerge(OdCellRange range)
virtual void setContentLayout(Int32 nRow, Int32 nCol, CellContentLayout nLayout)
virtual void setGridProperty(OdCellRange range, GridLineType nGridLineTypes, OdGridProperty gridProp)
virtual Teigha.TD.OdDbObjectId vb_gridLinetype(int nRow, int nCol, Teigha.TD.GridLineType nGridLineType)
virtual void setFieldId(Int32 nRow, Int32 nCol, OdDbObjectId idField, CellOption nFlag)
virtual void enableMergeAll(Int32 nRow, Int32 nCol, bool bEnable)
virtual double vb_rotation(int nRow, int nCol)
virtual Teigha.TD.CellState vb_cellState(int nRow, int nCol)
virtual void setOverride(Int32 nRow, Int32 nCol, GridLineType nGridLineType, GridProperty nOverride)
virtual Int32 insertColumnAndInherit(Int32 nIndex, Int32 nInheritFrom, Int32 nNumCols)
override void dxfOutFields(OdDbDxfFiler pFiler)
virtual double textHeight(Int32 nRow, Int32 nCol, Int32 nContent)
virtual OdCmColor contentColor(Int32 nRow, Int32 nCol, Int32 nContent)
virtual void merge(OdCellRange range)
virtual void setAlignment(Int32 nRow, Int32 nCol, CellAlignment nAlignment)
virtual void setRotation(Int32 nRow, Int32 nCol, double fRotation)
virtual void setAutoScale(Int32 nRow, Int32 nCol, Int32 nContent, bool bAutoScale)
static HandleRef getCPtr(OdDbFormattedTableData obj)
virtual double vb_rotation(int nRow, int nCol, int nContent)
virtual double scale(Int32 nRow, Int32 nCol, Int32 nContent)
virtual OdCellRange getMergeRange(Int32 nRow, Int32 nCol)
virtual void setTextHeight(Int32 nRow, Int32 nCol, double fTextHeight)
virtual void setOverride(Int32 nRow, Int32 nCol, Int32 nContent, CellProperty nOverride)
OdDbFormattedTableData(IntPtr cPtr, bool cMemoryOwn)
virtual OdDbObjectId textStyle(Int32 nRow, Int32 nCol)
virtual void setFlowDirection(FlowDirection nDir)
virtual Teigha.TD.FlowDirection vb_flowDirection()
virtual GridProperty getOverride(Int32 nRow, Int32 nCol, GridLineType nGridLineType)
virtual OdDbObjectId gridLinetype(Int32 nRow, Int32 nCol, GridLineType nGridLineType)
static OdDbFormattedTableData cast(OdRxObject pObj)
override void Dispose(bool disposing)
virtual bool isMergeAllEnabled(Int32 nRow, Int32 nCol)
virtual CellState cellState(Int32 nRow, Int32 nCol)
virtual CellContentType contentType(Int32 nRow, Int32 nCol)
static HandleRef getCPtr(OdDbObjectId obj)
Definition: OdDbObjectId.cs:27
static HandleRef getCPtr(OdGridProperty obj)
static global::System.Exception Retrieve()
static void OdDbFormattedTableData_setGridDoubleLineSpacing(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4, double jarg5)
static void OdDbFormattedTableData_setTextHeight__SWIG_0(HandleRef jarg1, Int32 jarg2, Int32 jarg3, double jarg4)
static void OdDbFormattedTableData_dxfOutFields(HandleRef jarg1, HandleRef jarg2)
static global::System.IntPtr OdDbFormattedTableData_textStyle__SWIG_0(HandleRef jarg1, Int32 jarg2, Int32 jarg3)
static bool OdDbFormattedTableData_isFormatEditable(HandleRef jarg1, Int32 jarg2, Int32 jarg3)
static void OdDbFormattedTableData_setTextStyle__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static void OdDbFormattedTableData_setFlowDirection(HandleRef jarg1, int jarg2)
static void OdDbFormattedTableData_getGridProperty(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static string OdDbFormattedTableData_getRealClassName(IntPtr jarg1)
static global::System.IntPtr OdDbFormattedTableData_contentColor__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4)
static void OdDbFormattedTableData_setAutoScale__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4, bool jarg5)
static bool OdDbFormattedTableData_isMerged(HandleRef jarg1, Int32 jarg2, Int32 jarg3)
static double OdDbFormattedTableData_margin(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4)
static global::System.IntPtr OdDbFormattedTableData_gridColor(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4)
static void OdDbFormattedTableData_dwgOutFields(HandleRef jarg1, HandleRef jarg2)
static void OdDbFormattedTableData_setScale__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4, double jarg5)
static void OdDbFormattedTableData_setRotation__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4, double jarg5)
static void OdDbFormattedTableData_setFieldId__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, UInt32 jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, int jarg6)
static global::System.IntPtr OdDbFormattedTableData_backgroundColor(HandleRef jarg1, Int32 jarg2, Int32 jarg3)
static void OdDbFormattedTableData_setTextHeight__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4, double jarg5)
static int OdDbFormattedTableData_getOverride__SWIG_0(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4)
static void OdDbFormattedTableData_setScale__SWIG_0(HandleRef jarg1, Int32 jarg2, Int32 jarg3, double jarg4)
static void OdDbFormattedTableData_setGridLineStyle(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4, int jarg5)
static double OdDbFormattedTableData_rotation__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4)
static IntPtr OdDbFormattedTableData_desc()
static void OdDbFormattedTableData_setGridProperty__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static bool OdDbFormattedTableData_isAutoScale__SWIG_0(HandleRef jarg1, Int32 jarg2, Int32 jarg3)
static void OdDbFormattedTableData_setBackgroundColor(HandleRef jarg1, Int32 jarg2, Int32 jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static void OdDbFormattedTableData_setGridLineWeight(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4, int jarg5)
static IntPtr OdDbFormattedTableData_cast(HandleRef jarg1)
static void OdDbFormattedTableData_setContentLayout(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4)
static bool OdDbFormattedTableData_isMergeAllEnabled(HandleRef jarg1, Int32 jarg2, Int32 jarg3)
static void OdDbFormattedTableData_setGridColor(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static int OdDbFormattedTableData_getOverride__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4)
static int OdDbFormattedTableData_contentLayout(HandleRef jarg1, Int32 jarg2, Int32 jarg3)
static int OdDbFormattedTableData_dxfInFields(HandleRef jarg1, HandleRef jarg2)
static void OdDbFormattedTableData_setContentColor__SWIG_0(HandleRef jarg1, Int32 jarg2, Int32 jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static void OdDbFormattedTableData_setGridLinetype(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static double OdDbFormattedTableData_textHeight__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4)
static void OdDbFormattedTableData_setMargin(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4, double jarg5)
static void OdDbFormattedTableData_removeAllOverrides(HandleRef jarg1, Int32 jarg2, Int32 jarg3)
static double OdDbFormattedTableData_gridDoubleLineSpacing(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4)
static double OdDbFormattedTableData_textHeight__SWIG_0(HandleRef jarg1, Int32 jarg2, Int32 jarg3)
static IntPtr OdDbFormattedTableData_createObject()
static Int32 OdDbFormattedTableData_insertColumnAndInherit(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4)
static void OdDbFormattedTableData_setTextStyle__SWIG_0(HandleRef jarg1, Int32 jarg2, Int32 jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static int OdDbFormattedTableData_gridVisibility(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4)
static int OdDbFormattedTableData_flowDirection(HandleRef jarg1)
static void OdDbFormattedTableData_setAutoScale__SWIG_0(HandleRef jarg1, Int32 jarg2, Int32 jarg3, bool jarg4)
static global::System.IntPtr OdDbFormattedTableData_contentColor__SWIG_0(HandleRef jarg1, Int32 jarg2, Int32 jarg3)
static Int32 OdDbFormattedTableData_insertRowAndInherit(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4)
static bool OdDbFormattedTableData_isAutoScale__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4)
static void delete_OdDbFormattedTableData(HandleRef jarg1)
static double OdDbFormattedTableData_scale__SWIG_0(HandleRef jarg1, Int32 jarg2, Int32 jarg3)
static void OdDbFormattedTableData_unmerge(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static double OdDbFormattedTableData_rotation__SWIG_0(HandleRef jarg1, Int32 jarg2, Int32 jarg3)
static double OdDbFormattedTableData_scale__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4)
static IntPtr OdDbFormattedTableData_isA(HandleRef jarg1)
static void OdDbFormattedTableData_enableMergeAll(HandleRef jarg1, Int32 jarg2, Int32 jarg3, bool jarg4)
static void OdDbFormattedTableData_setRotation__SWIG_0(HandleRef jarg1, Int32 jarg2, Int32 jarg3, double jarg4)
static int OdDbFormattedTableData_gridLineStyle(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4)
static void OdDbFormattedTableData_setAlignment(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4)
static void OdDbFormattedTableData_setOverride__SWIG_0(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4, int jarg5)
static void OdDbFormattedTableData_setFieldId__SWIG_0(HandleRef jarg1, Int32 jarg2, Int32 jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, int jarg5)
static int OdDbFormattedTableData_alignment(HandleRef jarg1, Int32 jarg2, Int32 jarg3)
static void OdDbFormattedTableData_setOverride__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4, int jarg5)
static global::System.IntPtr OdDbFormattedTableData_textStyle__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4)
static global::System.IntPtr OdDbFormattedTableData_getMergeRange(HandleRef jarg1, Int32 jarg2, Int32 jarg3)
static void OdDbFormattedTableData_setGridVisibility(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4, int jarg5)
static global::System.IntPtr OdDbFormattedTableData_gridLinetype(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4)
static int OdDbFormattedTableData_dwgInFields(HandleRef jarg1, HandleRef jarg2)
static int OdDbFormattedTableData_gridLineWeight(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4)
static IntPtr OdDbFormattedTableData_queryX(HandleRef jarg1, HandleRef jarg2)
static void OdDbFormattedTableData_setContentColor__SWIG_1(HandleRef jarg1, Int32 jarg2, Int32 jarg3, Int32 jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static void OdDbFormattedTableData_setGridProperty__SWIG_0(HandleRef jarg1, Int32 jarg2, Int32 jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static void OdDbFormattedTableData_merge(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)