
####################
A3DPDFETextAlignment
####################

.. c:enum:: A3DPDFETextAlignment

   Alignment of the text. 
   
   
      7.2 
   
   
   
   Index
   =====
   
   .. rubric:: Enumerators
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:enumerator:`~kA3DPDFLeft`
   * :c:enumerator:`~kA3DPDFCentered`
   * :c:enumerator:`~kA3DPDFRight`
   
   



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

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


.. c:enumerator:: kA3DPDFLeft

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFLeft**
      
      The text is left justified. 
      



.. c:enumerator:: kA3DPDFCentered

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFCentered**
      
      The button is centered. 
      



.. c:enumerator:: kA3DPDFRight

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFRight**
      
      The button is right justified. 
      




