.. _group__a3d__pdffield__text:

#################
Text Field Module
#################

Module to access and define Text field. 

This module describes the functions and structures that allow you to define a Text Field. A Text Field is an Acrobat Field. 

**Parameters**


   **pDoc**\ : The Document object to work with. 

   **pTextFieldData**\ : The text field parameters. 

   **ppTextField**\ : The text field created.


**Returns**


   A3D_SUCCESS in case of success or an error code


.. rst-class:: kind-group kind-record

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


.. rst-class:: api-xref-list


* :c:struct:`~A3DPDFTextFieldData`

.. rst-class:: kind-group kind-enumeration

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


.. rst-class:: api-xref-list


* :c:enum:`~A3DPDFETextAlignment`

.. rst-class:: kind-group kind-function

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


.. rst-class:: api-xref-list


* :c:func:`~A3DPDFTextFieldCreate`
* :c:func:`~A3DPDFPageInsertTextField`
* :c:func:`~A3DPDFPageInsertTextFieldInTable`
* :c:func:`~A3DPDFPageFieldTextSetValue`
* :c:func:`~A3DPDFTextFieldSetValue`

.. toctree::
   :maxdepth: 1
   :hidden:

   ../structures/A3DPDFTextFieldData
   ../enums/A3DPDFETextAlignment
   ../functions/A3DPDFTextFieldCreate
   ../functions/A3DPDFPageInsertTextField
   ../functions/A3DPDFPageInsertTextFieldInTable
   ../functions/A3DPDFPageFieldTextSetValue
   ../functions/A3DPDFTextFieldSetValue


