[Table of Contents] [docx version]
Error! No text of specified style in document.
ST_TextStrikeType (Text Strike Type)
This type specifies the strike type.
This simple type's contents are a restriction of the XML Schema token datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
dblStrike (Text Strike Enum ( Double Strike )) |
A double strikethrough applied on the text |
noStrike (Text Strike Enum ( No Strike )) |
No strike is applied to the text |
sngStrike (Text Strike Enum ( Single Strike )) |
A single strikethrough is applied to the text |
Referenced By |
defRPr@strike (§5.1.5.3.2); endParaRPr@strike (§5.1.5.2.3); rPr@strike (§5.1.5.3.9) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TextStrikeType">
<restriction base="xsd:token">
<enumeration value="noStrike"/>
<enumeration value="sngStrike"/>
<enumeration value="dblStrike"/>
</restriction>
</simpleType>