
#####################
A3DPDFELayoutTextIcon
#####################

.. c:enum:: A3DPDFELayoutTextIcon

   Position of the label of the button relative to its icon. 
   
   
      7.2 
   
   
   
   Index
   =====
   
   .. rubric:: Enumerators
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:enumerator:`~kA3DPDFLabelOnly`
   * :c:enumerator:`~kA3DPDFIconOnly`
   * :c:enumerator:`~kA3DPDFIconTopLabelBottom`
   * :c:enumerator:`~kA3DPDFLabelTopIconBottom`
   * :c:enumerator:`~kA3DPDFIconLeftLabelRight`
   * :c:enumerator:`~kA3DPDFLabelLeftIconRight`
   * :c:enumerator:`~kA3DPDFLabelOverIcon`
   
   



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

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


.. c:enumerator:: kA3DPDFLabelOnly

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFLabelOnly**
      
      Only the label will be displayed. 
      



.. c:enumerator:: kA3DPDFIconOnly

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFIconOnly**
      
      Only the icon will be displayed. 
      



.. c:enumerator:: kA3DPDFIconTopLabelBottom

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFIconTopLabelBottom**
      
      The label will be displayed below the icon. 
      



.. c:enumerator:: kA3DPDFLabelTopIconBottom

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFLabelTopIconBottom**
      
      The label will be displayed above the icon. 
      



.. c:enumerator:: kA3DPDFIconLeftLabelRight

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFIconLeftLabelRight**
      
      The label will be displayed to the right of the icon. 
      



.. c:enumerator:: kA3DPDFLabelLeftIconRight

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFLabelLeftIconRight**
      
      The label will be displayed to the left of the icon. 
      



.. c:enumerator:: kA3DPDFLabelOverIcon

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFLabelOverIcon**
      
      The label will be displayed on top of the icon. 
      




