[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

shadow (Shadow)

Macintosh compatibility setting. Represents special word/character rendering on Macintosh, when this flag is set. The effect is to render a shadow behind, beneath and to the right of the text. SpreadsheetML applications are not required to render according to this flag.

Parent Elements

font3.8.21); rPr3.4.7)

 

Attributes

Description

val (Value)

A boolean value for the property specified by the parent XML element.

 

If omitted, the default value is true.

 

The possible values for this attribute are defined by the XML Schema boolean datatype.

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_BooleanProperty">

   <attribute name="val" type="xsd:boolean" use="optional" default="true"/>

</complexType>