<xsd:complexType name="tabStopProperty">
<xsd:annotation>
<xsd:documentation>Defines a tab stop.</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="val" type="tabJCValue" use="required">
<xsd:annotation>
<xsd:documentation>Gets or sets tab alignment (or clear).</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="leader" type="tabTLCValue" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets style of the empty space in front of the tab.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="pos" type="signedTwipsMeasureType" use="required">
<xsd:annotation>
<xsd:documentation>Gets or sets position.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|