Defines the tab leader character.
Namespace | http://schemas.microsoft.com/office/word/2003/auxHint |
Schema name | Auxiliary XML Document 2003 |
<xsd:simpleType name="tabTLCValue" >
<xsd:restriction base="xsd:string">
<xsd:enumeration value="none">
</xsd:enumeration>
<xsd:enumeration value="dot">
</xsd:enumeration>
<xsd:enumeration value="hyphen">
</xsd:enumeration>
<xsd:enumeration value="underscore">
</xsd:enumeration>
<xsd:enumeration value="heavy">
</xsd:enumeration>
<xsd:enumeration value="middle-dot">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>