
#################
A3DMarkupTextData
#################

.. c:struct:: A3DMarkupTextData

   Note with simple text (m_ppcLines) and text properties like font, size, thickness... 
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DMarkupTextData.m_uiLinesSize`
   * :c:member:`~A3DMarkupTextData.m_ppLines`
   * :c:member:`~A3DMarkupTextData.m_uiFileLinksSize`
   * :c:member:`~A3DMarkupTextData.m_ppFileLinks`
   * :c:member:`~A3DMarkupTextData.m_dWrappingWidth`
   * :c:member:`~A3DMarkupTextData.m_eFrameType`
   * :c:member:`~A3DMarkupTextData.m_eLeaderAlignmentType`
   * :c:member:`~A3DMarkupTextData.m_pTextProperties`
   * :c:member:`~A3DMarkupTextData.m_psTextPosition`
   
   



.. rst-class:: kind-group kind-variable

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


.. c:member:: A3DUns32 A3DMarkupTextData.m_uiLinesSize

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUns32`
      
      The size of :c:member:`m_ppLines <A3DMarkupTextData.m_ppLines>`\ . 
      



.. c:member:: A3DUTF8Char** A3DMarkupTextData.m_ppLines

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`\ **
      
      Note lines. 
      



.. c:member:: A3DUns32 A3DMarkupTextData.m_uiFileLinksSize

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUns32`
      
      Number of file links. 
      



.. c:member:: A3DUTF8Char** A3DMarkupTextData.m_ppFileLinks

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`\ **
      
      Array of file links. 
      



.. c:member:: A3DDouble A3DMarkupTextData.m_dWrappingWidth

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DDouble`
      
      Wrapping width. 
      



.. c:member:: A3DEMarkupFrameType A3DMarkupTextData.m_eFrameType

      .. rst-class:: sig-pretty-signature
      
         | :c:enum:`~A3DEMarkupFrameType`
      
      Frame type. 
      



.. c:member:: A3DELeaderAlignmentType A3DMarkupTextData.m_eLeaderAlignmentType

      .. rst-class:: sig-pretty-signature
      
         | :c:enum:`~A3DELeaderAlignmentType`
      
      Precises the leader/note attach. 
      



.. c:member:: A3DMDTextProperties* A3DMarkupTextData.m_pTextProperties

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DMDTextProperties`\ *
      
      Pointer to the text properties. 
      
      
         A3DMDTextPropertiesGetData 
      
      



.. c:member:: A3DMDTextPosition* A3DMarkupTextData.m_psTextPosition

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DMDTextPosition`\ *
      
      The relative position of the text to the attach of the markup :c:func:`~A3DMDTextPropertiesGet`\ . 
      




