Cell3DProperties Class

Cell 3-D.When the object is serialized out as xml, its qualified name is a:cell3D.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.Cell3DProperties

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(Bevel))> _
<ChildElementInfoAttribute(GetType(ExtensionList))> _
<ChildElementInfoAttribute(GetType(LightRig))> _
Public Class Cell3DProperties _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As Cell3DProperties
[ChildElementInfoAttribute(typeof(Bevel))]
[ChildElementInfoAttribute(typeof(ExtensionList))]
[ChildElementInfoAttribute(typeof(LightRig))]
public class Cell3DProperties : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • Bevel <a:bevel>

  • LightRig <a:lightRig>

  • ExtensionList <a:extLst>

[ISO/IEC 29500-1 1st Edition]

21.1.3.1 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 (§21.1.3.17); tcStyle (§20.1.4.2.29)

Child Elements

Subclause

bevel (Bevel)

§20.1.4.2.5

extLst (Extension List)

§20.1.2.2.15

lightRig (Light Rig)

§20.1.5.9

Attributes

Description

prstMaterial (Preset Material)

Specifies a material type which is 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 (§20.1.10.50).

[Note: The W3C XML Schema definition of this element’s content model (CT_Cell3D) is located in §A.4.1. end note]

© ISO/IEC29500: 2008.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Cell3DProperties Members

DocumentFormat.OpenXml.Drawing Namespace