<personalReply>
(E-Mail Message Reply Style)
If this element is specified on a style of any type other than a character style, this element shall be ignored. If no style whose @styleId
matches the @val
attribute of this element exists or that style is not a character style, this element shall be ignored.
If this element is omitted, then the current style shall not be considered a message reply text style in the context of e-mail messages.
<w:style w:styleId="EmailText" w:type="character" > <w:name w:val="EmailText"/> <w:personalReply w:val="true" /> <w:rPr> … </w:rPr> </w:style>
This style specifies via the use of the <personalReply>
element that this style is a style used to format existing message text in the context of e-mail. ]
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies a binary value for the property defined by the parent XML element. A value of A value of <w:… w:val="off"/> The The possible values for this attribute are defined by the ST_OnOff simple type (§2.18.67). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_OnOff">
<attribute name="val" type="ST_OnOff"/>
</complexType>