
#################
A3DPDFEColumnType
#################

.. c:enum:: A3DPDFEColumnType

   Type of content of the column. 
   
   
      10.2 
   
   
   
   Index
   =====
   
   .. rubric:: Enumerators
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:enumerator:`~kA3DPDFTextContent`
   * :c:enumerator:`~kA3DPDFImageContent`
   * :c:enumerator:`~kA3DPDFCheckBoxContent`
   
   



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

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


.. c:enumerator:: kA3DPDFTextContent

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFTextContent** = ``0``
      
      The contents of the column are texts. 
      



.. c:enumerator:: kA3DPDFImageContent

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFImageContent**
      
      The contents of the column are pictures. 
      



.. c:enumerator:: kA3DPDFCheckBoxContent

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFCheckBoxContent**
      
      The contents of the column are checkboxes. 
      




