a:sp3d
3-D Shape Properties
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Schema document: dml-baseStylesheet.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
- Group a:EG_Text3D
- Type a:CT_EffectStyleItem (Element a:effectStyle)
- Type a:CT_TextBodyProperties via reference to a:EG_Text3D (Element a:bodyPr)
- Type draw-diag:CT_TextProps via reference to a:EG_Text3D (Element draw-diag:txPr)
- Type a:CT_ShapeProperties (Elements draw-chart:spPr, cdr:spPr, draw-diag:spPr, a:spPr, a:spPr, draw-pic:spPr, draw-ssdraw:spPr, p:spPr)
Sample instance
<a: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> </a:sp3d>