
.. module:: ezdxf.enums

TextEntityAlignment
-------------------

.. autoclass:: TextEntityAlignment

    .. attribute:: LEFT

    .. attribute:: CENTER

    .. attribute:: RIGHT

    .. attribute:: ALIGNED

    .. attribute:: MIDDLE

    .. attribute:: FIT

    .. attribute:: BOTTOM_LEFT

    .. attribute:: BOTTOM_CENTER

    .. attribute:: BOTTOM_RIGHT

    .. attribute:: MIDDLE_LEFT

    .. attribute:: MIDDLE_CENTER

    .. attribute:: MIDDLE_RIGHT

    .. attribute:: TOP_LEFT

    .. attribute:: TOP_CENTER

    .. attribute:: TOP_RIGHT

MTextEntityAlignment
--------------------

.. autoclass:: MTextEntityAlignment

    .. attribute:: TOP_LEFT

    .. attribute:: TOP_CENTER

    .. attribute:: TOP_RIGHT

    .. attribute:: MIDDLE_LEFT

    .. attribute:: MIDDLE_CENTER

    .. attribute:: MIDDLE_RIGHT

    .. attribute:: BOTTOM_LEFT

    .. attribute:: BOTTOM_CENTER

    .. attribute:: BOTTOM_RIGHT

MTextParagraphAlignment
-----------------------

.. autoclass:: MTextParagraphAlignment

    .. attribute:: DEFAULT

    .. attribute:: LEFT

    .. attribute:: RIGHT

    .. attribute:: CENTER

    .. attribute:: JUSTIFIED

    .. attribute:: DISTRIBUTED

MTextFlowDirection
------------------

.. autoclass:: MTextFlowDirection

    .. attribute:: LEFT_TO_RIGHT

    .. attribute:: TOP_TO_BOTTOM

    .. attribute:: BY_STYLE

MTextLineAlignment
------------------

.. autoclass:: MTextLineAlignment

    .. attribute:: BOTTOM

    .. attribute:: MIDDLE

    .. attribute:: TOP

MTextStroke
-----------

.. autoclass:: MTextStroke

    .. attribute:: UNDERLINE

    .. attribute:: STRIKE_THROUGH

    .. attribute:: OVERLINE

MTextLineSpacing
----------------

.. autoclass:: MTextLineSpacing

    .. attribute:: AT_LEAST

    .. attribute:: EXACT

MTextBackgroundColor
--------------------

.. autoclass:: MTextBackgroundColor

    .. attribute:: OFF

    .. attribute:: COLOR

    .. attribute:: WINDOW

    .. attribute:: CANVAS

InsertUnits
-----------

.. autoclass:: InsertUnits

    .. attribute:: Unitless

    .. attribute:: Inches

    .. attribute:: Feet

    .. attribute:: Miles

    .. attribute:: Millimeters

    .. attribute:: Centimeters

    .. attribute:: Meters

    .. attribute:: Kilometers

    .. attribute:: Microinches

    .. attribute:: Mils

    .. attribute:: Yards

    .. attribute:: Angstroms

    .. attribute:: Nanometers

    .. attribute:: Microns

    .. attribute:: Decimeters

    .. attribute:: Decameters

    .. attribute:: Hectometers

    .. attribute:: Gigameters

    .. attribute:: AstronomicalUnits

    .. attribute:: Lightyears

    .. attribute:: Parsecs

    .. attribute:: USSurveyFeet

    .. attribute:: USSurveyInch

    .. attribute:: USSurveyYard

    .. attribute:: USSurveyMile

Measurement
-----------

.. autoclass:: Measurement

    .. attribute:: Imperial

    .. attribute:: Metric

LengthUnits
-----------

.. autoclass:: LengthUnits

    .. attribute:: Scientific

    .. attribute:: Decimal

    .. attribute:: Engineering

    .. attribute:: Architectural

    .. attribute:: Fractional

AngularUnits
------------

.. autoclass:: AngularUnits

    .. attribute:: DecimalDegrees

    .. attribute:: DegreesMinutesSeconds

    .. attribute:: Grad

    .. attribute:: Radians

SortEntities
------------

.. autoclass:: SortEntities

    .. attribute:: DISABLE

    .. attribute:: SELECTION

        Sorts for object selection

    .. attribute:: SNAP

        Sorts for object snap

    .. attribute:: REDRAW

        Sorts for redraws; obsolete

    .. attribute:: MSLIDE

        Sorts for MSLIDE command slide creation; obsolete

    .. attribute:: REGEN

        Sorts for REGEN commands

    .. attribute:: PLOT

        Sorts for plotting

    .. attribute:: POSTSCRIPT

        Sorts for PostScript output; obsolete

ACI
---

.. autoclass:: ACI

    .. attribute:: BYBLOCK

    .. attribute:: BYLAYER

    .. attribute:: BYOBJECT

    .. attribute:: RED

    .. attribute:: YELLOW

    .. attribute:: GREEN

    .. attribute:: CYAN

    .. attribute:: BLUE

    .. attribute:: MAGENTA

    .. attribute:: BLACK

    .. attribute:: WHITE
