a:cell3D
Cell 3-D
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Schema document: dml-table.xsd
Type: a:CT_Cell3D
Properties: Local, Qualified
Content
- Sequence [1..1]
- a:bevel [1..1] Bevel
- a:lightRig [0..1] Light Rig
- a:extLst [0..1] Extension List
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
prstMaterial | [0..1] | a:ST_PresetMaterialType | Preset Material | Default value is "plastic". |
Used in
- Type a:CT_TableCellProperties (Element a:tcPr)
- Type a:CT_TableStyleCellStyle (Element a:tcStyle)
Sample instance
<a:cell3D> <a:bevel/> <a:lightRig rig="legacyFlat1" dir="tl"> <a:rot lat="1" lon="1" rev="1"/> </a:lightRig> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:cell3D>