Class MTextCodes
Group Codes for the MText Entity
Inherited Members
Namespace: Dxflib.IO.GroupCodes
Assembly: Dxflib.dll
Syntax
public abstract class MTextCodes : TextCodes
Fields
| Improve this Doc View SourceAdditionalText
Additional Text - Always in 250 char chunks, optional
Declaration
public const string AdditionalText = " 3"
Field Value
Type | Description |
---|---|
System.String |
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
BackgroundColorName
Background color (Name)
Declaration
public const string BackgroundColorName = "430"
Field Value
Type | Description |
---|---|
System.String |
BackgroundColorRgb
Background Color (RGB)
Declaration
public const string BackgroundColorRgb = "420"
Field Value
Type | Description |
---|---|
System.String |
BackgroundFillColor
Background Fill Color, color to be used if BackgroundFillSetting = 1
Declaration
public const string BackgroundFillColor = " 63"
Field Value
Type | Description |
---|---|
System.String |
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
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)
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
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
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
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)
ReferenceRectangleWidth
Reference Rectangle Width
Declaration
public const string ReferenceRectangleWidth = " 41"
Field Value
Type | Description |
---|---|
System.String |
StartMarker
Start Marker for MText
Declaration
public const string StartMarker = "MTEXT"
Field Value
Type | Description |
---|---|
System.String |
TransparencyOfBackgroundFill
Transparency of the background fill color (not implemented)
Declaration
public const string TransparencyOfBackgroundFill = "441"
Field Value
Type | Description |
---|---|
System.String |
VerticalHeight
Vertical Height of the MText entity
Declaration
public const string VerticalHeight = " 43"
Field Value
Type | Description |
---|---|
System.String |