<cell3D> (Cell 3-D)

This element specifies a set of properties which dictate the 3-D appearance of a given cell in a table. Collectively, these properties are referred to as a <cell 3-D>. The application of these properties occurs on a per-cell basis in the table.

Parent Elements

<tcPr>5.1.6.15); <tcStyle>5.1.4.2.29)

Child Elements

Subclause

<bevel> (Bevel)

§5.1.4.2.5

<extLst> (Extension List)

§5.1.2.1.15

<lightRig> (Light Rig)

§5.1.7.9

Attributes

Description

<prstMaterial> (Preset Material)

Specifies a material type which will be used to define the material characteristics of the cell. The material properties, combined with the lighting characteristics of the scene in define the final look and feel of the 3-D appearance of the cell.

The possible values for this attribute are defined by the ST_PresetMaterialType simple type (§5.1.12.50).

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

<complexType name="CT_Cell3D">
	<sequence>
	<element name="bevel" type="CT_Bevel" minOccurs="1" maxOccurs="1"/>
	<element name="lightRig" type="CT_LightRig" minOccurs="0" maxOccurs="1"/>
	<element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
	</sequence>
	<attribute name="prstMaterial" type="ST_PresetMaterialType" use="optional" default="plastic"/>
</complexType>