======Перечисление TextFlags====== Флаги стиля * **Пространство имен:** [[developers:references:topomatic.dwg|Topomatic.Dwg]] * **Сборка:** Topomatic.Dwg (в Topomatic.Dwg.dll) =====Синтаксис===== public enum TextFlags =====Элементы===== ^Тип^Имя^Описание^ | |Backward| Написание текста справа налево (вкл/откл) | | |RefOneEntity| If set, the table entry was referenced by at least one entity in the drawing the last time the drawing was edited. (This flag is for the benefit of AutoCAD commands. It can be ignored by most programs that read DXF files and need not be set by programs that write DXF files.) | | |Shape| If set, this entry describes a shape. | | |UpsideDown| Написание текста в повернутом виде (вкл/откл) | | |VerticalText| Vertical text | | |xRef| If set, table entry is externally dependent on an xref. | | |xRefSuccessfully| If this bit and bit 16 are both set, the externally dependent xref has been successfully resolved. |