<tab>
(Custom Tab Stop)
This element specifies a single custom tab stop within a set of custom tab stops applied as part of a set of customized paragraph properties in a document.
<w:tab w:val="left" w:pos="2160" />
The <tab>
element specifies all of the properties for the customized tab stop for the current paragraph property set. ]
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies the character which shall be used to fill in the space created by a tab which ends at this custom tab stop. This character shall be repeated as required to completely fill the tab spacing generated by the tab character. If this attribute is omitted, then no tab leader character shall be used. ______________Text at the tab stop This tab stop would have a The possible values for this attribute are defined by the ST_TabTlc simple type (§2.18.92). |
|
Specifies the position of the current custom tab stop with respect to the current page margins. Negative values are valid and move the tab stop into the current page margin the specified amount. <w:tab w:val="left" w:pos="2160" /> The The possible values for this attribute are defined by the ST_SignedTwipsMeasure simple type (§2.18.88). |
|
Specifies the type of custom tab stop, which determines the behavior of the tab stop and the alignment which shall be applied to text entered at the current custom tab stop. The value of <w:tab w:val="left" w:pos="2160" /> The The possible values for this attribute are defined by the ST_TabJc simple type (§2.18.91). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_TabStop">
<attribute name="val" type="ST_TabJc" use="required"/>
<attribute name="leader" type="ST_TabTlc" use="optional"/>
<attribute name="pos" type="ST_SignedTwipsMeasure" use="required"/>
</complexType>