Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdDgTextExtended.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.TG {
12
13using System;
14using System.Runtime.InteropServices;
15using Teigha.Core;
16
18 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
19 global::System.Runtime.InteropServices.HandleRef GetInterfaceCPtr();
21 void setText(String text);
23 void setFontEntryId(UInt32 /*SIMPLETYPE*/ fontId);
26 double getLength();
27 void setLength(double length);
28 double getHeight();
29 void setHeight(double height);
31 void setLengthMultiplier(double lengthMult);
33 void setHeightMultiplier(double heightMult);
35 OdDgTextEditField getTextEditFieldAt(Int16 /*SIMPLETYPE*/ index);
36 void setTextEditFieldAt(Int16 /*SIMPLETYPE*/ index, OdDgTextEditField field);
38 void removeTextEditFieldAt(Int16 /*SIMPLETYPE*/ index);
39}
40
41}
OdDgTextEditField getTextEditFieldAt(Int16 index)
void setJustification(TextJustification justification)
void setLength(double length)
void setTextEditFieldAt(Int16 index, OdDgTextEditField field)
void setLengthMultiplier(double lengthMult)
void setHeight(double height)
TextJustification getJustification()
void setFontEntryId(UInt32 fontId)
void addTextEditField(OdDgTextEditField field)
void removeTextEditFieldAt(Int16 index)
global::System.Runtime.InteropServices.HandleRef GetInterfaceCPtr()
void setText(String text)
void setHeightMultiplier(double heightMult)