Show / Hide Table of Contents

Class TextCodes

Group Codes for the Text Entity

Inheritance
System.Object
GroupCodesBase
TextCodes
MTextCodes
Inherited Members
GroupCodesBase.EntityType
GroupCodesBase.LayerName
GroupCodesBase.Handle
GroupCodesBase.SoftPointer
GroupCodesBase.HardPointer
GroupCodesBase.SubclassMarker
GroupCodesBase.Thickness
GroupCodesBase.XPoint
GroupCodesBase.XPointEnd
GroupCodesBase.YPoint
GroupCodesBase.YPointEnd
GroupCodesBase.ZPoint
GroupCodesBase.ZPointEnd
GroupCodesBase.ExtrusionDirectionX
GroupCodesBase.ExtrusionDirectionY
GroupCodesBase.ExtrusionDirectionZ
GroupCodesBase.EndSectionMarker
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dxflib.IO.GroupCodes
Assembly: Dxflib.dll
Syntax
public abstract class TextCodes : GroupCodesBase

Fields

| Improve this Doc View Source

HorizontalJustification

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

| Improve this Doc View Source

ObliqueAngle

The Oblique Angle of the text (Optional; Default = 0)

Declaration
public const string ObliqueAngle = " 51"
Field Value
Type Description
System.String
| Improve this Doc View Source

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
| Improve this Doc View Source

StartMarker

The Start Marker of the Text Entity

Declaration
public const string StartMarker = "TEXT"
Field Value
Type Description
System.String
| Improve this Doc View Source

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
| Improve this Doc View Source

TextHeight

Text Height

Declaration
public const string TextHeight = " 40"
Field Value
Type Description
System.String
| Improve this Doc View Source

TextRotation

Text Rotation (Optional; Default = 0)

Declaration
public const string TextRotation = " 50"
Field Value
Type Description
System.String
| Improve this Doc View Source

TextString

The Text String Itself

Declaration
public const string TextString = "  1"
Field Value
Type Description
System.String
| Improve this Doc View Source

TextStyleName

Text Style Name (Optional, default = STANDARD)

Declaration
public const string TextStyleName = "  7"
Field Value
Type Description
System.String
| Improve this Doc View Source

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

  • Improve this Doc
  • View Source
Back to top Generated by DocFX