
#########################
A3DEMDTextPropertiesScore
#########################

.. c:enum:: A3DEMDTextPropertiesScore

   Enumerator that describes the score type applied on text. 
   
   
   Index
   =====
   
   .. rubric:: Enumerators
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:enumerator:`~kA3DMDTextPropertiesScoreNone`
   * :c:enumerator:`~kA3DMDTextPropertiesUnderScored`
   * :c:enumerator:`~kA3DMDTextPropertiesScored`
   * :c:enumerator:`~kA3DMDTextPropertiesOverScored`
   
   



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

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


.. c:enumerator:: kA3DMDTextPropertiesScoreNone

      .. rst-class:: sig-pretty-signature
      
         | **kA3DMDTextPropertiesScoreNone** = ``0``
      
      Text is not scored. 
      



.. c:enumerator:: kA3DMDTextPropertiesUnderScored

      .. rst-class:: sig-pretty-signature
      
         | **kA3DMDTextPropertiesUnderScored** = ``1``
      
      Text is underscored: draw a horizontal line below the text. 
      



.. c:enumerator:: kA3DMDTextPropertiesScored

      .. rst-class:: sig-pretty-signature
      
         | **kA3DMDTextPropertiesScored** = ``2``
      
      Also called strike through, Text is scored: draw a horizontal line through the text. 
      



.. c:enumerator:: kA3DMDTextPropertiesOverScored

      .. rst-class:: sig-pretty-signature
      
         | **kA3DMDTextPropertiesOverScored** = ``3``
      
      Text is overscored: draw a horizontal line above the text. 
      




