Show / Hide Table of Contents

Class MTextCodes

Group Codes for the MText Entity

Inheritance
System.Object
GroupCodesBase
TextCodes
MTextCodes
Inherited Members
TextCodes.TextHeight
TextCodes.TextString
TextCodes.TextRotation
TextCodes.RelativeXScale
TextCodes.ObliqueAngle
TextCodes.TextStyleName
TextCodes.TextGenerationFlag
TextCodes.HorizontalJustification
TextCodes.VerticalJustification
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 MTextCodes : TextCodes

Fields

| Improve this Doc View Source

AdditionalText

Additional Text - Always in 250 char chunks, optional

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

AttachmentPoint

Attachment Point

Declaration
public const string AttachmentPoint = " 71"
Field Value
Type Description
System.String
Remarks

1 = Top Left 2 = Top Center 3 = Top Right 4 = Middle Left 5 = Middle Center 6 = Middle Right 7 = Bottom Left 8 = Bottom Center 9 = Bottom Right

| Improve this Doc View Source

BackgroundColorName

Background color (Name)

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

BackgroundColorRgb

Background Color (RGB)

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

BackgroundFillColor

Background Fill Color, color to be used if BackgroundFillSetting = 1

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

BackgroundFillSetting

Background Fill Setting

Declaration
public const string BackgroundFillSetting = " 90"
Field Value
Type Description
System.String
Remarks

0 = Background Fill off 1 = Use Background Color 2 = Use Drawing window color as background fill

| Improve this Doc View Source

DrawDirection

Draw Direction

Declaration
public const string DrawDirection = " 72"
Field Value
Type Description
System.String
Remarks

1 = Left to right 3 = Top to bottom 5 = By style (the flow direction is inherited from the associated text style)

| Improve this Doc View Source

FillBoxScale

Fill Box Scale

Declaration
public const string FillBoxScale = " 45"
Field Value
Type Description
System.String
Remarks

Determines how much border there is around the text

| Improve this Doc View Source

HorizontalWidth

Horizontal Width of the chars that make up the MText Entity

Declaration
public const string HorizontalWidth = " 42"
Field Value
Type Description
System.String
Remarks

This value will always be equal to or less than the value of group code ReferenceRectangleWidth this value is read only and will be ignored if supplied

| Improve this Doc View Source

LineSpacingFactor

MText line spacing factor (optional)

Declaration
public const string LineSpacingFactor = " 44"
Field Value
Type Description
System.String
Remarks

Percentage of default (3-on-5) line spacing to be applied. Valid values range from 0.25 to 4.00

| Improve this Doc View Source

LineSpacingStyle

MText line spacing style (optional)

Declaration
public const string LineSpacingStyle = " 73"
Field Value
Type Description
System.String
Remarks

1 = At least (taller chars will override) 2 = Exact (taller chars will not override)

| Improve this Doc View Source

ReferenceRectangleWidth

Reference Rectangle Width

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

StartMarker

Start Marker for MText

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

TransparencyOfBackgroundFill

Transparency of the background fill color (not implemented)

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

VerticalHeight

Vertical Height of the MText entity

Declaration
public const string VerticalHeight = " 43"
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX