Const
Positional tab alignment types.
Specifies how text is aligned at the positional tab stop.
<xsd:simpleType name="ST_PTabAlignment"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="left" /> <xsd:enumeration value="center" /> <xsd:enumeration value="right" /> </xsd:restriction></xsd:simpleType> Copy
<xsd:simpleType name="ST_PTabAlignment"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="left" /> <xsd:enumeration value="center" /> <xsd:enumeration value="right" /> </xsd:restriction></xsd:simpleType>
Readonly
Center-aligned tab
Left-aligned tab
Right-aligned tab
Positional tab alignment types.
Specifies how text is aligned at the positional tab stop.
XSD Schema