17.18.73 ST_PTabRelativeTo
Specifies the possible extents which can be used to calculate the absolute positioning of this positional tab character.
[Example: Consider a positional tab stop in a WordprocessingML document that should have a resulting position that is centered on the text margins, ignoring both any custom tab stops and any text indents on the paragraph. This positional tab stop would be defined as follows:
<w:ptab w:relativeTo="margin" … />
The relativeTo attribute specifies that this absolute position tab stop must be relative to the margin. end example]
This simple type’s contents are a restriction of the W3C XML Schema string datatype.
This simple type is restricted to the values
listed in the following table:
Enumeration Value
Description
Specifies that the absolute positioning of the tab shall be relative to the indents.
Specifies that the absolute positioning of the tab shall be relative to the margins.
[Note: The W3C XML Schema definition of this simple type’s content model (ST_PTabRelativeTo) is located in A.1. end note]