.. _annotation:

Annotations
===========

..  contents::
    :local:
    :depth: 1

.. py:currentmodule:: tecplot.annotation

Text
----

.. autoclass:: Text

    **Attributes**

    .. autosummary::
        :nosignatures:

        anchor
        anchor_position
        angle
        attached
        bold
        clipping
        color
        italic
        line_spacing
        position_coordinate_system
        scope
        size
        size_units
        text_box
        text_string
        typeface
        zone_or_map

.. autoattribute:: Text.anchor
.. autoattribute:: Text.anchor_position
.. autoattribute:: Text.angle
.. autoattribute:: Text.attached
.. autoattribute:: Text.bold
.. autoattribute:: Text.clipping
.. autoattribute:: Text.color
.. autoattribute:: Text.italic
.. autoattribute:: Text.line_spacing
.. autoattribute:: Text.position_coordinate_system
.. autoattribute:: Text.scope
.. autoattribute:: Text.size
.. autoattribute:: Text.size_units
.. autoattribute:: Text.text_box
.. autoattribute:: Text.text_string
.. autoattribute:: Text.typeface
.. autoattribute:: Text.zone_or_map

.. py:currentmodule:: tecplot.annotation

TextBox
-------

.. autoclass:: TextBox

    **Attributes**

    .. autosummary::
        :nosignatures:

        color
        fill_color
        line_thickness
        margin
        position
        text_box_type

.. autoattribute:: TextBox.color
.. autoattribute:: TextBox.fill_color
.. autoattribute:: TextBox.line_thickness
.. autoattribute:: TextBox.margin
.. autoattribute:: TextBox.position
.. autoattribute:: TextBox.text_box_type
