Class TextCodes
Group Codes for the Text Entity
Inherited Members
Namespace: Dxflib.IO.GroupCodes
Assembly: Dxflib.dll
Syntax
public abstract class TextCodes : GroupCodesBase
Fields
| Improve this Doc View SourceHorizontalJustification
Horizontal text justification type (optional, default = 0) integer codes (not bit codes)
Declaration
public const string HorizontalJustification = " 72"
Field Value
Type | Description |
---|---|
System.String |
Remarks
0 = Left 1 = Center 2 = Right 3 = Aligned (if vertical alignment = 0) 4 = Middle (if vertical alignment = 0) 5 = Fit (if vertical alignment = 0) See the group coded 72 and 73 table for clarification http://help.autodesk.com/view/OARX/2019/ENU/?guid=GUID-62E5383D-8A14-47B4-BFC4-35824CAE8363
ObliqueAngle
The Oblique Angle of the text (Optional; Default = 0)
Declaration
public const string ObliqueAngle = " 51"
Field Value
Type | Description |
---|---|
System.String |
RelativeXScale
Relative X Scale Factor (optional; default = 0) This value is also adjusted when fit-type text is used
Declaration
public const string RelativeXScale = " 41"
Field Value
Type | Description |
---|---|
System.String |
StartMarker
The Start Marker of the Text Entity
Declaration
public const string StartMarker = "TEXT"
Field Value
Type | Description |
---|---|
System.String |
TextGenerationFlag
Text Generation Flag (optional, default = 0) 2 = Text is backwards (Mirrored in X)
Declaration
public const string TextGenerationFlag = " 71"
Field Value
Type | Description |
---|---|
System.String |
TextHeight
Text Height
Declaration
public const string TextHeight = " 40"
Field Value
Type | Description |
---|---|
System.String |
TextRotation
Text Rotation (Optional; Default = 0)
Declaration
public const string TextRotation = " 50"
Field Value
Type | Description |
---|---|
System.String |
TextString
The Text String Itself
Declaration
public const string TextString = " 1"
Field Value
Type | Description |
---|---|
System.String |
TextStyleName
Text Style Name (Optional, default = STANDARD)
Declaration
public const string TextStyleName = " 7"
Field Value
Type | Description |
---|---|
System.String |
VerticalJustification
Vertical Text Justification (optional, default = 0) integer codes (not bit codes)
Declaration
public const string VerticalJustification = " 73"
Field Value
Type | Description |
---|---|
System.String |
Remarks
0 = Baseline 1 = Bottom 2 = Middle 3 = Top See the Group codes 72 and 73 table for clarification http://help.autodesk.com/view/OARX/2019/ENU/?guid=GUID-62E5383D-8A14-47B4-BFC4-35824CAE8363