Extended .NET SDK Documentation 2025 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 nIndex, Int32 nInheritFrom, Int32 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 nIndex, Int32 nInheritFrom, Int32 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 nRow, Int32 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 nRow, Int32 nCol, UInt32 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
134
139
140 public virtual bool isMerged(Int32 nRow, Int32 nCol) {
141 bool ret = TD_DbPINVOKE.OdDbFormattedTableData_isMerged(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/);
143 return ret;
144 }
145
146 public virtual OdCellRange getMergeRange(Int32 nRow, Int32 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 nRow, Int32 nCol) {
153 bool ret = TD_DbPINVOKE.OdDbFormattedTableData_isMergeAllEnabled(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/);
155 return ret;
156 }
157
158 public virtual void enableMergeAll(Int32 nRow, Int32 nCol, bool bEnable) {
159 TD_DbPINVOKE.OdDbFormattedTableData_enableMergeAll(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, bEnable);
161 }
162
163 public virtual bool isFormatEditable(Int32 nRow, Int32 nCol) {
164 bool ret = TD_DbPINVOKE.OdDbFormattedTableData_isFormatEditable(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/);
166 return ret;
167 }
168
169 public virtual double rotation(Int32 nRow, Int32 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 nRow, Int32 nCol, Int32 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 nRow, Int32 nCol, double fRotation) {
182 TD_DbPINVOKE.OdDbFormattedTableData_setRotation__SWIG_0(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, fRotation);
184 }
185
186 public virtual void setRotation(Int32 nRow, Int32 nCol, Int32 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 nRow, Int32 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 nRow, Int32 nCol, Int32 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 nRow, Int32 nCol, double fScale) {
204 TD_DbPINVOKE.OdDbFormattedTableData_setScale__SWIG_0(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, fScale);
206 }
207
208 public virtual void setScale(Int32 nRow, Int32 nCol, Int32 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 nRow, Int32 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 nRow, Int32 nCol, Int32 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 nRow, Int32 nCol, bool bAutoScale) {
226 TD_DbPINVOKE.OdDbFormattedTableData_setAutoScale__SWIG_0(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, bAutoScale);
228 }
229
230 public virtual void setAutoScale(Int32 nRow, Int32 nCol, Int32 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 nRow, Int32 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 nRow, Int32 nCol, CellAlignment nAlignment) {
242 TD_DbPINVOKE.OdDbFormattedTableData_setAlignment(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nAlignment);
244 }
245
246 public virtual OdCmColor contentColor(Int32 nRow, Int32 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 nRow, Int32 nCol, Int32 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 nRow, Int32 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 nRow, Int32 nCol, Int32 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 nRow, Int32 nCol) {
269 OdDbObjectId ret = new OdDbObjectId(TD_DbPINVOKE.OdDbFormattedTableData_textStyle__SWIG_0(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/), true);
271 return ret;
272 }
273
274 public virtual OdDbObjectId textStyle(Int32 nRow, Int32 nCol, Int32 nContent) {
275 OdDbObjectId ret = new OdDbObjectId(TD_DbPINVOKE.OdDbFormattedTableData_textStyle__SWIG_1(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/), true);
277 return ret;
278 }
279
280 public virtual void setTextStyle(Int32 nRow, Int32 nCol, OdDbObjectId idTextStyle) {
281 TD_DbPINVOKE.OdDbFormattedTableData_setTextStyle__SWIG_0(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, OdDbObjectId.getCPtr(idTextStyle));
283 }
284
285 public virtual void setTextStyle(Int32 nRow, Int32 nCol, Int32 nContent, OdDbObjectId idTextStyle) {
286 TD_DbPINVOKE.OdDbFormattedTableData_setTextStyle__SWIG_1(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/, OdDbObjectId.getCPtr(idTextStyle));
288 }
289
290 public virtual double textHeight(Int32 nRow, Int32 nCol) {
291 double ret = TD_DbPINVOKE.OdDbFormattedTableData_textHeight__SWIG_0(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/);
293 return ret;
294 }
295
296 public virtual double textHeight(Int32 nRow, Int32 nCol, Int32 nContent) {
297 double ret = TD_DbPINVOKE.OdDbFormattedTableData_textHeight__SWIG_1(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/);
299 return ret;
300 }
301
302 public virtual void setTextHeight(Int32 nRow, Int32 nCol, double fTextHeight) {
303 TD_DbPINVOKE.OdDbFormattedTableData_setTextHeight__SWIG_0(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, fTextHeight);
305 }
306
307 public virtual void setTextHeight(Int32 nRow, Int32 nCol, Int32 nContent, double fTextHeight) {
308 TD_DbPINVOKE.OdDbFormattedTableData_setTextHeight__SWIG_1(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/, fTextHeight);
310 }
311
312 public virtual OdCmColor backgroundColor(Int32 nRow, Int32 nCol) {
313 OdCmColor ret = new OdCmColor(TD_DbPINVOKE.OdDbFormattedTableData_backgroundColor(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/), true);
315 return ret;
316 }
317
318 public virtual void setBackgroundColor(Int32 nRow, Int32 nCol, OdCmColor color) {
319 TD_DbPINVOKE.OdDbFormattedTableData_setBackgroundColor(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, OdCmColor.getCPtr(color));
321 }
322
323 public virtual CellContentLayout contentLayout(Int32 nRow, Int32 nCol) {
324 CellContentLayout ret = (CellContentLayout)TD_DbPINVOKE.OdDbFormattedTableData_contentLayout(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/);
326 return ret;
327 }
328
329 public virtual void setContentLayout(Int32 nRow, Int32 nCol, CellContentLayout nLayout) {
330 TD_DbPINVOKE.OdDbFormattedTableData_setContentLayout(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nLayout);
332 }
333
339
344
345 public virtual double margin(Int32 nRow, Int32 nCol, CellMargin nMargin) {
346 double ret = TD_DbPINVOKE.OdDbFormattedTableData_margin(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nMargin);
348 return ret;
349 }
350
351 public virtual void setMargin(Int32 nRow, Int32 nCol, CellMargin nMargins, double fMargin) {
352 TD_DbPINVOKE.OdDbFormattedTableData_setMargin(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nMargins, fMargin);
354 }
355
356 public virtual GridLineStyle gridLineStyle(Int32 nRow, Int32 nCol, GridLineType nGridLineType) {
357 GridLineStyle ret = (GridLineStyle)TD_DbPINVOKE.OdDbFormattedTableData_gridLineStyle(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nGridLineType);
359 return ret;
360 }
361
362 public virtual void setGridLineStyle(Int32 nRow, Int32 nCol, GridLineType nGridLineTypes, GridLineStyle nLineStyle) {
363 TD_DbPINVOKE.OdDbFormattedTableData_setGridLineStyle(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nGridLineTypes, (int)nLineStyle);
365 }
366
367 public virtual LineWeight gridLineWeight(Int32 nRow, Int32 nCol, GridLineType nGridLineType) {
368 LineWeight ret = (LineWeight)TD_DbPINVOKE.OdDbFormattedTableData_gridLineWeight(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nGridLineType);
370 return ret;
371 }
372
373 public virtual void setGridLineWeight(Int32 nRow, Int32 nCol, GridLineType nGridLineTypes, LineWeight nLineWeight) {
374 TD_DbPINVOKE.OdDbFormattedTableData_setGridLineWeight(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nGridLineTypes, (int)nLineWeight);
376 }
377
378 public virtual OdDbObjectId gridLinetype(Int32 nRow, Int32 nCol, GridLineType nGridLineType) {
379 OdDbObjectId ret = new OdDbObjectId(TD_DbPINVOKE.OdDbFormattedTableData_gridLinetype(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nGridLineType), true);
381 return ret;
382 }
383
384 public virtual void setGridLinetype(Int32 nRow, Int32 nCol, GridLineType nGridLineTypes, OdDbObjectId idLinetype) {
385 TD_DbPINVOKE.OdDbFormattedTableData_setGridLinetype(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nGridLineTypes, OdDbObjectId.getCPtr(idLinetype));
387 }
388
389 public virtual OdCmColor gridColor(Int32 nRow, Int32 nCol, GridLineType nGridLineType) {
390 OdCmColor ret = new OdCmColor(TD_DbPINVOKE.OdDbFormattedTableData_gridColor(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nGridLineType), true);
392 return ret;
393 }
394
395 public virtual void setGridColor(Int32 nRow, Int32 nCol, GridLineType nGridLineTypes, OdCmColor color) {
396 TD_DbPINVOKE.OdDbFormattedTableData_setGridColor(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nGridLineTypes, OdCmColor.getCPtr(color));
398 }
399
400 public virtual Visibility gridVisibility(Int32 nRow, Int32 nCol, GridLineType nGridLineType) {
401 Visibility ret = (Visibility)TD_DbPINVOKE.OdDbFormattedTableData_gridVisibility(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nGridLineType);
403 return ret;
404 }
405
406 public virtual void setGridVisibility(Int32 nRow, Int32 nCol, GridLineType nGridLineTypes, Visibility nVisibility) {
407 TD_DbPINVOKE.OdDbFormattedTableData_setGridVisibility(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nGridLineTypes, (int)nVisibility);
409 }
410
411 public virtual double gridDoubleLineSpacing(Int32 nRow, Int32 nCol, GridLineType nGridLineType) {
412 double ret = TD_DbPINVOKE.OdDbFormattedTableData_gridDoubleLineSpacing(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nGridLineType);
414 return ret;
415 }
416
417 public virtual void setGridDoubleLineSpacing(Int32 nRow, Int32 nCol, GridLineType nGridLineTypes, double fSpacing) {
418 TD_DbPINVOKE.OdDbFormattedTableData_setGridDoubleLineSpacing(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nGridLineTypes, fSpacing);
420 }
421
422 public virtual void getGridProperty(Int32 nRow, Int32 nCol, GridLineType nGridLineType, OdGridProperty gridProp) {
423 TD_DbPINVOKE.OdDbFormattedTableData_getGridProperty(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nGridLineType, OdGridProperty.getCPtr(gridProp));
425 }
426
427 public virtual void setGridProperty(Int32 nRow, Int32 nCol, GridLineType nGridLineTypes, OdGridProperty gridProp) {
428 TD_DbPINVOKE.OdDbFormattedTableData_setGridProperty__SWIG_0(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nGridLineTypes, OdGridProperty.getCPtr(gridProp));
430 }
431
436
437 public virtual CellProperty getOverride(Int32 nRow, Int32 nCol, Int32 nContent) {
438 CellProperty ret = (CellProperty)TD_DbPINVOKE.OdDbFormattedTableData_getOverride__SWIG_0(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/);
440 return ret;
441 }
442
443 public virtual GridProperty getOverride(Int32 nRow, Int32 nCol, GridLineType nGridLineType) {
444 GridProperty ret = (GridProperty)TD_DbPINVOKE.OdDbFormattedTableData_getOverride__SWIG_1(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nGridLineType);
446 return ret;
447 }
448
449 public virtual void setOverride(Int32 nRow, Int32 nCol, Int32 nContent, CellProperty nOverride) {
450 TD_DbPINVOKE.OdDbFormattedTableData_setOverride__SWIG_0(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, nContent /*SIMPLETYPE*/, (int)nOverride);
452 }
453
454 public virtual void setOverride(Int32 nRow, Int32 nCol, GridLineType nGridLineType, GridProperty nOverride) {
455 TD_DbPINVOKE.OdDbFormattedTableData_setOverride__SWIG_1(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/, (int)nGridLineType, (int)nOverride);
457 }
458
459 public virtual void removeAllOverrides(Int32 nRow, Int32 nCol) {
460 TD_DbPINVOKE.OdDbFormattedTableData_removeAllOverrides(swigCPtr, nRow /*SIMPLETYPE*/, nCol /*SIMPLETYPE*/);
462 }
463
469
474
480
485
486 protected static string getRealClassName(IntPtr ptr) {
487 string ret = TD_DbPINVOKE.OdDbFormattedTableData_getRealClassName(ptr /*SIMPLETYPE*/);
489 return ret;
490 }
491
496 public virtual string vb_name() { return this.name(); }
497
502 public virtual Teigha.TD.CellContentType vb_contentType(int nRow, int nCol) { return this.contentType(nRow, nCol); }
503
508 public virtual Teigha.TD.CellContentType vb_contentType(int nRow, int nCol, uint nContent) { return this.contentType(nRow, nCol, nContent); }
509
514 public virtual Teigha.TD.FlowDirection vb_flowDirection() { return this.flowDirection(); }
515
520 public virtual double vb_rotation(int nRow, int nCol) { return this.rotation(nRow, nCol); }
521
526 public virtual double vb_rotation(int nRow, int nCol, int nContent) { return this.rotation(nRow, nCol, nContent); }
527
532 public virtual Teigha.TD.CellAlignment vb_alignment(int nRow, int nCol) { return this.alignment(nRow, nCol); }
533
538 public virtual Teigha.TD.CellState vb_cellState(int nRow, int nCol) { return this.cellState(nRow, nCol); }
539
544 public virtual Teigha.TD.GridLineStyle vb_gridLineStyle(int nRow, int nCol, Teigha.TD.GridLineType nGridLineType) { return this.gridLineStyle(nRow, nCol, nGridLineType); }
545
550 public virtual Teigha.TD.OdDbObjectId vb_gridLinetype(int nRow, int nCol, Teigha.TD.GridLineType nGridLineType) { return this.gridLinetype(nRow, nCol, nGridLineType); }
551
557
558}
559
560}
virtual OdGiDrawable.DrawableType drawableType()
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(OdCellRange obj)
static HandleRef getCPtr(OdCmColor obj)
Definition OdCmColor.cs:26
static HandleRef getCPtr(OdDbDwgFiler obj)
static HandleRef getCPtr(OdDbDxfFiler obj)
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)
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)