Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdCharacterProperties.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.Core {
12
13using System;
14using System.Runtime.InteropServices;
15
16public class OdCharacterProperties : global::System.IDisposable {
17 private Object locker = new Object();
18 private HandleRef swigCPtr;
19 protected bool swigCMemOwn;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
21 public OdCharacterProperties(IntPtr cPtr, bool cMemoryOwn) {
22 swigCMemOwn = cMemoryOwn;
23 swigCPtr = new HandleRef(this, cPtr);
24 }
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26 public static HandleRef getCPtr(OdCharacterProperties obj) {
27 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
28 }
29
31 Dispose(false);
32 }
33
34 public void Dispose() {
35 Dispose(true);
36 global::System.GC.SuppressFinalize(this);
37 }
38
39 protected virtual void Dispose(bool disposing) {
40 lock(this) {
41 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
42 if (swigCMemOwn) {
43 swigCMemOwn = false;
45 }
46 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
47 }
48 }
49 }
50
51 public OdCharacterProperties() : this(GlobalsPINVOKE.new_OdCharacterProperties(), true) {
53 }
54
55 public bool bUnderlined {
56 set {
59 }
60 get {
63 return ret;
64 }
65 }
66
67 public bool bOverlined {
68 set {
71 }
72 get {
75 return ret;
76 }
77 }
78
79 public bool bStriked {
80 set {
83 }
84 get {
87 return ret;
88 }
89 }
90
91 public bool bLastChar {
92 set {
95 }
96 get {
99 return ret;
100 }
101 }
102
103 public bool bInBigFont {
104 set {
107 }
108 get {
111 return ret;
112 }
113 }
114
115 public bool bAsian {
116 set {
119 }
120 get {
123 return ret;
124 }
125 }
126
127 public bool bValid {
128 set {
131 }
132 get {
135 return ret;
136 }
137 }
138
139 public char uCode {
140 set {
141 /*SIMPLETYPE*/
142 GlobalsPINVOKE.OdCharacterProperties_uCode_set(swigCPtr, value /*SIMPLETYPE*/);
144 }
145 get {
146 /*SIMPLETYPE*/
149 return ret;
150 }
151 }
152
153}
154
155}
static global::System.Exception Retrieve()
static void OdCharacterProperties_uCode_set(global::System.Runtime.InteropServices.HandleRef jarg1, char jarg2)
static bool OdCharacterProperties_bValid_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static char OdCharacterProperties_uCode_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdCharacterProperties_bStriked_set(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdCharacterProperties_bOverlined_set(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdCharacterProperties_bLastChar_set(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdCharacterProperties_bInBigFont_set(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool OdCharacterProperties_bLastChar_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_OdCharacterProperties(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdCharacterProperties_bInBigFont_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdCharacterProperties_bAsian_set(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool OdCharacterProperties_bOverlined_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdCharacterProperties_bValid_set(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool OdCharacterProperties_bUnderlined_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdCharacterProperties_bStriked_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdCharacterProperties_bAsian_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdCharacterProperties_bUnderlined_set(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
virtual void Dispose(bool disposing)
static HandleRef getCPtr(OdCharacterProperties obj)
OdCharacterProperties(IntPtr cPtr, bool cMemoryOwn)