
#######################
A3DELeaderAlignmentType
#######################

.. c:enum:: A3DELeaderAlignmentType

   Enumerations for Leader alignment type This enumeration defines the way the leader anchors on markup. 
   
   
      4.0 
   
   
   
   Index
   =====
   
   .. rubric:: Enumerators
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:enumerator:`~kA3DLeaderAlignment_Simple`
   * :c:enumerator:`~kA3DLeaderAlignment_Below`
   * :c:enumerator:`~kA3DLeaderAlignment_Underline`
   * :c:enumerator:`~kA3DLeaderAlignment_ExtToMax`
   * :c:enumerator:`~kA3DLeaderAlignment_OnBoxPoint`
   * :c:enumerator:`~kA3DLeaderAlignment_SimpleOnBoxPoint`
   * :c:enumerator:`~kA3DLeaderAlignment_Maximal_Underline`
   * :c:enumerator:`~kA3DLeaderAlignment_Simple_OppositeAnchor`
   
   



.. rst-class:: kind-group kind-enumerator

.. rubric:: Enumerators
   :class: kind-group-title


.. c:enumerator:: kA3DLeaderAlignment_Simple

      .. rst-class:: sig-pretty-signature
      
         | **kA3DLeaderAlignment_Simple** = ``0``
      
      No alignment. 
      



.. c:enumerator:: kA3DLeaderAlignment_Below

      .. rst-class:: sig-pretty-signature
      
         | **kA3DLeaderAlignment_Below** = ``1``
      
      For a text note, the leader underlines the first text line. 
      



.. c:enumerator:: kA3DLeaderAlignment_Underline

      .. rst-class:: sig-pretty-signature
      
         | **kA3DLeaderAlignment_Underline** = ``2``
      
      The leader underlines all lines. 
      



.. c:enumerator:: kA3DLeaderAlignment_ExtToMax

      .. rst-class:: sig-pretty-signature
      
         | **kA3DLeaderAlignment_ExtToMax** = ``3``
      
      The leader underlines all lines with the maximum line length. 
      



.. c:enumerator:: kA3DLeaderAlignment_OnBoxPoint

      .. rst-class:: sig-pretty-signature
      
         | **kA3DLeaderAlignment_OnBoxPoint** = ``4``
      
      The leader anchors to the markup bounding box. 
      



.. c:enumerator:: kA3DLeaderAlignment_SimpleOnBoxPoint

      .. rst-class:: sig-pretty-signature
      
         | **kA3DLeaderAlignment_SimpleOnBoxPoint** = ``5``
      
      The leader anchors to the markup bounding box, and in the middle of the line. 
      



.. c:enumerator:: kA3DLeaderAlignment_Maximal_Underline

      .. rst-class:: sig-pretty-signature
      
         | **kA3DLeaderAlignment_Maximal_Underline** = ``6``
      



.. c:enumerator:: kA3DLeaderAlignment_Simple_OppositeAnchor

      .. rst-class:: sig-pretty-signature
      
         | **kA3DLeaderAlignment_Simple_OppositeAnchor** = ``7``
      




