draw-diag:sp3d
3-D Shape Properties
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/diagram
Schema document: dml-diagramStyleDefinition.xsd
Type: a:CT_Shape3D
Properties: Local, Qualified
Content
- Sequence [1..1]
- a:bevelT [0..1] Top Bevel
- a:bevelB [0..1] Bottom Bevel
- a:extrusionClr [0..1] Extrusion Color
- a:contourClr [0..1] Contour Color
- a:extLst [0..1] Extension List
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
z | [0..1] | a:ST_Coordinate | Shape Depth | Default value is "0". |
extrusionH | [0..1] | a:ST_PositiveCoordinate | Extrusion Height | Default value is "0". |
contourW | [0..1] | a:ST_PositiveCoordinate | Contour Width | Default value is "0". |
prstMaterial | [0..1] | a:ST_PresetMaterialType | Preset Material Type | Default value is "warmMatte". |
Used in
- Type draw-diag:CT_StyleLabel (Element draw-diag:styleLbl)
Sample instance
<draw-diag:sp3d> <a:bevelT/> <a:bevelB/> <a:extrusionClr> <a:scrgbClr r="1" g="1" b="1"> <a:tint val="1"/> </a:scrgbClr> </a:extrusionClr> <a:contourClr> <a:scrgbClr r="1" g="1" b="1"> <a:tint val="1"/> </a:scrgbClr> </a:contourClr> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </draw-diag:sp3d>