
#############################
A3DPDFETableTextVerticalAlign
#############################

.. c:enum:: A3DPDFETableTextVerticalAlign

   Vertical alignements supported for text strings in a table. 
   
   
      23.0 
   
   
   
   Index
   =====
   
   .. rubric:: Enumerators
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:enumerator:`~kA3DPDFTableAlignVInherit`
   * :c:enumerator:`~kA3DPDFTableAlignVTop`
   * :c:enumerator:`~kA3DPDFTableAlignVMiddle`
   * :c:enumerator:`~kA3DPDFTableAlignVBottom`
   
   



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

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


.. c:enumerator:: kA3DPDFTableAlignVInherit

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFTableAlignVInherit**
      
      The alignement is inherited from upper level style. 
      



.. c:enumerator:: kA3DPDFTableAlignVTop

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFTableAlignVTop**
      
      The text is vertically aligned to the top. 
      



.. c:enumerator:: kA3DPDFTableAlignVMiddle

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFTableAlignVMiddle**
      
      The text is vertically centered. 
      



.. c:enumerator:: kA3DPDFTableAlignVBottom

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFTableAlignVBottom**
      
      The text is vertically aligned to the bottom. 
      




