CT_Underline

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
color ST_HexColor auto optional
themeColor ST_ThemeColor optional
themeShade ST_UcharHexNumber optional
themeTint ST_UcharHexNumber optional
val ST_Underline optional

Used By

Element EG_RPrBase/u

Source

<xsd:complexType name="CT_Underline">
  <xsd:attribute name="val" type="ST_Underline" use="optional"/>
  <xsd:attribute name="color" type="ST_HexColor" use="optional" default="auto"/>
  <xsd:attribute name="themeColor" type="ST_ThemeColor" use="optional"/>
  <xsd:attribute name="themeTint" type="ST_UcharHexNumber" use="optional"/>
  <xsd:attribute name="themeShade" type="ST_UcharHexNumber" use="optional"/>
</xsd:complexType>