.. _group__a3d__pdf__text__module:

###########
Text Module
###########

Adds text lines in the page. 

This module describes the functions and structures that allow you to add Text lines in the page. Text lines can only be added on a page, and cannot be retrieved from an existing page. 

**Parameters**


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

   **pTextData**\ : The text parameters. 

   **ppText**\ : The Text object 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:`~A3DPDFTextData`
* :c:struct:`~A3DPDFTextDataEx`

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

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


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


* :c:enum:`~A3DPDFEFontName`
* :c:enum:`~A3DPDFELanguage`
* :c:enum:`~A3DPDFETableTextHorizontalAlign`
* :c:enum:`~A3DPDFETableTextVerticalAlign`

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

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


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


* :c:func:`~A3DPDFTextCreate`
* :c:func:`~A3DPDFTextCreateEx`
* :c:func:`~A3DPDFTextGetWidth`
* :c:func:`~A3DPDFPageInsertText`
* :c:func:`~A3DPDFPageInsertTextInTable`

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

   ../structures/A3DPDFTextData
   ../structures/A3DPDFTextDataEx
   ../enums/A3DPDFEFontName
   ../enums/A3DPDFELanguage
   ../enums/A3DPDFETableTextHorizontalAlign
   ../enums/A3DPDFETableTextVerticalAlign
   ../functions/A3DPDFTextCreate
   ../functions/A3DPDFTextCreateEx
   ../functions/A3DPDFTextGetWidth
   ../functions/A3DPDFPageInsertText
   ../functions/A3DPDFPageInsertTextInTable


